From bfd359a75e49dbc7e629bb49e5726de615333c5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 19:12:44 +0100 Subject: [PATCH] chore: version packages (#52) Co-authored-by: github-actions[bot] --- .changeset/stupid-fishes-film.md | 16 ---------------- packages/craco-esbuild/CHANGELOG.md | 17 +++++++++++++++++ packages/craco-esbuild/package.json | 2 +- 3 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 .changeset/stupid-fishes-film.md diff --git a/.changeset/stupid-fishes-film.md b/.changeset/stupid-fishes-film.md deleted file mode 100644 index 7cf043e..0000000 --- a/.changeset/stupid-fishes-film.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'craco-esbuild': minor ---- - -🚀 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. diff --git a/packages/craco-esbuild/CHANGELOG.md b/packages/craco-esbuild/CHANGELOG.md index aac999d..9fdc082 100644 --- a/packages/craco-esbuild/CHANGELOG.md +++ b/packages/craco-esbuild/CHANGELOG.md @@ -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 diff --git a/packages/craco-esbuild/package.json b/packages/craco-esbuild/package.json index a0164e8..54b4741 100644 --- a/packages/craco-esbuild/package.json +++ b/packages/craco-esbuild/package.json @@ -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 ",