Skip to content

Commit 7908274

Browse files
ci(changesets): version packages (#2565)
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] ### Major Changes - Add support for React 19 and enable new JSX transform. Increase minimum supported React peer dependency version from 16.8 to 17. ([#2559](#2559)) by @sungik-choi ## @channel.io/[email protected] ### Minor Changes - Enable new JSX transform and update React peer dependency to be optional for version 17 and above ([#2559](#2559)) by @sungik-choi ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] - @channel.io/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bd59a67 commit 7908274

File tree

9 files changed

+31
-21
lines changed

9 files changed

+31
-21
lines changed

.changeset/few-walls-design.md

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

.changeset/fifty-gorillas-smell.md

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

packages/bezier-figma-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# bezier-figma-plugin
22

3+
## 0.6.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
- @channel.io/[email protected]
10+
311
## 0.6.19
412

513
### Patch Changes

packages/bezier-figma-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bezier-figma-plugin",
3-
"version": "0.6.19",
3+
"version": "0.6.20",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
66
"repository": {
@@ -38,8 +38,8 @@
3838
"webpack-cli": "^5.1.4"
3939
},
4040
"dependencies": {
41-
"@channel.io/bezier-icons": "0.38.0",
42-
"@channel.io/bezier-react": "2.6.2",
41+
"@channel.io/bezier-icons": "0.39.0",
42+
"@channel.io/bezier-react": "3.0.0",
4343
"octokit": "^4.0.2",
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0",

packages/bezier-icons/CHANGELOG.md

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

3+
## 0.39.0
4+
5+
### Minor Changes
6+
7+
- Enable new JSX transform and update React peer dependency to be optional for version 17 and above ([#2559](https://github.com/channel-io/bezier-react/pull/2559)) by @sungik-choi
8+
39
## 0.38.0
410

511
### 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.38.0",
3+
"version": "0.39.0",
44
"description": "Icon library that implements Bezier design system.",
55
"repository": {
66
"type": "git",

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.0.0
4+
5+
### Major Changes
6+
7+
- Add support for React 19 and enable new JSX transform. Increase minimum supported React peer dependency version from 16.8 to 17. ([#2559](https://github.com/channel-io/bezier-react/pull/2559)) by @sungik-choi
8+
39
## 2.6.2
410

511
### Patch Changes

packages/bezier-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/bezier-react",
3-
"version": "2.6.2",
3+
"version": "3.0.0",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",
@@ -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.38.0",
67+
"@channel.io/bezier-icons": "0.39.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,7 @@ __metadata:
21812181
languageName: unknown
21822182
linkType: soft
21832183

2184-
"@channel.io/bezier-icons@npm:0.38.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
2184+
"@channel.io/bezier-icons@npm:0.39.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
21852185
version: 0.0.0-use.local
21862186
resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons"
21872187
dependencies:
@@ -2210,15 +2210,15 @@ __metadata:
22102210
languageName: unknown
22112211
linkType: soft
22122212

2213-
"@channel.io/bezier-react@npm:2.6.2, @channel.io/bezier-react@workspace:packages/bezier-react":
2213+
"@channel.io/bezier-react@npm:3.0.0, @channel.io/bezier-react@workspace:packages/bezier-react":
22142214
version: 0.0.0-use.local
22152215
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
22162216
dependencies:
22172217
"@babel/core": "npm:^7.26.0"
22182218
"@babel/preset-env": "npm:^7.26.0"
22192219
"@babel/preset-react": "npm:^7.26.3"
22202220
"@babel/preset-typescript": "npm:^7.26.0"
2221-
"@channel.io/bezier-icons": "npm:0.38.0"
2221+
"@channel.io/bezier-icons": "npm:0.39.0"
22222222
"@channel.io/bezier-tokens": "npm:0.2.13"
22232223
"@chromatic-com/storybook": "npm:^3.2.2"
22242224
"@figma/code-connect": "npm:^1.2.4"
@@ -8098,8 +8098,8 @@ __metadata:
80988098
version: 0.0.0-use.local
80998099
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
81008100
dependencies:
8101-
"@channel.io/bezier-icons": "npm:0.38.0"
8102-
"@channel.io/bezier-react": "npm:2.6.2"
8101+
"@channel.io/bezier-icons": "npm:0.39.0"
8102+
"@channel.io/bezier-react": "npm:3.0.0"
81038103
"@figma/plugin-typings": "npm:^1.104.0"
81048104
"@types/react": "npm:^19.0.1"
81058105
"@types/react-dom": "npm:^19.0.2"

0 commit comments

Comments
 (0)