This repository was archived by the owner on Sep 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed 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.10 /dist/static-cms-app.js" ></script >
36+ <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.11 /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.10
26+ npm install @staticcms/core@^4.0.0-beta.11
2727```
2828
2929Or if you are using yarn:
3030
3131``` bash
32- yarn add @staticcms/core@^4.0.0-beta.10
32+ yarn add @staticcms/core@^4.0.0-beta.11
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.10 /dist/main.css" />
38+ <link rel =" stylesheet" href =" https://unpkg.com/@staticcms/app@^4.0.0-beta.11 /dist/main.css" />
3939```
4040
4141``` html
42- <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.10 /dist/static-cms-app.js" ></script >
42+ <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.11 /dist/static-cms-app.js" ></script >
4343```
4444
4545## View Filters
Original file line number Diff line number Diff line change 11{
22 "releases" : [
3+ {
4+ "date" : " 2023-11-17T10:00:00.000Z" ,
5+ "version" : " v4.0.0-beta.11" ,
6+ "type" : " pre"
7+ },
38 {
49 "date" : " 2023-11-16T15:00:00.000Z" ,
510 "version" : " v4.0.0-beta.10" ,
You can’t perform that action at this time.
0 commit comments