This repository was archived by the owner on Sep 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 4.0.0-beta.13 "
3+ "version" : " 4.0.0-beta.14 "
44}
Original file line number Diff line number Diff line change 11{
22 "name" : " @staticcms/app" ,
3- "version" : " 4.0.0-beta.13 " ,
3+ "version" : " 4.0.0-beta.14 " ,
44 "license" : " MIT" ,
55 "description" : " Static CMS application." ,
66 "repository" : " https://github.com/StaticJsCMS/static-cms" ,
3939 "dependencies" : {
4040 "@babel/eslint-parser" : " 7.22.15" ,
4141 "@babel/runtime" : " 7.23.1" ,
42- "@staticcms/core" : " ^4.0.0-beta.13 " ,
42+ "@staticcms/core" : " ^4.0.0-beta.14 " ,
4343 "buffer" : " 6.0.3" ,
4444 "react" : " 18.2.0" ,
4545 "react-dom" : " 18.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @staticcms/core" ,
3- "version" : " 4.0.0-beta.13 " ,
3+ "version" : " 4.0.0-beta.14 " ,
44 "license" : " MIT" ,
55 "description" : " Static CMS core application." ,
66 "repository" : " https://github.com/StaticJsCMS/static-cms" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Netlify (_remove_):
3333Static CMS (_ add_ ):
3434
3535``` html
36- <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.11 /dist/static-cms-app.js" ></script >
36+ <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.15 /dist/static-cms-app.js" ></script >
3737```
3838
3939### Bundling
Original file line number Diff line number Diff line change @@ -23,23 +23,23 @@ Please [report any issues](https://github.com/StaticJsCMS/static-cms/issues/new)
2323To install the latest version of Static CMS:
2424
2525``` bash
26- npm install @staticcms/core@^4.0.0-beta.11
26+ npm install @staticcms/core@^4.0.0-beta.15
2727```
2828
2929Or if you are using yarn:
3030
3131``` bash
32- yarn add @staticcms/core@^4.0.0-beta.11
32+ yarn add @staticcms/core@^4.0.0-beta.15
3333```
3434
3535If you are using a CDN to load Static CMS, simply change your URLs:
3636
3737``` html
38- <link rel =" stylesheet" href =" https://unpkg.com/@staticcms/app@^4.0.0-beta.11 /dist/main.css" />
38+ <link rel =" stylesheet" href =" https://unpkg.com/@staticcms/app@^4.0.0-beta.15 /dist/main.css" />
3939```
4040
4141``` html
42- <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.11 /dist/static-cms-app.js" ></script >
42+ <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.15 /dist/static-cms-app.js" ></script >
4343```
4444
4545## View Filters
You can’t perform that action at this time.
0 commit comments