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

Commit

Permalink
chore: add beta 11
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Nov 17, 2023
1 parent 012a427 commit 53b3fb1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/docs/content/docs/decap-migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Netlify (_remove_):
Static CMS (_add_):

```html
<script src="https://unpkg.com/@staticcms/app@^4.0.0-beta.10/dist/static-cms-app.js"></script>
<script src="https://unpkg.com/@staticcms/app@^4.0.0-beta.11/dist/static-cms-app.js"></script>
```

### Bundling
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/content/docs/migration-guide-v4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ Please [report any issues](https://github.com/StaticJsCMS/static-cms/issues/new)
To install the latest version of Static CMS:

```bash
npm install @staticcms/core@^4.0.0-beta.10
npm install @staticcms/core@^4.0.0-beta.11
```

Or if you are using yarn:

```bash
yarn add @staticcms/core@^4.0.0-beta.10
yarn add @staticcms/core@^4.0.0-beta.11
```

If you are using a CDN to load Static CMS, simply change your URLs:

```html
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0-beta.10/dist/main.css" />
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0-beta.11/dist/main.css" />
```

```html
<script src="https://unpkg.com/@staticcms/app@^4.0.0-beta.10/dist/static-cms-app.js"></script>
<script src="https://unpkg.com/@staticcms/app@^4.0.0-beta.11/dist/static-cms-app.js"></script>
```

## View Filters
Expand Down
5 changes: 5 additions & 0 deletions packages/docs/content/releases.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"releases": [
{
"date": "2023-11-17T10:00:00.000Z",
"version": "v4.0.0-beta.11",
"type": "pre"
},
{
"date": "2023-11-16T15:00:00.000Z",
"version": "v4.0.0-beta.10",
Expand Down

0 comments on commit 53b3fb1

Please sign in to comment.