Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 0514a07

Browse files
committed
v1.0.0-beta.8
1 parent 8c6fa6f commit 0514a07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.0.0-beta.7"
4+
"version": "1.0.0-beta.8"
55
}

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@staticcms/app",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0-beta.8",
44
"license": "MIT",
55
"description": "Static CMS application.",
66
"repository": "https://github.com/StaticJsCMS/static-cms",
@@ -35,7 +35,7 @@
3535
"@babel/eslint-parser": "7.19.1",
3636
"@babel/runtime": "7.20.7",
3737
"@emotion/babel-preset-css-prop": "11.10.0",
38-
"@staticcms/core": "^1.0.0-beta.7",
38+
"@staticcms/core": "^1.0.0-beta.8",
3939
"buffer": "6.0.3",
4040
"react": "18.2.0",
4141
"react-dom": "18.2.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@staticcms/core",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0-beta.8",
44
"license": "MIT",
55
"description": "Static CMS core application.",
66
"repository": "https://github.com/StaticJsCMS/static-cms",

0 commit comments

Comments
 (0)