From 966f6aaeb2f9a6f7d982245faf74e8ca89c2e472 Mon Sep 17 00:00:00 2001 From: ch-builder <61870096+ch-builder@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:35:11 +0900 Subject: [PATCH] ci(changesets): version packages (#2398) 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-react@2.2.3 ### Patch Changes - Fix vertical align bug with icon in `AlphaFloatingIconButton` component. ([#2383](https://github.com/channel-io/bezier-react/pull/2383)) by @yangwooseong ## bezier-figma-plugin@0.6.4 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@2.2.3 Co-authored-by: github-actions[bot] --- .changeset/short-ads-ring.md | 5 ----- packages/bezier-figma-plugin/CHANGELOG.md | 7 +++++++ packages/bezier-figma-plugin/package.json | 4 ++-- packages/bezier-react/CHANGELOG.md | 6 ++++++ packages/bezier-react/package.json | 2 +- yarn.lock | 4 ++-- 6 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 .changeset/short-ads-ring.md diff --git a/.changeset/short-ads-ring.md b/.changeset/short-ads-ring.md deleted file mode 100644 index a5a211e05d..0000000000 --- a/.changeset/short-ads-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@channel.io/bezier-react': patch ---- - -Fix vertical align bug with icon in `AlphaFloatingIconButton` component. diff --git a/packages/bezier-figma-plugin/CHANGELOG.md b/packages/bezier-figma-plugin/CHANGELOG.md index 7f540d05d8..1ecbed6980 100644 --- a/packages/bezier-figma-plugin/CHANGELOG.md +++ b/packages/bezier-figma-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # bezier-figma-plugin +## 0.6.4 + +### Patch Changes + +- Updated dependencies + - @channel.io/bezier-react@2.2.3 + ## 0.6.3 ### Patch Changes diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index 7461f4ab67..bd4cbdf49d 100644 --- a/packages/bezier-figma-plugin/package.json +++ b/packages/bezier-figma-plugin/package.json @@ -1,6 +1,6 @@ { "name": "bezier-figma-plugin", - "version": "0.6.3", + "version": "0.6.4", "private": true, "description": "Figma plugin that helps build Bezier design system and increase productivity.", "repository": { @@ -39,7 +39,7 @@ }, "dependencies": { "@channel.io/bezier-icons": "0.32.0", - "@channel.io/bezier-react": "2.2.2", + "@channel.io/bezier-react": "2.2.3", "octokit": "^3.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/bezier-react/CHANGELOG.md b/packages/bezier-react/CHANGELOG.md index c76802f1c6..f7b7838b41 100644 --- a/packages/bezier-react/CHANGELOG.md +++ b/packages/bezier-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @channel.io/bezier-react +## 2.2.3 + +### Patch Changes + +- Fix vertical align bug with icon in `AlphaFloatingIconButton` component. ([#2383](https://github.com/channel-io/bezier-react/pull/2383)) by @yangwooseong + ## 2.2.2 ### Patch Changes diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index 3a06c0a06e..87f7876871 100644 --- a/packages/bezier-react/package.json +++ b/packages/bezier-react/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-react", - "version": "2.2.2", + "version": "2.2.3", "description": "React components library that implements Bezier design system.", "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index 4ef1f7634b..a2ffb99fda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2124,7 +2124,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-react@npm:2.2.2, @channel.io/bezier-react@workspace:packages/bezier-react": +"@channel.io/bezier-react@npm:2.2.3, @channel.io/bezier-react@workspace:packages/bezier-react": version: 0.0.0-use.local resolution: "@channel.io/bezier-react@workspace:packages/bezier-react" dependencies: @@ -7727,7 +7727,7 @@ __metadata: resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin" dependencies: "@channel.io/bezier-icons": "npm:0.32.0" - "@channel.io/bezier-react": "npm:2.2.2" + "@channel.io/bezier-react": "npm:2.2.3" "@figma/plugin-typings": "npm:^1.87.0" "@types/react": "npm:^18.2.59" "@types/react-dom": "npm:^18.2.19"