fix: enforce alpha versioning (0.0.x), delete erroneous 0.1.x releases (#526)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-02-27 01:22:12 +00:00
committed by jason.woltje
parent ad99cb9a03
commit bf299bb672
12 changed files with 108 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@mosaic/cli-tools",
"version": "0.0.1",
"version": "0.0.20",
"description": "CLI tools for Mosaic Stack orchestration - git operations for Gitea/GitHub",
"private": true,
"bin": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@mosaic/config",
"version": "0.0.1",
"version": "0.0.20",
"private": true,
"type": "module",
"exports": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@mosaic/shared",
"version": "0.0.1",
"version": "0.0.20",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@mosaic/ui",
"version": "0.0.1",
"version": "0.0.20",
"private": true,
"type": "module",
"exports": {