Skip to content

Commit

Permalink
chore: version packages (#52)
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 Jan 10, 2022
1 parent f276f85 commit bfd359a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .changeset/stupid-fishes-film.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/craco-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.5.0

### Minor Changes

- [#48](https://github.com/pradel/create-react-app-esbuild/pull/48) [`f276f85`](https://github.com/pradel/create-react-app-esbuild/commit/f276f850732c1faf8e5cb6fd0471f66c691f9ba2) Thanks [@pradel](https://github.com/pradel)! - 🚀 create-react-app 5 is now supported 🚀

## Breaking Changes

- Removed the `enableSvgr` and `svgrOptions` options. Svgr is now working out of the box.
- Drop support for CRA 3 and 4. As many underlying libraries have changed, CRA 4 and 3 are no longer supported. Check the [CRA changelog](https://github.com/facebook/create-react-app/releases/tag/v5.0.0) to see what changed.

## Migrating from 0.4.X to 0.5.X

- You will first need to migrate your project to CRA 5. See the CRA [Migration guide](https://github.com/facebook/create-react-app/releases/tag/v5.0.0) for more information.
- Upgrade `craco-esbuild` to version 0.5.0 or higher in your project.
- If you are using `enableSvgr` or `svgrOptions` you can remove them from the `craco.config.js` file. Svgr is now working out of the box.

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/craco-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craco-esbuild",
"version": "0.4.5",
"version": "0.5.0",
"main": "src/index.js",
"repository": "https://github.com/pradel/create-react-app-esbuild.git",
"author": "Leo Pradel <[email protected]>",
Expand Down

0 comments on commit bfd359a

Please sign in to comment.