From 3c0a1e2cc1ea56cc96162c4ad2c3692e381bd51c Mon Sep 17 00:00:00 2001 From: ch-builder <61870096+ch-builder@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:15:13 +0900 Subject: [PATCH] ci(changesets): version packages (#2503) 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.6.0 ### Minor Changes - - Add `clickable` property to `ListItem` and `OutlineItem`. This property makes the component appear clickable even when it's not inherently interactive. ([#2502](https://github.com/channel-io/bezier-react/pull/2502)) by @sungik-choi - `OutlineItem` now does not have a clickable style by default. ## bezier-figma-plugin@0.6.16 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@2.6.0 Co-authored-by: github-actions[bot] --- .changeset/chilly-masks-battle.md | 6 ------ packages/bezier-figma-plugin/CHANGELOG.md | 7 +++++++ packages/bezier-figma-plugin/package.json | 4 ++-- packages/bezier-react/CHANGELOG.md | 7 +++++++ packages/bezier-react/package.json | 2 +- yarn.lock | 4 ++-- 6 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 .changeset/chilly-masks-battle.md diff --git a/.changeset/chilly-masks-battle.md b/.changeset/chilly-masks-battle.md deleted file mode 100644 index ebb3a0e07d..0000000000 --- a/.changeset/chilly-masks-battle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@channel.io/bezier-react': minor ---- - -- Add `clickable` property to `ListItem` and `OutlineItem`. This property makes the component appear clickable even when it's not inherently interactive. -- `OutlineItem` now does not have a clickable style by default. diff --git a/packages/bezier-figma-plugin/CHANGELOG.md b/packages/bezier-figma-plugin/CHANGELOG.md index 3aebe66e15..e6dcedea9a 100644 --- a/packages/bezier-figma-plugin/CHANGELOG.md +++ b/packages/bezier-figma-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # bezier-figma-plugin +## 0.6.16 + +### Patch Changes + +- Updated dependencies + - @channel.io/bezier-react@2.6.0 + ## 0.6.15 ### Patch Changes diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index 148d97f5ec..400982187b 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.15", + "version": "0.6.16", "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.1", + "@channel.io/bezier-react": "2.6.0", "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 a825c64762..0095041b23 100644 --- a/packages/bezier-react/CHANGELOG.md +++ b/packages/bezier-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @channel.io/bezier-react +## 2.6.0 + +### Minor Changes + +- - Add `clickable` property to `ListItem` and `OutlineItem`. This property makes the component appear clickable even when it's not inherently interactive. ([#2502](https://github.com/channel-io/bezier-react/pull/2502)) by @sungik-choi + - `OutlineItem` now does not have a clickable style by default. + ## 2.5.1 ### Patch Changes diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index 62af3f96a0..fd9ae2777d 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.1", + "version": "2.6.0", "description": "React components library that implements Bezier design system.", "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index 3c11898eb6..7086277d51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2522,7 +2522,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-react@npm:2.5.1, @channel.io/bezier-react@workspace:packages/bezier-react": +"@channel.io/bezier-react@npm:2.6.0, @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.1" + "@channel.io/bezier-react": "npm:2.6.0" "@figma/plugin-typings": "npm:^1.87.0" "@types/react": "npm:^18.2.59" "@types/react-dom": "npm:^18.2.19"