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 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 4.0.0-beta.13 "
3
+ "version" : " 4.0.0-beta.14 "
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @staticcms/app" ,
3
- "version" : " 4.0.0-beta.13 " ,
3
+ "version" : " 4.0.0-beta.14 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Static CMS application." ,
6
6
"repository" : " https://github.com/StaticJsCMS/static-cms" ,
39
39
"dependencies" : {
40
40
"@babel/eslint-parser" : " 7.22.15" ,
41
41
"@babel/runtime" : " 7.23.1" ,
42
- "@staticcms/core" : " ^4.0.0-beta.13 " ,
42
+ "@staticcms/core" : " ^4.0.0-beta.14 " ,
43
43
"buffer" : " 6.0.3" ,
44
44
"react" : " 18.2.0" ,
45
45
"react-dom" : " 18.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @staticcms/core" ,
3
- "version" : " 4.0.0-beta.13 " ,
3
+ "version" : " 4.0.0-beta.14 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Static CMS core application." ,
6
6
"repository" : " https://github.com/StaticJsCMS/static-cms" ,
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.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 >
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.11
26
+ npm install @staticcms/core@^4.0.0-beta.15
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.11
32
+ yarn add @staticcms/core@^4.0.0-beta.15
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.11 /dist/main.css" />
38
+ <link rel =" stylesheet" href =" https://unpkg.com/@staticcms/app@^4.0.0-beta.15 /dist/main.css" />
39
39
```
40
40
41
41
``` 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 >
43
43
```
44
44
45
45
## View Filters
You can’t perform that action at this time.
0 commit comments