diff --git a/.changeset/tonic-ui-943a.md b/.changeset/tonic-ui-943a.md deleted file mode 100644 index 675dfec786..0000000000 --- a/.changeset/tonic-ui-943a.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tonic-ui/react": patch ---- - -feat(react): add exports for `DefaultPropsProvider` and `useDefaultProps` diff --git a/.changeset/tonic-ui-943b.md b/.changeset/tonic-ui-943b.md deleted file mode 100644 index b5614d03ce..0000000000 --- a/.changeset/tonic-ui-943b.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tonic-ui/react": patch ---- - -feat(react/Popper): use the `useDefaultProps` hook for managing default props diff --git a/.changeset/tonic-ui-943c.md b/.changeset/tonic-ui-943c.md deleted file mode 100644 index 70e8c8604d..0000000000 --- a/.changeset/tonic-ui-943c.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tonic-ui/react": patch ---- - -fix(react/theme): fixed a logical error in the `CSSVariables` component by correcting the condition to check for empty `cssVariables` diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index bab04afac5..3c40d483a1 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @tonic-ui/react +## 2.5.1 + +### Patch Changes + +- feat(react): add exports for `DefaultPropsProvider` and `useDefaultProps` by [@cheton](https://github.com/cheton) in [#950](https://github.com/trendmicro-frontend/tonic-ui/pull/950) + +- feat(react/Popper): use the `useDefaultProps` hook for managing default props by [@cheton](https://github.com/cheton) in [#950](https://github.com/trendmicro-frontend/tonic-ui/pull/950) + +- fix(react/theme): fixed a logical error in the `CSSVariables` component by correcting the condition to check for empty `cssVariables` by [@cheton](https://github.com/cheton) in [#953](https://github.com/trendmicro-frontend/tonic-ui/pull/953) + ## 2.5.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index be57dacfb6..502d06dc39 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react", - "version": "2.5.0", + "version": "2.5.1", "description": "A comprehensive React component library for Tonic UI.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",