chore: bump all packages to 0.1.0 — drop alpha prerelease tag
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline failed

Switches from 0.0.1-alpha.x to clean semver. 0.0.x is alpha,
0.x.x is beta, 1.0.0 is stable. No prerelease suffixes needed.
This commit is contained in:
Jarvis
2026-04-02 20:01:44 -05:00
parent 990a88362f
commit 6048551166
22 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/discord-plugin",
"version": "0.0.1-alpha.2",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/oc-macp-plugin",
"version": "0.0.1-alpha.2",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"description": "OpenClaw ACP runtime backend that routes sessions_spawn(runtime:\"macp\") to the Pi MACP runner.",

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/oc-framework-plugin",
"version": "0.0.1-alpha.2",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"description": "Injects Mosaic framework rails, runtime contract, and active mission context into all OpenClaw agent sessions and ACP subagent spawns.",

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/telegram-plugin",
"version": "0.0.1-alpha.2",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {