Skip to content

Commit b1cb980

Browse files
ci(changesets): version packages (#2627)
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 ([#2626](#2626)) by @ch-builder Modified - coupon.svg Added - team-alf-filled.svg - team-alf.svg ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f596077 commit b1cb980

File tree

7 files changed

+29
-21
lines changed

7 files changed

+29
-21
lines changed

.changeset/icon-update-1745823426837.md

Lines changed: 0 additions & 14 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.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
310
## 0.6.27
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.27",
3+
"version": "0.6.28",
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.42.0",
41+
"@channel.io/bezier-icons": "0.43.0",
4242
"@channel.io/bezier-react": "3.1.1",
4343
"octokit": "^4.0.2",
4444
"react": "^19.0.0",

packages/bezier-icons/CHANGELOG.md

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

3+
## 0.43.0
4+
5+
### Minor Changes
6+
7+
- Update icons ([#2626](https://github.com/channel-io/bezier-react/pull/2626)) by @ch-builder
8+
9+
Modified
10+
11+
- coupon.svg
12+
13+
Added
14+
15+
- team-alf-filled.svg
16+
- team-alf.svg
17+
318
## 0.42.0
419

520
### 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.42.0",
3+
"version": "0.43.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
@@ -64,7 +64,7 @@
6464
"@babel/preset-env": "^7.26.0",
6565
"@babel/preset-react": "^7.26.3",
6666
"@babel/preset-typescript": "^7.26.0",
67-
"@channel.io/bezier-icons": "0.42.0",
67+
"@channel.io/bezier-icons": "0.43.0",
6868
"@chromatic-com/storybook": "^3.2.2",
6969
"@figma/code-connect": "^1.2.4",
7070
"@rollup/plugin-alias": "^5.1.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ __metadata:
23092309
languageName: unknown
23102310
linkType: soft
23112311

2312-
"@channel.io/bezier-icons@npm:0.42.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
2312+
"@channel.io/bezier-icons@npm:0.43.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
23132313
version: 0.0.0-use.local
23142314
resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons"
23152315
dependencies:
@@ -2346,7 +2346,7 @@ __metadata:
23462346
"@babel/preset-env": "npm:^7.26.0"
23472347
"@babel/preset-react": "npm:^7.26.3"
23482348
"@babel/preset-typescript": "npm:^7.26.0"
2349-
"@channel.io/bezier-icons": "npm:0.42.0"
2349+
"@channel.io/bezier-icons": "npm:0.43.0"
23502350
"@channel.io/bezier-tokens": "npm:0.3.0"
23512351
"@chromatic-com/storybook": "npm:^3.2.2"
23522352
"@figma/code-connect": "npm:^1.2.4"
@@ -8256,7 +8256,7 @@ __metadata:
82568256
version: 0.0.0-use.local
82578257
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
82588258
dependencies:
8259-
"@channel.io/bezier-icons": "npm:0.42.0"
8259+
"@channel.io/bezier-icons": "npm:0.43.0"
82608260
"@channel.io/bezier-react": "npm:3.1.1"
82618261
"@figma/plugin-typings": "npm:^1.104.0"
82628262
"@types/react": "npm:^19.0.1"

0 commit comments

Comments
 (0)