chore: bump all packages to 0.0.2 — drop alpha prerelease tag
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

Switches from 0.0.1-alpha.2 to 0.0.2. Clean semver, no prerelease
suffixes. We're still alpha (0.0.x range).
This commit is contained in:
Jarvis
2026-04-02 20:01:44 -05:00
parent 990a88362f
commit e084a88a9d
23 changed files with 23 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/memory",
"version": "0.0.1-alpha.2",
"version": "0.0.2",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",