Skip to content

Commit 37ad6de

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

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.changeset/two-lobsters-sit.md

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

CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#53](https://github.com/delucis/astro-netlify-cms/pull/53) [`40d0385`](https://github.com/delucis/astro-netlify-cms/commit/40d03858fa4a049684e1b9cc895c7280e7479cb5) Thanks [@delucis](https://github.com/delucis)! - Don’t automatically inject `@astrojs/react` integration
8+
9+
⚠️ BREAKING CHANGE ⚠️
10+
11+
Previously, this integration included [`@astrojs/react`](https://docs.astro.build/en/guides/integrations-guide/react/) and injected it to Astro’s integrations config for you. This is no longer the case.
12+
13+
If you are using React components and were relying on this, make sure to add the integration when upgrading. The simplest way to do this is to run:
14+
15+
```bash
16+
npx astro add react
17+
```
18+
319
## 0.4.0
420

521
### Minor 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.4.0",
3+
"version": "0.5.0",
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)