Skip to content

Commit 2dff356

Browse files
chore(release): version packages (#934)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 43d3615 commit 2dff356

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/tonic-ui-927.md

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

.changeset/tonic-ui-927b.md

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

.changeset/tonic-ui-938.md

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

packages/react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @tonic-ui/react
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- feat: improve `disabled` prop handling in `Button` and `ButtonGroup` by [@cheton](https://github.com/cheton) in [#930](https://github.com/trendmicro-frontend/tonic-ui/pull/930)
8+
9+
- fix: resolve bug with `isNameConflictRef.current` in `Checkbox` and `Radio` components by [@cheton](https://github.com/cheton) in [#935](https://github.com/trendmicro-frontend/tonic-ui/pull/935)
10+
11+
- feat(`react/scrollbar`): add `scrollViewProps` to enable passing custom props to the `ScrollView` component by [@cheton](https://github.com/cheton) in [#939](https://github.com/trendmicro-frontend/tonic-ui/pull/939)
12+
313
## 2.2.0
414

515
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tonic-ui/react",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "React Tonic UI component library.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)