Skip to content

Commit 1afe04b

Browse files
ci(changesets): version packages (#2472)
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.4.0 ### Minor Changes - The use client directive has been added at the top of all components inside @channel.io/bezier-react. ([#2468](#2468)) by @nayounsang ### Patch Changes - Remove 1px gap between icon and text in `s` size `AlphaButton`, `AlphaFloatingButton`. ([#2484](#2484)) by @yangwooseong - Apply hovered color token for `AlphaButton`, `AlphaFloatingButton`, and `AlphaFloatingIconButton`. ([#2471](#2471)) by @yangwooseong - Add `ToggleEmojiButtonGroup` and `ToggleEmojiButtonSource` component. ([#2301](#2301)) by @yangwooseong - Updated dependencies - @channel.io/bezier-tokens@0.2.11 ## @channel.io/bezier-tokens@0.2.11 ### Patch Changes - Change `alpha-color-green-300-0` alpha token. ([#2471](#2471)) by @yangwooseong Modify hovered color generating formula so that they are more visible in dark theme. ## @channel.io/stylelint-bezier@0.2.5 ### Patch Changes - Updated dependencies - @channel.io/bezier-tokens@0.2.11 ## bezier-figma-plugin@0.6.13 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@2.4.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 26658dc commit 1afe04b

File tree

15 files changed

+52
-40
lines changed

15 files changed

+52
-40
lines changed

.changeset/chatty-singers-grab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-nails-crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-starfishes-add.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/new-impalas-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-ducks-nail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/bezier-figma-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# bezier-figma-plugin
22

3+
## 0.6.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/bezier-react@2.4.0
9+
310
## 0.6.12
411

512
### Patch Changes

packages/bezier-figma-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bezier-figma-plugin",
3-
"version": "0.6.12",
3+
"version": "0.6.13",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
66
"repository": {
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@channel.io/bezier-icons": "0.35.0",
42-
"@channel.io/bezier-react": "2.3.3",
42+
"@channel.io/bezier-react": "2.4.0",
4343
"octokit": "^3.1.2",
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0",

packages/bezier-react/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @channel.io/bezier-react
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- The use client directive has been added at the top of all components inside @channel.io/bezier-react. ([#2468](https://github.com/channel-io/bezier-react/pull/2468)) by @nayounsang
8+
9+
### Patch Changes
10+
11+
- Remove 1px gap between icon and text in `s` size `AlphaButton`, `AlphaFloatingButton`. ([#2484](https://github.com/channel-io/bezier-react/pull/2484)) by @yangwooseong
12+
13+
- Apply hovered color token for `AlphaButton`, `AlphaFloatingButton`, and `AlphaFloatingIconButton`. ([#2471](https://github.com/channel-io/bezier-react/pull/2471)) by @yangwooseong
14+
15+
- Add `ToggleEmojiButtonGroup` and `ToggleEmojiButtonSource` component. ([#2301](https://github.com/channel-io/bezier-react/pull/2301)) by @yangwooseong
16+
17+
- Updated dependencies
18+
- @channel.io/bezier-tokens@0.2.11
19+
320
## 2.3.3
421

522
### Patch Changes

packages/bezier-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/bezier-react",
3-
"version": "2.3.3",
3+
"version": "2.4.0",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",
@@ -129,7 +129,7 @@
129129
}
130130
},
131131
"dependencies": {
132-
"@channel.io/bezier-tokens": "0.2.10",
132+
"@channel.io/bezier-tokens": "0.2.11",
133133
"@radix-ui/react-checkbox": "^1.0.4",
134134
"@radix-ui/react-dialog": "^1.0.5",
135135
"@radix-ui/react-radio-group": "^1.1.3",

packages/bezier-tokens/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @channel.io/bezier-tokens
22

3+
## 0.2.11
4+
5+
### Patch Changes
6+
7+
- Change `alpha-color-green-300-0` alpha token. ([#2471](https://github.com/channel-io/bezier-react/pull/2471)) by @yangwooseong
8+
Modify hovered color generating formula so that they are more visible in dark theme.
9+
310
## 0.2.10
411

512
### Patch Changes

packages/bezier-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/bezier-tokens",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"description": "Design tokens for Bezier design system.",
55
"repository": {
66
"type": "git",

packages/bezier-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"vscode-languageserver-textdocument": "^1.0.11"
6868
},
6969
"devDependencies": {
70-
"@channel.io/bezier-tokens": "0.2.10",
70+
"@channel.io/bezier-tokens": "0.2.11",
7171
"@types/node": "^20.11.20",
7272
"@types/vscode": "^1.64.0"
7373
}

packages/stylelint-bezier/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @channel.io/stylelint-bezier
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/bezier-tokens@0.2.11
9+
310
## 0.2.4
411

512
### Patch Changes

packages/stylelint-bezier/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/stylelint-bezier",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Stylelint configuration for Bezier design system.",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"author": "Channel Corp.",
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"@channel.io/bezier-tokens": "0.2.10"
23+
"@channel.io/bezier-tokens": "0.2.11"
2424
},
2525
"devDependencies": {
2626
"eslint-config-bezier": "workspace:*",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,7 +2286,7 @@ __metadata:
22862286
languageName: unknown
22872287
linkType: soft
22882288

2289-
"@channel.io/bezier-react@npm:2.3.3, @channel.io/bezier-react@workspace:packages/bezier-react":
2289+
"@channel.io/bezier-react@npm:2.4.0, @channel.io/bezier-react@workspace:packages/bezier-react":
22902290
version: 0.0.0-use.local
22912291
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
22922292
dependencies:
@@ -2295,7 +2295,7 @@ __metadata:
22952295
"@babel/preset-react": "npm:^7.23.3"
22962296
"@babel/preset-typescript": "npm:^7.23.3"
22972297
"@channel.io/bezier-icons": "npm:0.35.0"
2298-
"@channel.io/bezier-tokens": "npm:0.2.10"
2298+
"@channel.io/bezier-tokens": "npm:0.2.11"
22992299
"@chromatic-com/storybook": "npm:^1"
23002300
"@radix-ui/react-checkbox": "npm:^1.0.4"
23012301
"@radix-ui/react-dialog": "npm:^1.0.5"
@@ -2377,7 +2377,7 @@ __metadata:
23772377
languageName: unknown
23782378
linkType: soft
23792379

2380-
"@channel.io/bezier-tokens@npm:0.2.10, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
2380+
"@channel.io/bezier-tokens@npm:0.2.11, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
23812381
version: 0.0.0-use.local
23822382
resolution: "@channel.io/bezier-tokens@workspace:packages/bezier-tokens"
23832383
dependencies:
@@ -2429,7 +2429,7 @@ __metadata:
24292429
version: 0.0.0-use.local
24302430
resolution: "@channel.io/stylelint-bezier@workspace:packages/stylelint-bezier"
24312431
dependencies:
2432-
"@channel.io/bezier-tokens": "npm:0.2.10"
2432+
"@channel.io/bezier-tokens": "npm:0.2.11"
24332433
eslint-config-bezier: "workspace:*"
24342434
postcss-styled-syntax: "npm:^0.6.4"
24352435
tsconfig: "workspace:*"
@@ -7970,7 +7970,7 @@ __metadata:
79707970
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
79717971
dependencies:
79727972
"@channel.io/bezier-icons": "npm:0.35.0"
7973-
"@channel.io/bezier-react": "npm:2.3.3"
7973+
"@channel.io/bezier-react": "npm:2.4.0"
79747974
"@figma/plugin-typings": "npm:^1.87.0"
79757975
"@types/react": "npm:^18.2.59"
79767976
"@types/react-dom": "npm:^18.2.19"
@@ -8027,7 +8027,7 @@ __metadata:
80278027
version: 0.0.0-use.local
80288028
resolution: "bezier-vscode@workspace:packages/bezier-vscode"
80298029
dependencies:
8030-
"@channel.io/bezier-tokens": "npm:0.2.10"
8030+
"@channel.io/bezier-tokens": "npm:0.2.11"
80318031
"@types/node": "npm:^20.11.20"
80328032
"@types/vscode": "npm:^1.64.0"
80338033
vscode-languageclient: "npm:^9.0.1"

0 commit comments

Comments
 (0)