From 621b3eb370b4f15e4e4d35327cb27c24e803dbcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 17:32:43 +0900 Subject: [PATCH] ci(changesets): version packages (#2188) 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-icons@0.24.0 ### Minor Changes - Update icons ([#2204](https://github.com/channel-io/bezier-react/pull/2204)) by @kimminkyung94 Added - center-focus.svg - group-remove-filled.svg - shipping-filled.svg - snooze-filled.svg - star-circle-filled.svg - untag-filled.svg - workflow.svg Modified - chat-check-filled.svg - chat-check.svg - chat-progress-filled.svg - chat-progress.svg - check-circle-filled.svg - check-circle.svg - check-verification-filled.svg - clock-filled.svg - contract.svg - expand.svg - goal.svg - limit.svg - people.svg - tag.svg - untag.svg ## @channel.io/bezier-react@2.0.4 ### Patch Changes - Change outline color of primary and blue `Button` component when focused. ([#2182](https://github.com/channel-io/bezier-react/pull/2182)) by @yangwooseong - Add `AlphaButton` component. ([#2182](https://github.com/channel-io/bezier-react/pull/2182)) by @yangwooseong - Add `AlphaFloatingButton` component. ([#2193](https://github.com/channel-io/bezier-react/pull/2193)) by @yangwooseong - Updated dependencies - @channel.io/bezier-tokens@0.2.3 ## @channel.io/bezier-tokens@0.2.3 ### Patch Changes - Add the font-family format supported by Google Web Font ([#2209](https://github.com/channel-io/bezier-react/pull/2209)) by @leejiwoo2002 ## bezier-figma-plugin@0.5.4 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@2.0.4 - @channel.io/bezier-icons@0.24.0 Co-authored-by: github-actions[bot] --- .changeset/eight-birds-care.md | 5 ---- .changeset/forty-days-cry.md | 5 ---- .changeset/icon-update-1715231469565.md | 33 ---------------------- .changeset/olive-ants-explode.md | 5 ---- .changeset/pink-mangos-press.md | 5 ---- packages/bezier-figma-plugin/CHANGELOG.md | 8 ++++++ packages/bezier-figma-plugin/package.json | 6 ++-- packages/bezier-icons/CHANGELOG.md | 34 +++++++++++++++++++++++ packages/bezier-icons/package.json | 2 +- packages/bezier-react/CHANGELOG.md | 13 +++++++++ packages/bezier-react/package.json | 6 ++-- packages/bezier-tokens/CHANGELOG.md | 6 ++++ packages/bezier-tokens/package.json | 2 +- packages/bezier-vscode/package.json | 2 +- yarn.lock | 16 +++++------ 15 files changed, 78 insertions(+), 70 deletions(-) delete mode 100644 .changeset/eight-birds-care.md delete mode 100644 .changeset/forty-days-cry.md delete mode 100644 .changeset/icon-update-1715231469565.md delete mode 100644 .changeset/olive-ants-explode.md delete mode 100644 .changeset/pink-mangos-press.md diff --git a/.changeset/eight-birds-care.md b/.changeset/eight-birds-care.md deleted file mode 100644 index a929aefa3b..0000000000 --- a/.changeset/eight-birds-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@channel.io/bezier-tokens": patch ---- - -Add the font-family format supported by Google Web Font diff --git a/.changeset/forty-days-cry.md b/.changeset/forty-days-cry.md deleted file mode 100644 index 6fb3e34151..0000000000 --- a/.changeset/forty-days-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@channel.io/bezier-react": patch ---- - -Change outline color of primary and blue `Button` component when focused. diff --git a/.changeset/icon-update-1715231469565.md b/.changeset/icon-update-1715231469565.md deleted file mode 100644 index b627409665..0000000000 --- a/.changeset/icon-update-1715231469565.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -"@channel.io/bezier-icons": minor ---- - -Update icons - -Added - -- center-focus.svg -- group-remove-filled.svg -- shipping-filled.svg -- snooze-filled.svg -- star-circle-filled.svg -- untag-filled.svg -- workflow.svg - -Modified - -- chat-check-filled.svg -- chat-check.svg -- chat-progress-filled.svg -- chat-progress.svg -- check-circle-filled.svg -- check-circle.svg -- check-verification-filled.svg -- clock-filled.svg -- contract.svg -- expand.svg -- goal.svg -- limit.svg -- people.svg -- tag.svg -- untag.svg \ No newline at end of file diff --git a/.changeset/olive-ants-explode.md b/.changeset/olive-ants-explode.md deleted file mode 100644 index c3d72ef61e..0000000000 --- a/.changeset/olive-ants-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@channel.io/bezier-react": patch ---- - -Add `AlphaButton` component. diff --git a/.changeset/pink-mangos-press.md b/.changeset/pink-mangos-press.md deleted file mode 100644 index 8c8c94e754..0000000000 --- a/.changeset/pink-mangos-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@channel.io/bezier-react": patch ---- - -Add `AlphaFloatingButton` component. diff --git a/packages/bezier-figma-plugin/CHANGELOG.md b/packages/bezier-figma-plugin/CHANGELOG.md index 04326f4025..e8441d767d 100644 --- a/packages/bezier-figma-plugin/CHANGELOG.md +++ b/packages/bezier-figma-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # bezier-figma-plugin +## 0.5.4 + +### Patch Changes + +- Updated dependencies + - @channel.io/bezier-react@2.0.4 + - @channel.io/bezier-icons@0.24.0 + ## 0.5.3 ### Patch Changes diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index 35c7899303..3b61703a54 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.5.3", + "version": "0.5.4", "private": true, "description": "Figma plugin that helps build Bezier design system and increase productivity.", "repository": { @@ -38,8 +38,8 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "@channel.io/bezier-icons": "0.23.0", - "@channel.io/bezier-react": "2.0.3", + "@channel.io/bezier-icons": "0.24.0", + "@channel.io/bezier-react": "2.0.4", "octokit": "^3.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/bezier-icons/CHANGELOG.md b/packages/bezier-icons/CHANGELOG.md index 1fcc10969a..2b5721424f 100644 --- a/packages/bezier-icons/CHANGELOG.md +++ b/packages/bezier-icons/CHANGELOG.md @@ -1,5 +1,39 @@ # @channel.io/bezier-icons +## 0.24.0 + +### Minor Changes + +- Update icons ([#2204](https://github.com/channel-io/bezier-react/pull/2204)) by @kimminkyung94 + + Added + + - center-focus.svg + - group-remove-filled.svg + - shipping-filled.svg + - snooze-filled.svg + - star-circle-filled.svg + - untag-filled.svg + - workflow.svg + + Modified + + - chat-check-filled.svg + - chat-check.svg + - chat-progress-filled.svg + - chat-progress.svg + - check-circle-filled.svg + - check-circle.svg + - check-verification-filled.svg + - clock-filled.svg + - contract.svg + - expand.svg + - goal.svg + - limit.svg + - people.svg + - tag.svg + - untag.svg + ## 0.23.0 ### Minor Changes diff --git a/packages/bezier-icons/package.json b/packages/bezier-icons/package.json index aa21deb12c..cd8a853a46 100644 --- a/packages/bezier-icons/package.json +++ b/packages/bezier-icons/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-icons", - "version": "0.23.0", + "version": "0.24.0", "description": "Icon library that implements Bezier design system.", "repository": { "type": "git", diff --git a/packages/bezier-react/CHANGELOG.md b/packages/bezier-react/CHANGELOG.md index bbb9e6e252..fc8915bedd 100644 --- a/packages/bezier-react/CHANGELOG.md +++ b/packages/bezier-react/CHANGELOG.md @@ -1,5 +1,18 @@ # @channel.io/bezier-react +## 2.0.4 + +### Patch Changes + +- Change outline color of primary and blue `Button` component when focused. ([#2182](https://github.com/channel-io/bezier-react/pull/2182)) by @yangwooseong + +- Add `AlphaButton` component. ([#2182](https://github.com/channel-io/bezier-react/pull/2182)) by @yangwooseong + +- Add `AlphaFloatingButton` component. ([#2193](https://github.com/channel-io/bezier-react/pull/2193)) by @yangwooseong + +- Updated dependencies + - @channel.io/bezier-tokens@0.2.3 + ## 2.0.3 ### Patch Changes diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index cb698c9011..9435aa56fb 100644 --- a/packages/bezier-react/package.json +++ b/packages/bezier-react/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-react", - "version": "2.0.3", + "version": "2.0.4", "description": "React components library that implements Bezier design system.", "repository": { "type": "git", @@ -63,7 +63,7 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@channel.io/bezier-icons": "0.23.0", + "@channel.io/bezier-icons": "0.24.0", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", @@ -127,7 +127,7 @@ } }, "dependencies": { - "@channel.io/bezier-tokens": "0.2.2", + "@channel.io/bezier-tokens": "0.2.3", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-radio-group": "^1.1.3", diff --git a/packages/bezier-tokens/CHANGELOG.md b/packages/bezier-tokens/CHANGELOG.md index 5d8ea4dd06..996c951380 100644 --- a/packages/bezier-tokens/CHANGELOG.md +++ b/packages/bezier-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @channel.io/bezier-tokens +## 0.2.3 + +### Patch Changes + +- Add the font-family format supported by Google Web Font ([#2209](https://github.com/channel-io/bezier-react/pull/2209)) by @leejiwoo2002 + ## 0.2.2 ### Patch Changes diff --git a/packages/bezier-tokens/package.json b/packages/bezier-tokens/package.json index e254878c5b..9ef076c073 100644 --- a/packages/bezier-tokens/package.json +++ b/packages/bezier-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-tokens", - "version": "0.2.2", + "version": "0.2.3", "description": "Design tokens for Bezier design system.", "repository": { "type": "git", diff --git a/packages/bezier-vscode/package.json b/packages/bezier-vscode/package.json index e195f59efa..661a854525 100644 --- a/packages/bezier-vscode/package.json +++ b/packages/bezier-vscode/package.json @@ -67,7 +67,7 @@ "vscode-languageserver-textdocument": "^1.0.11" }, "devDependencies": { - "@channel.io/bezier-tokens": "0.2.2", + "@channel.io/bezier-tokens": "0.2.3", "@types/node": "^20.11.20", "@types/vscode": "^1.64.0" } diff --git a/yarn.lock b/yarn.lock index 5691cffc9e..b44a334d9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2106,7 +2106,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-icons@npm:0.23.0, @channel.io/bezier-icons@workspace:packages/bezier-icons": +"@channel.io/bezier-icons@npm:0.24.0, @channel.io/bezier-icons@workspace:packages/bezier-icons": version: 0.0.0-use.local resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons" dependencies: @@ -2130,7 +2130,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-react@npm:2.0.3, @channel.io/bezier-react@workspace:packages/bezier-react": +"@channel.io/bezier-react@npm:2.0.4, @channel.io/bezier-react@workspace:packages/bezier-react": version: 0.0.0-use.local resolution: "@channel.io/bezier-react@workspace:packages/bezier-react" dependencies: @@ -2138,8 +2138,8 @@ __metadata: "@babel/preset-env": "npm:^7.23.9" "@babel/preset-react": "npm:^7.23.3" "@babel/preset-typescript": "npm:^7.23.3" - "@channel.io/bezier-icons": "npm:0.23.0" - "@channel.io/bezier-tokens": "npm:0.2.2" + "@channel.io/bezier-icons": "npm:0.24.0" + "@channel.io/bezier-tokens": "npm:0.2.3" "@radix-ui/react-checkbox": "npm:^1.0.4" "@radix-ui/react-dialog": "npm:^1.0.5" "@radix-ui/react-radio-group": "npm:^1.1.3" @@ -2216,7 +2216,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-tokens@npm:0.2.2, @channel.io/bezier-tokens@workspace:packages/bezier-tokens": +"@channel.io/bezier-tokens@npm:0.2.3, @channel.io/bezier-tokens@workspace:packages/bezier-tokens": version: 0.0.0-use.local resolution: "@channel.io/bezier-tokens@workspace:packages/bezier-tokens" dependencies: @@ -8609,8 +8609,8 @@ __metadata: version: 0.0.0-use.local resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin" dependencies: - "@channel.io/bezier-icons": "npm:0.23.0" - "@channel.io/bezier-react": "npm:2.0.3" + "@channel.io/bezier-icons": "npm:0.24.0" + "@channel.io/bezier-react": "npm:2.0.4" "@figma/plugin-typings": "npm:^1.87.0" "@types/react": "npm:^18.2.59" "@types/react-dom": "npm:^18.2.19" @@ -8667,7 +8667,7 @@ __metadata: version: 0.0.0-use.local resolution: "bezier-vscode@workspace:packages/bezier-vscode" dependencies: - "@channel.io/bezier-tokens": "npm:0.2.2" + "@channel.io/bezier-tokens": "npm:0.2.3" "@types/node": "npm:^20.11.20" "@types/vscode": "npm:^1.64.0" vscode-languageclient: "npm:^9.0.1"