Skip to content

Commit 730b999

Browse files
ci(changesets): version packages (#2546)
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/[email protected] ### Minor Changes - Update icons ([#2545](#2545)) by @ch-builder Modified - arrow-left-up-small.svg - arrow-up.svg - chevron-right-double.svg - naver-talktalk.svg Added - chevron-down-bold.svg - chevron-left-bold.svg - chevron-right-bold.svg - chevron-up-bold.svg ## @channel.io/[email protected] ### Patch Changes - If disabled is not passed from Button's props, disabled follows loading ([#2510](#2510)) by @jintak0401 - Updated dependencies - @channel.io/[email protected] ## @channel.io/[email protected] ### Patch Changes - The alpha version dimension token is removed. The alpha version radius token is added. ([#2540](#2540)) by @sungik-choi ## @channel.io/[email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] - @channel.io/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c8e5578 commit 730b999

File tree

15 files changed

+70
-49
lines changed

15 files changed

+70
-49
lines changed

.changeset/dry-chairs-vanish.md

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

.changeset/flat-birds-relax.md

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

.changeset/icon-update-1733376139366.md

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

packages/bezier-figma-plugin/CHANGELOG.md

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

3+
## 0.6.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
- @channel.io/[email protected]
10+
311
## 0.6.18
412

513
### Patch Changes

packages/bezier-figma-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bezier-figma-plugin",
3-
"version": "0.6.18",
3+
"version": "0.6.19",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
66
"repository": {
@@ -38,8 +38,8 @@
3838
"webpack-cli": "^5.1.4"
3939
},
4040
"dependencies": {
41-
"@channel.io/bezier-icons": "0.37.0",
42-
"@channel.io/bezier-react": "2.6.1",
41+
"@channel.io/bezier-icons": "0.38.0",
42+
"@channel.io/bezier-react": "2.6.2",
4343
"octokit": "^3.1.2",
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0",

packages/bezier-icons/CHANGELOG.md

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

3+
## 0.38.0
4+
5+
### Minor Changes
6+
7+
- Update icons ([#2545](https://github.com/channel-io/bezier-react/pull/2545)) by @ch-builder
8+
9+
Modified
10+
11+
- arrow-left-up-small.svg
12+
- arrow-up.svg
13+
- chevron-right-double.svg
14+
- naver-talktalk.svg
15+
16+
Added
17+
18+
- chevron-down-bold.svg
19+
- chevron-left-bold.svg
20+
- chevron-right-bold.svg
21+
- chevron-up-bold.svg
22+
323
## 0.37.0
424

525
### Minor Changes

packages/bezier-icons/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-icons",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"description": "Icon library that implements Bezier design system.",
55
"repository": {
66
"type": "git",

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+
## 2.6.2
4+
5+
### Patch Changes
6+
7+
- If disabled is not passed from Button's props, disabled follows loading ([#2510](https://github.com/channel-io/bezier-react/pull/2510)) by @jintak0401
8+
9+
- Updated dependencies
10+
- @channel.io/[email protected]
11+
312
## 2.6.1
413

514
### Patch Changes

packages/bezier-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/bezier-react",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",
@@ -64,7 +64,7 @@
6464
"@babel/preset-env": "^7.23.9",
6565
"@babel/preset-react": "^7.23.3",
6666
"@babel/preset-typescript": "^7.23.3",
67-
"@channel.io/bezier-icons": "0.37.0",
67+
"@channel.io/bezier-icons": "0.38.0",
6868
"@chromatic-com/storybook": "^1",
6969
"@figma/code-connect": "^1.2.2",
7070
"@rollup/plugin-alias": "^5.1.0",
@@ -132,7 +132,7 @@
132132
}
133133
},
134134
"dependencies": {
135-
"@channel.io/bezier-tokens": "0.2.12",
135+
"@channel.io/bezier-tokens": "0.2.13",
136136
"@radix-ui/react-checkbox": "^1.0.4",
137137
"@radix-ui/react-dialog": "^1.0.5",
138138
"@radix-ui/react-radio-group": "^1.1.3",

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.2.13
4+
5+
### Patch Changes
6+
7+
- The alpha version dimension token is removed. The alpha version radius token is added. ([#2540](https://github.com/channel-io/bezier-react/pull/2540)) by @sungik-choi
8+
39
## 0.2.12
410

511
### Patch Changes

0 commit comments

Comments
 (0)