diff --git a/packages/admin/package.json b/packages/admin/package.json index fb83a44..3e3b920 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/admin", - "version": "0.0.0", + "version": "0.0.1", "description": "Admin UI for EmDash CMS", "type": "module", "main": "dist/index.js", diff --git a/packages/auth/package.json b/packages/auth/package.json index 4a739c3..d01f0fd 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/auth", - "version": "0.0.0", + "version": "0.0.1", "description": "Passkey-first authentication for EmDash", "type": "module", "main": "dist/index.mjs", diff --git a/packages/blocks/package.json b/packages/blocks/package.json index e0c6444..059ade0 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/blocks", - "version": "0.0.0", + "version": "0.0.1", "description": "Declarative plugin UI blocks for EmDash CMS", "type": "module", "main": "dist/index.js", diff --git a/packages/blocks/playground/package.json b/packages/blocks/playground/package.json index 5959e0b..0bcfe55 100644 --- a/packages/blocks/playground/package.json +++ b/packages/blocks/playground/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/blocks-playground", - "version": "0.0.0", + "version": "0.0.1", "private": true, "type": "module", "scripts": { diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index cc3d7a6..b0f2090 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/cloudflare", - "version": "0.0.0", + "version": "0.0.1", "description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox", "type": "module", "main": "dist/index.mjs", diff --git a/packages/core/package.json b/packages/core/package.json index 8436daf..4f6bee4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "emdash", - "version": "0.0.0", + "version": "0.0.1", "description": "Astro-native CMS with WordPress migration support", "type": "module", "main": "dist/index.mjs", diff --git a/packages/create-emdash/package.json b/packages/create-emdash/package.json index e732876..02f7c54 100644 --- a/packages/create-emdash/package.json +++ b/packages/create-emdash/package.json @@ -1,6 +1,6 @@ { "name": "create-emdash", - "version": "0.0.0", + "version": "0.0.1", "description": "Create a new EmDash CMS project", "type": "module", "bin": "./dist/index.mjs", diff --git a/packages/gutenberg-to-portable-text/package.json b/packages/gutenberg-to-portable-text/package.json index 6ff2c3d..756d968 100644 --- a/packages/gutenberg-to-portable-text/package.json +++ b/packages/gutenberg-to-portable-text/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/gutenberg-to-portable-text", - "version": "0.0.0", + "version": "0.0.1", "description": "Convert WordPress Gutenberg blocks to Portable Text", "type": "module", "main": "dist/index.mjs", diff --git a/packages/marketplace/package.json b/packages/marketplace/package.json index 6bf5413..2a834da 100644 --- a/packages/marketplace/package.json +++ b/packages/marketplace/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/marketplace", - "version": "0.0.0", + "version": "0.0.1", "description": "Plugin marketplace Worker for EmDash CMS", "type": "module", "main": "src/index.ts", diff --git a/packages/x402/package.json b/packages/x402/package.json index d116aec..5253091 100644 --- a/packages/x402/package.json +++ b/packages/x402/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/x402", - "version": "0.0.0", + "version": "0.0.1", "description": "x402 payment protocol integration for Astro sites", "license": "MIT", "repository": {