Skip to content

Commit ca692df

Browse files
ci(changesets): version packages (#2683)
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 ([#2682](#2682)) by @ch-builder Added - chat-edit.svg Modified - square.svg ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - 새 기능 - 새로운 chat-edit 아이콘 추가, 기존 square 아이콘 업데이트 - Figma 플러그인과 React 패키지에서 최신 아이콘 적용 - 작업 - bezier-icons 0.47.0, bezier-figma-plugin 0.7.5로 버전 업데이트 및 의존성 정리 - 불필요한 변경 세트 파일 정리 - 공개 API 변화 없음 - 문서 - 각 패키지의 변경 로그 업데이트 (신규 버전 기록 추가) <!-- 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 841cf1a commit ca692df

File tree

7 files changed

+28
-20
lines changed

7 files changed

+28
-20
lines changed

.changeset/icon-update-1755766677659.md

Lines changed: 0 additions & 13 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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
310
## 0.7.4
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.4",
3+
"version": "0.7.5",
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.46.0",
41+
"@channel.io/bezier-icons": "0.47.0",
4242
"@channel.io/bezier-react": "3.2.0",
4343
"octokit": "^4.0.2",
4444
"react": "^19.0.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.47.0
4+
5+
### Minor Changes
6+
7+
- Update icons ([#2682](https://github.com/channel-io/bezier-react/pull/2682)) by @ch-builder
8+
9+
Added
10+
11+
- chat-edit.svg
12+
13+
Modified
14+
15+
- square.svg
16+
317
## 0.46.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.46.0",
3+
"version": "0.47.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.46.0",
66+
"@channel.io/bezier-icons": "0.47.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
@@ -2113,7 +2113,7 @@ __metadata:
21132113
languageName: unknown
21142114
linkType: soft
21152115

2116-
"@channel.io/bezier-icons@npm:0.46.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
2116+
"@channel.io/bezier-icons@npm:0.47.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
21172117
version: 0.0.0-use.local
21182118
resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons"
21192119
dependencies:
@@ -2150,7 +2150,7 @@ __metadata:
21502150
"@babel/preset-env": "npm:^7.26.0"
21512151
"@babel/preset-react": "npm:^7.26.3"
21522152
"@babel/preset-typescript": "npm:^7.26.0"
2153-
"@channel.io/bezier-icons": "npm:0.46.0"
2153+
"@channel.io/bezier-icons": "npm:0.47.0"
21542154
"@channel.io/bezier-tokens": "npm:0.3.1"
21552155
"@chromatic-com/storybook": "npm:^3.2.2"
21562156
"@figma/code-connect": "npm:^1.2.4"
@@ -7721,7 +7721,7 @@ __metadata:
77217721
version: 0.0.0-use.local
77227722
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
77237723
dependencies:
7724-
"@channel.io/bezier-icons": "npm:0.46.0"
7724+
"@channel.io/bezier-icons": "npm:0.47.0"
77257725
"@channel.io/bezier-react": "npm:3.2.0"
77267726
"@figma/plugin-typings": "npm:^1.104.0"
77277727
"@types/react": "npm:^19.0.1"

0 commit comments

Comments
 (0)