Skip to content

Commit caa3566

Browse files
ci(changesets): version packages (#2868)
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-icons@0.60.0 ### Minor Changes - Update icons ([#2867](#2867)) by @wes5510 Added - chat-bubble-private.svg - database-filled.svg - database.svg - plug.svg Modified - notebook-cos.svg ## bezier-figma-plugin@0.7.33 ### Patch Changes - Updated dependencies - @channel.io/bezier-icons@0.60.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fba2de1 commit caa3566

7 files changed

Lines changed: 31 additions & 23 deletions

File tree

.changeset/icon-update-1782975824112.md

Lines changed: 0 additions & 16 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.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/bezier-icons@0.60.0
9+
310
## 0.7.32
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.32",
3+
"version": "0.7.33",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
66
"repository": {
@@ -38,7 +38,7 @@
3838
"webpack-cli": "^5.1.4"
3939
},
4040
"dependencies": {
41-
"@channel.io/bezier-icons": "0.59.0",
41+
"@channel.io/bezier-icons": "0.60.0",
4242
"@channel.io/bezier-react": "3.6.6",
4343
"octokit": "^4.0.2",
4444
"react": "^19.0.0",

packages/bezier-icons/CHANGELOG.md

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

3+
## 0.60.0
4+
5+
### Minor Changes
6+
7+
- Update icons ([#2867](https://github.com/channel-io/bezier-react/pull/2867)) by @wes5510
8+
9+
Added
10+
11+
- chat-bubble-private.svg
12+
- database-filled.svg
13+
- database.svg
14+
- plug.svg
15+
16+
Modified
17+
18+
- notebook-cos.svg
19+
320
## 0.59.0
421

522
### 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.59.0",
3+
"version": "0.60.0",
44
"description": "Icon library that implements Bezier design system.",
55
"repository": {
66
"type": "git",

packages/bezier-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@babel/preset-env": "^7.26.0",
6464
"@babel/preset-react": "^7.26.3",
6565
"@babel/preset-typescript": "^7.26.0",
66-
"@channel.io/bezier-icons": "0.59.0",
66+
"@channel.io/bezier-icons": "0.60.0",
6767
"@chromatic-com/storybook": "^3.2.2",
6868
"@figma/code-connect": "^1.2.4",
6969
"@rollup/plugin-alias": "^5.1.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@ __metadata:
22552255
languageName: unknown
22562256
linkType: soft
22572257

2258-
"@channel.io/bezier-icons@npm:0.59.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
2258+
"@channel.io/bezier-icons@npm:0.60.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
22592259
version: 0.0.0-use.local
22602260
resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons"
22612261
dependencies:
@@ -2292,7 +2292,7 @@ __metadata:
22922292
"@babel/preset-env": "npm:^7.26.0"
22932293
"@babel/preset-react": "npm:^7.26.3"
22942294
"@babel/preset-typescript": "npm:^7.26.0"
2295-
"@channel.io/bezier-icons": "npm:0.59.0"
2295+
"@channel.io/bezier-icons": "npm:0.60.0"
22962296
"@channel.io/bezier-tokens": "npm:0.6.0"
22972297
"@chromatic-com/storybook": "npm:^3.2.2"
22982298
"@figma/code-connect": "npm:^1.2.4"
@@ -7848,7 +7848,7 @@ __metadata:
78487848
version: 0.0.0-use.local
78497849
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
78507850
dependencies:
7851-
"@channel.io/bezier-icons": "npm:0.59.0"
7851+
"@channel.io/bezier-icons": "npm:0.60.0"
78527852
"@channel.io/bezier-react": "npm:3.6.6"
78537853
"@figma/plugin-typings": "npm:^1.104.0"
78547854
"@types/react": "npm:^19.0.1"

0 commit comments

Comments
 (0)