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

Commit da3ba53

Browse files
committed
chore: update versions
1 parent af01d55 commit da3ba53

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
}

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -39,7 +39,7 @@
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",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/docs/content/docs/decap-migration-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Netlify (_remove_):
3333
Static 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

packages/docs/content/docs/migration-guide-v4.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ Please [report any issues](https://github.com/StaticJsCMS/static-cms/issues/new)
2323
To 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

2929
Or 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

3535
If 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

0 commit comments

Comments
 (0)