diff --git a/.changeset/tonic-ui-927.md b/.changeset/tonic-ui-927.md deleted file mode 100644 index 322dc8b9b1..0000000000 --- a/.changeset/tonic-ui-927.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tonic-ui/react": minor ---- - -feat: improve `disabled` prop handling in `Button` and `ButtonGroup` diff --git a/.changeset/tonic-ui-927b.md b/.changeset/tonic-ui-927b.md deleted file mode 100644 index af20e1ae58..0000000000 --- a/.changeset/tonic-ui-927b.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tonic-ui/react": minor ---- - -fix: resolve bug with `isNameConflictRef.current` in `Checkbox` and `Radio` components diff --git a/.changeset/tonic-ui-938.md b/.changeset/tonic-ui-938.md deleted file mode 100644 index 4f263da92c..0000000000 --- a/.changeset/tonic-ui-938.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tonic-ui/react": minor ---- - -feat(`react/scrollbar`): add `scrollViewProps` to enable passing custom props to the `ScrollView` component diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 3ce934dee5..febc0af7ad 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @tonic-ui/react +## 2.3.0 + +### Minor Changes + +- 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) + +- 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) + +- 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) + ## 2.2.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 61c67e377a..119071d48b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react", - "version": "2.2.0", + "version": "2.3.0", "description": "React Tonic UI component library.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",