Skip to content

Commit

Permalink
Version Packages (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 18, 2022
1 parent 40d0385 commit 37ad6de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .changeset/two-lobsters-sit.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# astro-netlify-cms

## 0.5.0

### Minor Changes

- [#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

⚠️ BREAKING CHANGE ⚠️

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.

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:

```bash
npx astro add react
```

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-netlify-cms",
"version": "0.4.0",
"version": "0.5.0",
"description": "Add Netlify CMS’s admin dashboard to your Astro project",
"repository": "delucis/astro-netlify-cms",
"homepage": "https://github.com/delucis/astro-netlify-cms",
Expand Down

0 comments on commit 37ad6de

Please sign in to comment.