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

Commit f98fb50

Browse files
committed
docs: add release v4.0.0-beta.10
1 parent b3d7840 commit f98fb50

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

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.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>
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.9
26+
npm install @staticcms/core@^4.0.0-beta.10
2727
```
2828

2929
Or if you are using yarn:
3030

3131
```bash
32-
yarn add @staticcms/core@^4.0.0-beta.9
32+
yarn add @staticcms/core@^4.0.0-beta.10
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.9/dist/main.css" />
38+
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0-beta.10/dist/main.css" />
3939
```
4040

4141
```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>
4343
```
4444

4545
## View Filters

packages/docs/content/releases.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"releases": [
3+
{
4+
"date": "2023-11-16T15:00:00.000Z",
5+
"version": "v4.0.0-beta.10",
6+
"type": "pre"
7+
},
38
{
49
"date": "2023-11-16T14:00:00.000Z",
510
"version": "v4.0.0-beta.9",

0 commit comments

Comments
 (0)