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

Commit 40b543e

Browse files
committed
v4.3.0
1 parent 7a85aaa commit 40b543e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "4.2.0"
3+
"version": "4.3.0"
44
}

packages/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@staticcms/app",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"license": "MIT",
55
"description": "Static CMS application.",
66
"repository": "https://github.com/StaticJsCMS/static-cms",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@babel/eslint-parser": "7.23.3",
4141
"@babel/runtime": "7.23.7",
42-
"@staticcms/core": "^4.2.0",
42+
"@staticcms/core": "^4.3.0",
4343
"buffer": "6.0.3",
4444
"react": "18.2.0",
4545
"react-dom": "18.2.0",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@staticcms/core",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"license": "MIT",
55
"description": "Static CMS core application.",
66
"repository": "https://github.com/StaticJsCMS/static-cms",

0 commit comments

Comments
 (0)