From 8bc375c9177fffc02a989b482893126466eff39d Mon Sep 17 00:00:00 2001 From: ch-builder <61870096+ch-builder@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:39:18 +0900 Subject: [PATCH] ci(changesets): version packages (#2455) 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.3.1 ### Patch Changes - Add `AlphaStatusBadge` component. ([#2434](https://github.com/channel-io/bezier-react/pull/2434)) by @babycroc - Changes to `AlphaButton` and `AlphaIconButton` ([#2454](https://github.com/channel-io/bezier-react/pull/2454)) by @yangwooseong - `white` color is renamed to `white-absolute`. - use transparent token for background color of tertiary style. - add missed color style for `white-absolute`. - Updated dependencies - @channel.io/bezier-tokens@0.2.8 ## @channel.io/bezier-tokens@0.2.8 ### Patch Changes - Add transparent tokens for alpha global and functional tokens. ([#2454](https://github.com/channel-io/bezier-react/pull/2454)) by @yangwooseong - Change some value of alpha tokens and add transparent token for alpha tokens. ([#2453](https://github.com/channel-io/bezier-react/pull/2453)) by @yangwooseong ## @channel.io/stylelint-bezier@0.2.2 ### Patch Changes - Updated dependencies - @channel.io/bezier-tokens@0.2.8 ## bezier-figma-plugin@0.6.10 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@2.3.1 Co-authored-by: github-actions[bot] --- .changeset/bright-hats-unite.md | 5 ----- .changeset/curly-plants-obey.md | 5 ----- .changeset/nervous-dragons-tickle.md | 8 -------- .changeset/shy-flies-provide.md | 5 ----- packages/bezier-figma-plugin/CHANGELOG.md | 7 +++++++ packages/bezier-figma-plugin/package.json | 4 ++-- packages/bezier-react/CHANGELOG.md | 15 +++++++++++++++ packages/bezier-react/package.json | 4 ++-- packages/bezier-tokens/CHANGELOG.md | 8 ++++++++ packages/bezier-tokens/package.json | 2 +- packages/bezier-vscode/package.json | 2 +- packages/stylelint-bezier/CHANGELOG.md | 7 +++++++ packages/stylelint-bezier/package.json | 4 ++-- yarn.lock | 12 ++++++------ 14 files changed, 51 insertions(+), 37 deletions(-) delete mode 100644 .changeset/bright-hats-unite.md delete mode 100644 .changeset/curly-plants-obey.md delete mode 100644 .changeset/nervous-dragons-tickle.md delete mode 100644 .changeset/shy-flies-provide.md diff --git a/.changeset/bright-hats-unite.md b/.changeset/bright-hats-unite.md deleted file mode 100644 index b8d2ad5595..0000000000 --- a/.changeset/bright-hats-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@channel.io/bezier-react': patch ---- - -Add `AlphaStatusBadge` component. diff --git a/.changeset/curly-plants-obey.md b/.changeset/curly-plants-obey.md deleted file mode 100644 index e4abb96b07..0000000000 --- a/.changeset/curly-plants-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@channel.io/bezier-tokens': patch ---- - -Add transparent tokens for alpha global and functional tokens. diff --git a/.changeset/nervous-dragons-tickle.md b/.changeset/nervous-dragons-tickle.md deleted file mode 100644 index 07131e922b..0000000000 --- a/.changeset/nervous-dragons-tickle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@channel.io/bezier-react': patch ---- - -Changes to `AlphaButton` and `AlphaIconButton` -- `white` color is renamed to `white-absolute`. -- use transparent token for background color of tertiary style. -- add missed color style for `white-absolute`. \ No newline at end of file diff --git a/.changeset/shy-flies-provide.md b/.changeset/shy-flies-provide.md deleted file mode 100644 index 230caeffd4..0000000000 --- a/.changeset/shy-flies-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@channel.io/bezier-tokens': patch ---- - -Change some value of alpha tokens and add transparent token for alpha tokens. diff --git a/packages/bezier-figma-plugin/CHANGELOG.md b/packages/bezier-figma-plugin/CHANGELOG.md index 4c8a939bc8..4ab6c55da6 100644 --- a/packages/bezier-figma-plugin/CHANGELOG.md +++ b/packages/bezier-figma-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # bezier-figma-plugin +## 0.6.10 + +### Patch Changes + +- Updated dependencies + - @channel.io/bezier-react@2.3.1 + ## 0.6.9 ### Patch Changes diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index eb722c69af..f233323483 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.9", + "version": "0.6.10", "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.3.0", + "@channel.io/bezier-react": "2.3.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 744116838d..b42bc36079 100644 --- a/packages/bezier-react/CHANGELOG.md +++ b/packages/bezier-react/CHANGELOG.md @@ -1,5 +1,20 @@ # @channel.io/bezier-react +## 2.3.1 + +### Patch Changes + +- Add `AlphaStatusBadge` component. ([#2434](https://github.com/channel-io/bezier-react/pull/2434)) by @babycroc + +- Changes to `AlphaButton` and `AlphaIconButton` ([#2454](https://github.com/channel-io/bezier-react/pull/2454)) by @yangwooseong + + - `white` color is renamed to `white-absolute`. + - use transparent token for background color of tertiary style. + - add missed color style for `white-absolute`. + +- Updated dependencies + - @channel.io/bezier-tokens@0.2.8 + ## 2.3.0 ### Minor Changes diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index d195924f5f..a7381371f8 100644 --- a/packages/bezier-react/package.json +++ b/packages/bezier-react/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-react", - "version": "2.3.0", + "version": "2.3.1", "description": "React components library that implements Bezier design system.", "repository": { "type": "git", @@ -129,7 +129,7 @@ } }, "dependencies": { - "@channel.io/bezier-tokens": "0.2.7", + "@channel.io/bezier-tokens": "0.2.8", "@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 93738ec882..a374d7266b 100644 --- a/packages/bezier-tokens/CHANGELOG.md +++ b/packages/bezier-tokens/CHANGELOG.md @@ -1,5 +1,13 @@ # @channel.io/bezier-tokens +## 0.2.8 + +### Patch Changes + +- Add transparent tokens for alpha global and functional tokens. ([#2454](https://github.com/channel-io/bezier-react/pull/2454)) by @yangwooseong + +- Change some value of alpha tokens and add transparent token for alpha tokens. ([#2453](https://github.com/channel-io/bezier-react/pull/2453)) by @yangwooseong + ## 0.2.7 ### Patch Changes diff --git a/packages/bezier-tokens/package.json b/packages/bezier-tokens/package.json index 6a5fa89984..6060d7fbc1 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.7", + "version": "0.2.8", "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 e7ea15fa25..b89ab04014 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.7", + "@channel.io/bezier-tokens": "0.2.8", "@types/node": "^20.11.20", "@types/vscode": "^1.64.0" } diff --git a/packages/stylelint-bezier/CHANGELOG.md b/packages/stylelint-bezier/CHANGELOG.md index 18facf141a..3e3a5f52dc 100644 --- a/packages/stylelint-bezier/CHANGELOG.md +++ b/packages/stylelint-bezier/CHANGELOG.md @@ -1,5 +1,12 @@ # @channel.io/stylelint-bezier +## 0.2.2 + +### Patch Changes + +- Updated dependencies + - @channel.io/bezier-tokens@0.2.8 + ## 0.2.1 ### Patch Changes diff --git a/packages/stylelint-bezier/package.json b/packages/stylelint-bezier/package.json index 1d9b473aa7..e539558da6 100644 --- a/packages/stylelint-bezier/package.json +++ b/packages/stylelint-bezier/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/stylelint-bezier", - "version": "0.2.1", + "version": "0.2.2", "description": "Stylelint configuration for Bezier design system.", "repository": { "type": "git", @@ -20,7 +20,7 @@ "author": "Channel Corp.", "license": "Apache-2.0", "dependencies": { - "@channel.io/bezier-tokens": "0.2.7" + "@channel.io/bezier-tokens": "0.2.8" }, "devDependencies": { "eslint-config-bezier": "workspace:*", diff --git a/yarn.lock b/yarn.lock index 5c58c7bd6a..93b79bf88a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2345,7 +2345,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-react@npm:2.3.0, @channel.io/bezier-react@workspace:packages/bezier-react": +"@channel.io/bezier-react@npm:2.3.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: @@ -2354,7 +2354,7 @@ __metadata: "@babel/preset-react": "npm:^7.23.3" "@babel/preset-typescript": "npm:^7.23.3" "@channel.io/bezier-icons": "npm:0.35.0" - "@channel.io/bezier-tokens": "npm:0.2.7" + "@channel.io/bezier-tokens": "npm:0.2.8" "@chromatic-com/storybook": "npm:^1" "@radix-ui/react-checkbox": "npm:^1.0.4" "@radix-ui/react-dialog": "npm:^1.0.5" @@ -2436,7 +2436,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-tokens@npm:0.2.7, @channel.io/bezier-tokens@workspace:packages/bezier-tokens": +"@channel.io/bezier-tokens@npm:0.2.8, @channel.io/bezier-tokens@workspace:packages/bezier-tokens": version: 0.0.0-use.local resolution: "@channel.io/bezier-tokens@workspace:packages/bezier-tokens" dependencies: @@ -2488,7 +2488,7 @@ __metadata: version: 0.0.0-use.local resolution: "@channel.io/stylelint-bezier@workspace:packages/stylelint-bezier" dependencies: - "@channel.io/bezier-tokens": "npm:0.2.7" + "@channel.io/bezier-tokens": "npm:0.2.8" eslint-config-bezier: "workspace:*" postcss-styled-syntax: "npm:^0.6.4" tsconfig: "workspace:*" @@ -7939,7 +7939,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.3.0" + "@channel.io/bezier-react": "npm:2.3.1" "@figma/plugin-typings": "npm:^1.87.0" "@types/react": "npm:^18.2.59" "@types/react-dom": "npm:^18.2.19" @@ -7996,7 +7996,7 @@ __metadata: version: 0.0.0-use.local resolution: "bezier-vscode@workspace:packages/bezier-vscode" dependencies: - "@channel.io/bezier-tokens": "npm:0.2.7" + "@channel.io/bezier-tokens": "npm:0.2.8" "@types/node": "npm:^20.11.20" "@types/vscode": "npm:^1.64.0" vscode-languageclient: "npm:^9.0.1"