Skip to content

Commit 1d8a26d

Browse files
ci(changesets): version packages (#2690)
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 - Add `maxWidth` prop to `TabItem` and show `Tooltip` only when truncated. ([#2689](#2689)) by @j-nary - Remove unused `children` prop from `Button` component. ([#2689](#2689)) by @j-nary ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - 신기능 - TabItem에 maxWidth 옵션 추가. - 내용이 잘릴 때에만 Tooltip을 표시하여 가독성 개선. - 리팩터 - Button 컴포넌트에서 불필요한 children prop 제거(일부 사용처의 간단한 정리 필요 가능). - 작업 - @channel.io/bezier-react를 3.4.0으로 업데이트. - Figma 플러그인을 0.7.8로 업데이트하며 종속성 정리. - 변경에 따른 기능적 차이는 최소화되었으며 전반적 안정성과 일관성을 개선. <!-- 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 c238f66 commit 1d8a26d

File tree

7 files changed

+20
-15
lines changed

7 files changed

+20
-15
lines changed

.changeset/five-ties-agree.md

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

.changeset/forty-pillows-reply.md

Lines changed: 0 additions & 5 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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
310
## 0.7.7
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.7",
3+
"version": "0.7.8",
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.47.0",
42-
"@channel.io/bezier-react": "3.3.1",
42+
"@channel.io/bezier-react": "3.4.0",
4343
"octokit": "^4.0.2",
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0",

packages/bezier-react/CHANGELOG.md

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

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- Add `maxWidth` prop to `TabItem` and show `Tooltip` only when truncated. ([#2689](https://github.com/channel-io/bezier-react/pull/2689)) by @j-nary
8+
9+
- Remove unused `children` prop from `Button` component. ([#2689](https://github.com/channel-io/bezier-react/pull/2689)) by @j-nary
10+
311
## 3.3.1
412

513
### 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.3.1",
3+
"version": "3.4.0",
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
@@ -2142,7 +2142,7 @@ __metadata:
21422142
languageName: unknown
21432143
linkType: soft
21442144

2145-
"@channel.io/bezier-react@npm:3.3.1, @channel.io/bezier-react@workspace:packages/bezier-react":
2145+
"@channel.io/bezier-react@npm:3.4.0, @channel.io/bezier-react@workspace:packages/bezier-react":
21462146
version: 0.0.0-use.local
21472147
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
21482148
dependencies:
@@ -7722,7 +7722,7 @@ __metadata:
77227722
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
77237723
dependencies:
77247724
"@channel.io/bezier-icons": "npm:0.47.0"
7725-
"@channel.io/bezier-react": "npm:3.3.1"
7725+
"@channel.io/bezier-react": "npm:3.4.0"
77267726
"@figma/plugin-typings": "npm:^1.104.0"
77277727
"@types/react": "npm:^19.0.1"
77287728
"@types/react-dom": "npm:^19.0.2"

0 commit comments

Comments
 (0)