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_):
33
33
Static CMS (_ add_ ):
34
34
35
35
``` html
36
- <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.9 /dist/static-cms-app.js" ></script >
36
+ <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.10 /dist/static-cms-app.js" ></script >
37
37
```
38
38
39
39
### 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)
23
23
To install the latest version of Static CMS:
24
24
25
25
``` bash
26
- npm install @staticcms/core@^4.0.0-beta.9
26
+ npm install @staticcms/core@^4.0.0-beta.10
27
27
```
28
28
29
29
Or if you are using yarn:
30
30
31
31
``` bash
32
- yarn add @staticcms/core@^4.0.0-beta.9
32
+ yarn add @staticcms/core@^4.0.0-beta.10
33
33
```
34
34
35
35
If you are using a CDN to load Static CMS, simply change your URLs:
36
36
37
37
``` html
38
- <link rel =" stylesheet" href =" https://unpkg.com/@staticcms/app@^4.0.0-beta.9 /dist/main.css" />
38
+ <link rel =" stylesheet" href =" https://unpkg.com/@staticcms/app@^4.0.0-beta.10 /dist/main.css" />
39
39
```
40
40
41
41
``` html
42
- <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.9 /dist/static-cms-app.js" ></script >
42
+ <script src =" https://unpkg.com/@staticcms/app@^4.0.0-beta.10 /dist/static-cms-app.js" ></script >
43
43
```
44
44
45
45
## View Filters
Original file line number Diff line number Diff line change 1
1
{
2
2
"releases" : [
3
+ {
4
+ "date" : " 2023-11-16T15:00:00.000Z" ,
5
+ "version" : " v4.0.0-beta.10" ,
6
+ "type" : " pre"
7
+ },
3
8
{
4
9
"date" : " 2023-11-16T14:00:00.000Z" ,
5
10
"version" : " v4.0.0-beta.9" ,
You can’t perform that action at this time.
0 commit comments