feat(versioning): add semantic versioning and changesets to all apps

Assign version numbers based on app maturity: Calendar/Contacts/Todo (1.0.0),
Chat/Picture (0.3.0), 11 beta apps (0.2.0), Context/Planta/Questions (0.1.0),
Traces (0.0.1). Set up @changesets/cli for future version management.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-19 16:20:18 +01:00
parent bd7129abd1
commit 97d5b13a38
83 changed files with 267 additions and 78 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@picture/mobile-ui",
"version": "0.1.0",
"version": "0.3.0",
"description": "React Native UI component library for picture mobile apps",
"private": true,
"main": "index.js",