Skip to content

Commit bdc6029

Browse files
ci(changesets): version packages (#2781)
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-react@3.6.3 ### Patch Changes - Adjust CSS specificity to ensure Japanese font is properly applied - revert to 3.6.1 approach; issue was external to bezier package ([#2780](#2780)) by @timok1m ## bezier-figma-plugin@0.7.22 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@3.6.3 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Bug Fixes - 폰트 렌더링을 개선하기 위해 CSS 특이성을 조정했습니다. ## Chores - bezier-figma-plugin 패키지를 버전 0.7.22로 업데이트했습니다. - bezier-react 패키지를 버전 3.6.3으로 업데이트했습니다. - 관련 의존성이 업데이트되었습니다. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- 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 0958d52 commit bdc6029

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/salty-ducks-wonder.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.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/bezier-react@3.6.3
9+
310
## 0.7.21
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.21",
3+
"version": "0.7.22",
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.52.0",
42-
"@channel.io/bezier-react": "3.6.2",
42+
"@channel.io/bezier-react": "3.6.3",
4343
"octokit": "^4.0.2",
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0",

packages/bezier-react/CHANGELOG.md

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

3+
## 3.6.3
4+
5+
### Patch Changes
6+
7+
- Adjust CSS specificity to ensure Japanese font is properly applied - revert to 3.6.1 approach; issue was external to bezier package ([#2780](https://github.com/channel-io/bezier-react/pull/2780)) by @timok1m
8+
39
## 3.6.2
410

511
### 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.6.2",
3+
"version": "3.6.3",
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
@@ -2284,7 +2284,7 @@ __metadata:
22842284
languageName: unknown
22852285
linkType: soft
22862286

2287-
"@channel.io/bezier-react@npm:3.6.2, @channel.io/bezier-react@workspace:packages/bezier-react":
2287+
"@channel.io/bezier-react@npm:3.6.3, @channel.io/bezier-react@workspace:packages/bezier-react":
22882288
version: 0.0.0-use.local
22892289
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
22902290
dependencies:
@@ -7849,7 +7849,7 @@ __metadata:
78497849
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
78507850
dependencies:
78517851
"@channel.io/bezier-icons": "npm:0.52.0"
7852-
"@channel.io/bezier-react": "npm:3.6.2"
7852+
"@channel.io/bezier-react": "npm:3.6.3"
78537853
"@figma/plugin-typings": "npm:^1.104.0"
78547854
"@types/react": "npm:^19.0.1"
78557855
"@types/react-dom": "npm:^19.0.2"

0 commit comments

Comments
 (0)