Skip to content

Commit 571ab8d

Browse files
Version Packages (#37)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c508be4 commit 571ab8d

File tree

5 files changed

+11
-23
lines changed

5 files changed

+11
-23
lines changed

.changeset/pre.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/soft-knives-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-feet-play.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# astro-netlify-cms
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#33](https://github.com/delucis/astro-netlify-cms/pull/33) [`d62b891`](https://github.com/delucis/astro-netlify-cms/commit/d62b8917f78ba7520c32ba0ba6bd32d818183c28) Thanks [@Marocco2](https://github.com/Marocco2)! - Add `disableIdentityWidgetInjection` option
8+
9+
- [#36](https://github.com/delucis/astro-netlify-cms/pull/36) [`c508be4`](https://github.com/delucis/astro-netlify-cms/commit/c508be466b0c46dcd9bc6897045e0b90f173b9ab) Thanks [@delucis](https://github.com/delucis)! - Fix an issue in some browsers with the rich text editor.
10+
11+
Adds the workaround documented in [netlify/netlify-cms#5092](https://github.com/netlify/netlify-cms/issues/5092) to the admin dashboard.
12+
313
## 0.3.2-next.0
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-netlify-cms",
3-
"version": "0.3.2-next.0",
3+
"version": "0.3.2",
44
"description": "Add Netlify CMS’s admin dashboard to your Astro project",
55
"repository": "delucis/astro-netlify-cms",
66
"homepage": "https://github.com/delucis/astro-netlify-cms",

0 commit comments

Comments
 (0)