Align version numbers
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/blocks-playground",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user