You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: packages/bezier-icons/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @channel.io/bezier-icons
2
2
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
Copy file name to clipboardExpand all lines: packages/bezier-react/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @channel.io/bezier-react
2
2
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
0 commit comments