Skip to content

Commit b7560db

Browse files
ci(changesets): version packages (#2785)
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-tokens@0.5.0 ### Minor Changes - Add chart tokens and bezier-react story for v3 foundation color tokens. ([#2784](#2784)) by @timok1m ## @channel.io/bezier-react@3.6.5 ### Patch Changes - Add chart tokens and bezier-react story for v3 foundation color tokens. ([#2784](#2784)) by @timok1m - Updated dependencies - @channel.io/bezier-tokens@0.5.0 ## @channel.io/stylelint-bezier@0.3.2 ### Patch Changes - Updated dependencies - @channel.io/bezier-tokens@0.5.0 ## bezier-figma-plugin@0.7.24 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@3.6.5 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## 릴리스 노트 * **New Features** * 차트 토큰 추가 * v3 파운데이션 컬러 토큰 스토리 추가 * **Chores** * 패키지 버전 업데이트 (여러 패키지의 마이너 및 패치 버전 상향) * 의존성 업데이트 <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff061ce commit b7560db

File tree

10 files changed

+41
-18
lines changed

10 files changed

+41
-18
lines changed

.changeset/ripe-clowns-drive.md

Lines changed: 0 additions & 6 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.7.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/bezier-react@3.6.5
9+
310
## 0.7.23
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.7.23",
3+
"version": "0.7.24",
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.52.0",
42-
"@channel.io/bezier-react": "3.6.4",
42+
"@channel.io/bezier-react": "3.6.5",
4343
"octokit": "^4.0.2",
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0",

packages/bezier-react/CHANGELOG.md

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

3+
## 3.6.5
4+
5+
### Patch Changes
6+
7+
- Add chart tokens and bezier-react story for v3 foundation color tokens. ([#2784](https://github.com/channel-io/bezier-react/pull/2784)) by @timok1m
8+
9+
- Updated dependencies
10+
- @channel.io/bezier-tokens@0.5.0
11+
312
## 3.6.4
413

514
### 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": "3.6.4",
3+
"version": "3.6.5",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",
@@ -131,7 +131,7 @@
131131
}
132132
},
133133
"dependencies": {
134-
"@channel.io/bezier-tokens": "0.4.1",
134+
"@channel.io/bezier-tokens": "0.5.0",
135135
"@radix-ui/react-checkbox": "^1.1.3",
136136
"@radix-ui/react-dialog": "^1.1.3",
137137
"@radix-ui/react-radio-group": "^1.2.2",

packages/bezier-tokens/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- Add chart tokens and bezier-react story for v3 foundation color tokens. ([#2784](https://github.com/channel-io/bezier-react/pull/2784)) by @timok1m
8+
39
## 0.4.1
410

511
### 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.4.1",
3+
"version": "0.5.0",
44
"description": "Design tokens for Bezier design system.",
55
"repository": {
66
"type": "git",

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.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/bezier-tokens@0.5.0
9+
310
## 0.3.1
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.3.1",
3+
"version": "0.3.2",
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.4.1"
23+
"@channel.io/bezier-tokens": "0.5.0"
2424
},
2525
"devDependencies": {
2626
"eslint-config-bezier": "workspace:*",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ __metadata:
22842284
languageName: unknown
22852285
linkType: soft
22862286

2287-
"@channel.io/bezier-react@npm:3.6.4, @channel.io/bezier-react@workspace:packages/bezier-react":
2287+
"@channel.io/bezier-react@npm:3.6.5, @channel.io/bezier-react@workspace:packages/bezier-react":
22882288
version: 0.0.0-use.local
22892289
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
22902290
dependencies:
@@ -2293,7 +2293,7 @@ __metadata:
22932293
"@babel/preset-react": "npm:^7.26.3"
22942294
"@babel/preset-typescript": "npm:^7.26.0"
22952295
"@channel.io/bezier-icons": "npm:0.52.0"
2296-
"@channel.io/bezier-tokens": "npm:0.4.1"
2296+
"@channel.io/bezier-tokens": "npm:0.5.0"
22972297
"@chromatic-com/storybook": "npm:^3.2.2"
22982298
"@figma/code-connect": "npm:^1.2.4"
22992299
"@radix-ui/react-checkbox": "npm:^1.1.3"
@@ -2376,7 +2376,7 @@ __metadata:
23762376
languageName: unknown
23772377
linkType: soft
23782378

2379-
"@channel.io/bezier-tokens@npm:0.4.1, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
2379+
"@channel.io/bezier-tokens@npm:0.5.0, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
23802380
version: 0.0.0-use.local
23812381
resolution: "@channel.io/bezier-tokens@workspace:packages/bezier-tokens"
23822382
dependencies:
@@ -2428,7 +2428,7 @@ __metadata:
24282428
version: 0.0.0-use.local
24292429
resolution: "@channel.io/stylelint-bezier@workspace:packages/stylelint-bezier"
24302430
dependencies:
2431-
"@channel.io/bezier-tokens": "npm:0.4.1"
2431+
"@channel.io/bezier-tokens": "npm:0.5.0"
24322432
eslint-config-bezier: "workspace:*"
24332433
postcss-styled-syntax: "npm:^0.7.0"
24342434
tsconfig: "workspace:*"
@@ -7849,7 +7849,7 @@ __metadata:
78497849
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
78507850
dependencies:
78517851
"@channel.io/bezier-icons": "npm:0.52.0"
7852-
"@channel.io/bezier-react": "npm:3.6.4"
7852+
"@channel.io/bezier-react": "npm:3.6.5"
78537853
"@figma/plugin-typings": "npm:^1.104.0"
78547854
"@types/react": "npm:^19.0.1"
78557855
"@types/react-dom": "npm:^19.0.2"

0 commit comments

Comments
 (0)