From bb642ba05b4ae245671eb9556e6b1fb65a4b0f66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:55:34 +0900 Subject: [PATCH] ci(changesets): version packages (alpha) (#2061) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 alpha, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `alpha` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `alpha`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @channel.io/bezier-codemod@0.5.0-alpha.8 ### Patch Changes - Fix `hasNamedImportInImportDeclaration` util to check all named imports ([#2060](https://github.com/channel-io/bezier-react/pull/2060)) by @yangwooseong Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/bezier-codemod/CHANGELOG.md | 6 ++++++ packages/bezier-codemod/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 437a271679..823c812992 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -69,6 +69,7 @@ "olive-pillows-prove", "orange-pants-live", "perfect-ears-yawn", + "perfect-parents-share", "plenty-planes-sniff", "poor-windows-join", "proud-feet-drum", diff --git a/packages/bezier-codemod/CHANGELOG.md b/packages/bezier-codemod/CHANGELOG.md index ac32dcba96..c1833964d0 100644 --- a/packages/bezier-codemod/CHANGELOG.md +++ b/packages/bezier-codemod/CHANGELOG.md @@ -1,5 +1,11 @@ # @channel.io/bezier-codemod +## 0.5.0-alpha.8 + +### Patch Changes + +- Fix `hasNamedImportInImportDeclaration` util to check all named imports ([#2060](https://github.com/channel-io/bezier-react/pull/2060)) by @yangwooseong + ## 0.5.0-alpha.7 ### Minor Changes diff --git a/packages/bezier-codemod/package.json b/packages/bezier-codemod/package.json index 7f1b5b5c34..2948991bc6 100644 --- a/packages/bezier-codemod/package.json +++ b/packages/bezier-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-codemod", - "version": "0.5.0-alpha.7", + "version": "0.5.0-alpha.8", "description": "Codemod transformations to help upgrade app using Bezier design system.", "repository": { "type": "git",