Align version numbers

This commit is contained in:
Matt Kane
2026-04-01 11:11:34 +01:00
parent 2e863566b3
commit 5e061c3569
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/admin", "name": "@emdash-cms/admin",
"version": "0.0.0", "version": "0.0.1",
"description": "Admin UI for EmDash CMS", "description": "Admin UI for EmDash CMS",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/auth", "name": "@emdash-cms/auth",
"version": "0.0.0", "version": "0.0.1",
"description": "Passkey-first authentication for EmDash", "description": "Passkey-first authentication for EmDash",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/blocks", "name": "@emdash-cms/blocks",
"version": "0.0.0", "version": "0.0.1",
"description": "Declarative plugin UI blocks for EmDash CMS", "description": "Declarative plugin UI blocks for EmDash CMS",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/blocks-playground", "name": "@emdash-cms/blocks-playground",
"version": "0.0.0", "version": "0.0.1",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/cloudflare", "name": "@emdash-cms/cloudflare",
"version": "0.0.0", "version": "0.0.1",
"description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox", "description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{ {
"name": "emdash", "name": "emdash",
"version": "0.0.0", "version": "0.0.1",
"description": "Astro-native CMS with WordPress migration support", "description": "Astro-native CMS with WordPress migration support",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{ {
"name": "create-emdash", "name": "create-emdash",
"version": "0.0.0", "version": "0.0.1",
"description": "Create a new EmDash CMS project", "description": "Create a new EmDash CMS project",
"type": "module", "type": "module",
"bin": "./dist/index.mjs", "bin": "./dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/gutenberg-to-portable-text", "name": "@emdash-cms/gutenberg-to-portable-text",
"version": "0.0.0", "version": "0.0.1",
"description": "Convert WordPress Gutenberg blocks to Portable Text", "description": "Convert WordPress Gutenberg blocks to Portable Text",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/marketplace", "name": "@emdash-cms/marketplace",
"version": "0.0.0", "version": "0.0.1",
"description": "Plugin marketplace Worker for EmDash CMS", "description": "Plugin marketplace Worker for EmDash CMS",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/x402", "name": "@emdash-cms/x402",
"version": "0.0.0", "version": "0.0.1",
"description": "x402 payment protocol integration for Astro sites", "description": "x402 payment protocol integration for Astro sites",
"license": "MIT", "license": "MIT",
"repository": { "repository": {