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

Commit 74e5234

Browse files
committed
v1.0.3
1 parent f0b3063 commit 74e5234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-static-cms",
33
"description": "A Gatsby plugin which generates the Static CMS single page app",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"author": "Shawn Erquhart <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms/issues"
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"main": "index.js",
3838
"peerDependencies": {
39-
"@staticcms/core": "next",
39+
"@staticcms/core": "1.0.0-beta0",
4040
"gatsby": "^5.0.0-alpha-v5",
4141
"react": "^18.0.0 || ^0.0.0",
4242
"react-dom": "^18.0.0 || ^0.0.0",

0 commit comments

Comments
 (0)