Skip to content

Commit adb4d27

Browse files
ci(changesets): version packages (#2509)
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 ([#2508](#2508)) by @ch-builder Added - hospital.svg Modified - office.svg ## @channel.io/[email protected] ### Patch Changes - Decreate icon size of `AlphaButton`, `AlphaIconbutton`, `AlphaFloatingButton`, and `AlphaFloatingIconButton`. ([#2532](#2532)) by @yangwooseong - Updated dependencies - @channel.io/[email protected] ## @channel.io/[email protected] ### Patch Changes - Changes in alpha color tokens. ([#2515](#2515)) by @yangwooseong - `color-fg(bg)-grey-grey-alpha-*` are renamed to `color-fg(bg)-grey-alpha-*`. - `color-fg(bg)-white-white-alpha-*` are renamed to `color-fg(bg)-white-alpha-*`. - add `color-fg-grey-darkest` token. ## @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 957752c commit adb4d27

File tree

15 files changed

+67
-46
lines changed

15 files changed

+67
-46
lines changed

.changeset/few-jokes-worry.md

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

.changeset/icon-update-1732756332309.md

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

.changeset/odd-bags-unite.md

Lines changed: 0 additions & 8 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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
- @channel.io/[email protected]
10+
311
## 0.6.17
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.17",
3+
"version": "0.6.18",
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.36.0",
42-
"@channel.io/bezier-react": "2.6.0",
41+
"@channel.io/bezier-icons": "0.37.0",
42+
"@channel.io/bezier-react": "2.6.1",
4343
"octokit": "^3.1.2",
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0",

packages/bezier-icons/CHANGELOG.md

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

3+
## 0.37.0
4+
5+
### Minor Changes
6+
7+
- Update icons ([#2508](https://github.com/channel-io/bezier-react/pull/2508)) by @ch-builder
8+
9+
Added
10+
11+
- hospital.svg
12+
13+
Modified
14+
15+
- office.svg
16+
317
## 0.36.0
418

519
### 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.36.0",
3+
"version": "0.37.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.1
4+
5+
### Patch Changes
6+
7+
- Decreate icon size of `AlphaButton`, `AlphaIconbutton`, `AlphaFloatingButton`, and `AlphaFloatingIconButton`. ([#2532](https://github.com/channel-io/bezier-react/pull/2532)) by @yangwooseong
8+
9+
- Updated dependencies
10+
- @channel.io/[email protected]
11+
312
## 2.6.0
413

514
### Minor 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.0",
3+
"version": "2.6.1",
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.36.0",
67+
"@channel.io/bezier-icons": "0.37.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.11",
135+
"@channel.io/bezier-tokens": "0.2.12",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @channel.io/bezier-tokens
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- Changes in alpha color tokens. ([#2515](https://github.com/channel-io/bezier-react/pull/2515)) by @yangwooseong
8+
- `color-fg(bg)-grey-grey-alpha-*` are renamed to `color-fg(bg)-grey-alpha-*`.
9+
- `color-fg(bg)-white-white-alpha-*` are renamed to `color-fg(bg)-white-alpha-*`.
10+
- add `color-fg-grey-darkest` token.
11+
312
## 0.2.11
413

514
### Patch Changes

0 commit comments

Comments
 (0)