v1.0.0-beta.13

This commit is contained in:
Daniel Lautzenheiser 2023-01-14 23:05:11 -05:00
parent 3b1140f485
commit dfd231f2b8
No known key found for this signature in database
GPG Key ID: D2F75F7DD915527E
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": "1.0.0-beta.12"
"version": "1.0.0-beta.13"
}

View File

@ -1,6 +1,6 @@
{
"name": "@staticcms/app",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"license": "MIT",
"description": "Static CMS application.",
"repository": "https://github.com/StaticJsCMS/static-cms",
@ -35,7 +35,7 @@
"@babel/eslint-parser": "7.19.1",
"@babel/runtime": "7.20.7",
"@emotion/babel-preset-css-prop": "11.10.0",
"@staticcms/core": "^1.0.0-beta.12",
"@staticcms/core": "^1.0.0-beta.13",
"buffer": "6.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

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