From 930e49b5812a57b0c2fe412a949e60394364472c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:42:00 +0900 Subject: [PATCH] ci(changesets): version packages (#1646) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @channel.io/bezier-codemod@0.4.0 ### Minor Changes - Implement codemod transform which replaces enum usage with string literal ([#1639](https://github.com/channel-io/bezier-react/pull/1639)) by @Dogdriip Co-authored-by: github-actions[bot] --- .changeset/unlucky-crabs-mate.md | 5 ----- packages/bezier-codemod/CHANGELOG.md | 6 ++++++ packages/bezier-codemod/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/unlucky-crabs-mate.md diff --git a/.changeset/unlucky-crabs-mate.md b/.changeset/unlucky-crabs-mate.md deleted file mode 100644 index 4ce6f4daf2..0000000000 --- a/.changeset/unlucky-crabs-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@channel.io/bezier-codemod": minor ---- - -Implement codemod transform which replaces enum usage with string literal diff --git a/packages/bezier-codemod/CHANGELOG.md b/packages/bezier-codemod/CHANGELOG.md index cf725ab133..528f8fa6c5 100644 --- a/packages/bezier-codemod/CHANGELOG.md +++ b/packages/bezier-codemod/CHANGELOG.md @@ -1,5 +1,11 @@ # @channel.io/bezier-codemod +## 0.4.0 + +### Minor Changes + +- Implement codemod transform which replaces enum usage with string literal ([#1639](https://github.com/channel-io/bezier-react/pull/1639)) by @Dogdriip + ## 0.3.0 ### Minor Changes diff --git a/packages/bezier-codemod/package.json b/packages/bezier-codemod/package.json index 09eeb86da3..ea4aad4c5f 100644 --- a/packages/bezier-codemod/package.json +++ b/packages/bezier-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-codemod", - "version": "0.3.0", + "version": "0.4.0", "description": "Codemod transformations to help upgrade app using Bezier design system.", "repository": { "type": "git",