From 973d75d9bed0e45770fdab661943c98876aef150 Mon Sep 17 00:00:00 2001 From: ch-builder <61870096+ch-builder@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:51:24 +0900 Subject: [PATCH] ci(changesets): version packages (#2498) 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.5.1 ### Patch Changes - Improves the styling of the `ListItem` component based on whether it is interacted with or not. ([#2501](https://github.com/channel-io/bezier-react/pull/2501)) by @sungik-choi ## bezier-vscode@0.3.0 ### Minor Changes - Include `alpha` token for autocomplete suggestion. ([#2496](https://github.com/channel-io/bezier-react/pull/2496)) by @yangwooseong ### Patch Changes - Fix bug where `bezier-vscode` is not running. ([#2499](https://github.com/channel-io/bezier-react/pull/2499)) by @yangwooseong ## bezier-figma-plugin@0.6.15 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@2.5.1 Co-authored-by: github-actions[bot] --- .changeset/fair-timers-jog.md | 5 ----- .changeset/long-hornets-grin.md | 5 ----- .changeset/selfish-ladybugs-reply.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 +- packages/bezier-vscode/CHANGELOG.md | 10 ++++++++++ packages/bezier-vscode/package.json | 2 +- yarn.lock | 4 ++-- 10 files changed, 29 insertions(+), 21 deletions(-) delete mode 100644 .changeset/fair-timers-jog.md delete mode 100644 .changeset/long-hornets-grin.md delete mode 100644 .changeset/selfish-ladybugs-reply.md diff --git a/.changeset/fair-timers-jog.md b/.changeset/fair-timers-jog.md deleted file mode 100644 index da07618f3e..0000000000 --- a/.changeset/fair-timers-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'bezier-vscode': patch ---- - -Fix bug where `bezier-vscode` is not running. diff --git a/.changeset/long-hornets-grin.md b/.changeset/long-hornets-grin.md deleted file mode 100644 index 0c82d6e5ac..0000000000 --- a/.changeset/long-hornets-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@channel.io/bezier-react': patch ---- - -Improves the styling of the `ListItem` component based on whether it is interacted with or not. diff --git a/.changeset/selfish-ladybugs-reply.md b/.changeset/selfish-ladybugs-reply.md deleted file mode 100644 index 44aeba7587..0000000000 --- a/.changeset/selfish-ladybugs-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'bezier-vscode': minor ---- - -Include `alpha` token for autocomplete suggestion. diff --git a/packages/bezier-figma-plugin/CHANGELOG.md b/packages/bezier-figma-plugin/CHANGELOG.md index 5337192d2f..3aebe66e15 100644 --- a/packages/bezier-figma-plugin/CHANGELOG.md +++ b/packages/bezier-figma-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # bezier-figma-plugin +## 0.6.15 + +### Patch Changes + +- Updated dependencies + - @channel.io/bezier-react@2.5.1 + ## 0.6.14 ### Patch Changes diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index 86e1778443..148d97f5ec 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.14", + "version": "0.6.15", "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.35.0", - "@channel.io/bezier-react": "2.5.0", + "@channel.io/bezier-react": "2.5.1", "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 3a50517310..a825c64762 100644 --- a/packages/bezier-react/CHANGELOG.md +++ b/packages/bezier-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @channel.io/bezier-react +## 2.5.1 + +### Patch Changes + +- Improves the styling of the `ListItem` component based on whether it is interacted with or not. ([#2501](https://github.com/channel-io/bezier-react/pull/2501)) by @sungik-choi + ## 2.5.0 ### Minor Changes diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index 74c6311e2a..62af3f96a0 100644 --- a/packages/bezier-react/package.json +++ b/packages/bezier-react/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-react", - "version": "2.5.0", + "version": "2.5.1", "description": "React components library that implements Bezier design system.", "repository": { "type": "git", diff --git a/packages/bezier-vscode/CHANGELOG.md b/packages/bezier-vscode/CHANGELOG.md index 21642f2fde..959d1c32ab 100644 --- a/packages/bezier-vscode/CHANGELOG.md +++ b/packages/bezier-vscode/CHANGELOG.md @@ -1,5 +1,15 @@ # bezier-vscode +## 0.3.0 + +### Minor Changes + +- Include `alpha` token for autocomplete suggestion. ([#2496](https://github.com/channel-io/bezier-react/pull/2496)) by @yangwooseong + +### Patch Changes + +- Fix bug where `bezier-vscode` is not running. ([#2499](https://github.com/channel-io/bezier-react/pull/2499)) by @yangwooseong + ## 0.2.0 ### Minor Changes diff --git a/packages/bezier-vscode/package.json b/packages/bezier-vscode/package.json index 143c2f6b50..996a737884 100644 --- a/packages/bezier-vscode/package.json +++ b/packages/bezier-vscode/package.json @@ -1,6 +1,6 @@ { "name": "bezier-vscode", - "version": "0.2.0", + "version": "0.3.0", "private": true, "description": "VS Code extension for Bezier Design System", "icon": "assets/channel-icon.png", diff --git a/yarn.lock b/yarn.lock index a661dbc759..3c11898eb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2522,7 +2522,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-react@npm:2.5.0, @channel.io/bezier-react@workspace:packages/bezier-react": +"@channel.io/bezier-react@npm:2.5.1, @channel.io/bezier-react@workspace:packages/bezier-react": version: 0.0.0-use.local resolution: "@channel.io/bezier-react@workspace:packages/bezier-react" dependencies: @@ -8333,7 +8333,7 @@ __metadata: resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin" dependencies: "@channel.io/bezier-icons": "npm:0.35.0" - "@channel.io/bezier-react": "npm:2.5.0" + "@channel.io/bezier-react": "npm:2.5.1" "@figma/plugin-typings": "npm:^1.87.0" "@types/react": "npm:^18.2.59" "@types/react-dom": "npm:^18.2.19"