From d797c222bd05f634e7753143df3a8ec532eb72ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:18:41 +0800 Subject: [PATCH] chore(release): version packages (#952) Co-authored-by: github-actions[bot] --- .changeset/tonic-ui-943a.md | 5 ----- .changeset/tonic-ui-943b.md | 5 ----- .changeset/tonic-ui-943c.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-943a.md delete mode 100644 .changeset/tonic-ui-943b.md delete mode 100644 .changeset/tonic-ui-943c.md 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",