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

Commit 597d135

Browse files
committed
v3.4.3
1 parent bf0c5b6 commit 597d135

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": "3.4.2"
4+
"version": "3.4.3"
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": "3.4.2",
3+
"version": "3.4.3",
44
"license": "MIT",
55
"description": "Static CMS application.",
66
"repository": "https://github.com/StaticJsCMS/static-cms",
@@ -40,7 +40,7 @@
4040
"@babel/eslint-parser": "7.21.3",
4141
"@babel/runtime": "7.21.0",
4242
"@emotion/babel-preset-css-prop": "11.10.0",
43-
"@staticcms/core": "^3.4.2",
43+
"@staticcms/core": "^3.4.3",
4444
"buffer": "6.0.3",
4545
"react": "18.2.0",
4646
"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": "3.4.2",
3+
"version": "3.4.3",
44
"license": "MIT",
55
"description": "Static CMS core application.",
66
"repository": "https://github.com/StaticJsCMS/static-cms",

0 commit comments

Comments
 (0)