v3.0.0-beta.0

This commit is contained in:
Daniel Lautzenheiser 2023-05-31 16:27:04 -04:00
parent 83c9d91b88
commit 77f5a51be8
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.4.4"
"version": "3.0.0-beta.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@staticcms/app",
"version": "2.4.4",
"version": "3.0.0-beta.0",
"license": "MIT",
"description": "Static CMS application.",
"repository": "https://github.com/StaticJsCMS/static-cms",
@ -40,7 +40,7 @@
"@babel/eslint-parser": "7.21.3",
"@babel/runtime": "7.21.0",
"@emotion/babel-preset-css-prop": "11.10.0",
"@staticcms/core": "^2.4.4",
"@staticcms/core": "^3.0.0-beta.0",
"buffer": "6.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@staticcms/core",
"version": "2.4.4",
"version": "3.0.0-beta.0",
"license": "MIT",
"description": "Static CMS core application.",
"repository": "https://github.com/StaticJsCMS/static-cms",