Skip to content

Commit 30e8a49

Browse files
ci(changesets): version packages (#2662)
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] ### Patch Changes - Optimize warn function to prevent duplicate console logs ([#2661](#2661)) by @sungik-choi - Add `scope` parameter to `warn` so each message logs only once per scope - Apply the scoped warning to legacy-icon deprecation in Button, Banner, SectionLabel - Add comprehensive tests for the new `warn` behavior - Prevent UI blocking and developer tool freezing when using legacy icons with virtual lists ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **버그 수정** * 레거시 아이콘이 사용된 Button, Banner, SectionLabel 컴포넌트에서 중복 경고 메시지가 콘솔에 여러 번 출력되는 현상이 개선되었습니다. 이제 각 경고 메시지는 지정된 범위(scope) 내에서 한 번만 표시되어 개발자 도구의 성능 저하 및 UI 멈춤 현상이 방지됩니다. * **기타** * bezier-figma-plugin 및 @channel.io/bezier-react 패키지의 버전이 업데이트되었습니다. <!-- 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 38a5045 commit 30e8a49

File tree

6 files changed

+23
-15
lines changed

6 files changed

+23
-15
lines changed

.changeset/warn-scope-optimization.md

Lines changed: 0 additions & 10 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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
310
## 0.7.1
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.1",
3+
"version": "0.7.2",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
66
"repository": {
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@channel.io/bezier-icons": "0.45.0",
42-
"@channel.io/bezier-react": "3.1.4",
42+
"@channel.io/bezier-react": "3.1.5",
4343
"octokit": "^4.0.2",
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0",

packages/bezier-react/CHANGELOG.md

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

3+
## 3.1.5
4+
5+
### Patch Changes
6+
7+
- Optimize warn function to prevent duplicate console logs ([#2661](https://github.com/channel-io/bezier-react/pull/2661)) by @sungik-choi
8+
9+
- Add `scope` parameter to `warn` so each message logs only once per scope
10+
- Apply the scoped warning to legacy-icon deprecation in Button, Banner, SectionLabel
11+
- Add comprehensive tests for the new `warn` behavior
12+
- Prevent UI blocking and developer tool freezing when using legacy icons with virtual lists
13+
314
## 3.1.4
415

516
### Patch Changes

packages/bezier-react/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-react",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ __metadata:
20402040
languageName: unknown
20412041
linkType: soft
20422042

2043-
"@channel.io/bezier-react@npm:3.1.4, @channel.io/bezier-react@workspace:packages/bezier-react":
2043+
"@channel.io/bezier-react@npm:3.1.5, @channel.io/bezier-react@workspace:packages/bezier-react":
20442044
version: 0.0.0-use.local
20452045
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
20462046
dependencies:
@@ -7555,7 +7555,7 @@ __metadata:
75557555
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
75567556
dependencies:
75577557
"@channel.io/bezier-icons": "npm:0.45.0"
7558-
"@channel.io/bezier-react": "npm:3.1.4"
7558+
"@channel.io/bezier-react": "npm:3.1.5"
75597559
"@figma/plugin-typings": "npm:^1.104.0"
75607560
"@types/react": "npm:^19.0.1"
75617561
"@types/react-dom": "npm:^19.0.2"

0 commit comments

Comments
 (0)