From 32f81fc2c1c1d8f5cfb985a83039e1c8025eab6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 16:11:54 +0200 Subject: [PATCH] chore: version packages (#58) Co-authored-by: github-actions[bot] --- .changeset/honest-tigers-vanish.md | 5 ----- packages/craco-esbuild/CHANGELOG.md | 6 ++++++ packages/craco-esbuild/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/honest-tigers-vanish.md diff --git a/.changeset/honest-tigers-vanish.md b/.changeset/honest-tigers-vanish.md deleted file mode 100644 index 4cec99a..0000000 --- a/.changeset/honest-tigers-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'craco-esbuild': patch ---- - -Add craco 7 to peerDependencies diff --git a/packages/craco-esbuild/CHANGELOG.md b/packages/craco-esbuild/CHANGELOG.md index 9fdc082..a31a85f 100644 --- a/packages/craco-esbuild/CHANGELOG.md +++ b/packages/craco-esbuild/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.1 + +### Patch Changes + +- [#57](https://github.com/pradel/create-react-app-esbuild/pull/57) [`615f523`](https://github.com/pradel/create-react-app-esbuild/commit/615f52337d8661b7307768f0cb5665b7e678559c) Thanks [@ottob](https://github.com/ottob)! - Add craco 7 to peerDependencies + ## 0.5.0 ### Minor Changes diff --git a/packages/craco-esbuild/package.json b/packages/craco-esbuild/package.json index e63645c..785b95b 100644 --- a/packages/craco-esbuild/package.json +++ b/packages/craco-esbuild/package.json @@ -1,6 +1,6 @@ { "name": "craco-esbuild", - "version": "0.5.0", + "version": "0.5.1", "main": "src/index.js", "repository": "https://github.com/pradel/create-react-app-esbuild.git", "author": "Leo Pradel ",