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

Commit d1cf12e

Browse files
committed
v3.3.2
1 parent bdf87bc commit d1cf12e

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.3.1"
4+
"version": "3.3.2"
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.3.1",
3+
"version": "3.3.2",
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.3.1",
43+
"@staticcms/core": "^3.3.2",
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.3.1",
3+
"version": "3.3.2",
44
"license": "MIT",
55
"description": "Static CMS core application.",
66
"repository": "https://github.com/StaticJsCMS/static-cms",

0 commit comments

Comments
 (0)