From 2dff356702891fd43e43d00cd78ca208eed520bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:47:10 +0800 Subject: [PATCH] chore(release): version packages (#934) Co-authored-by: github-actions[bot] --- .changeset/tonic-ui-927.md | 5 ----- .changeset/tonic-ui-927b.md | 5 ----- .changeset/tonic-ui-938.md | 5 ----- packages/react/CHANGELOG.md | 10 ++++++++++ packages/react/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/tonic-ui-927.md delete mode 100644 .changeset/tonic-ui-927b.md delete mode 100644 .changeset/tonic-ui-938.md 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",