diff --git a/.changeset/replace-react-transition-group.md b/.changeset/replace-react-transition-group.md deleted file mode 100644 index ce89321d..00000000 --- a/.changeset/replace-react-transition-group.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tiny-design/react": minor ---- - -Replace react-transition-group with a custom useTransition hook for CSS-driven animations. This removes the unmaintained dependency and prepares the library for React 19 compatibility. diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 1e7dbcba..3f7c131d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @tiny-design/icons +## 1.3.0 + ## 1.2.0 ## 1.1.2 diff --git a/packages/icons/package.json b/packages/icons/package.json index 0360e6e2..cebb8247 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/icons", - "version": "1.2.0", + "version": "1.3.0", "description": "SVG icon components for tiny-design", "license": "MIT", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a8e60514..96b5e5f8 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.0 + +### Minor Changes + +- Replace react-transition-group with a custom useTransition hook for CSS-driven animations. This removes the unmaintained dependency and prepares the library for React 19 compatibility. - [#66](https://github.com/wangdicoder/tiny-design/pull/66) [`2d3e756`](https://github.com/wangdicoder/tiny-design/commit/2d3e756674c47058180981b304af84f181f63027) + ## 1.2.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 2089eccf..0e5aa02e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/react", - "version": "1.2.0", + "version": "1.3.0", "description": "A friendly UI component set for React", "license": "MIT", "keywords": [ diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index fad4e3c0..55c98c1c 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @tiny-design/tokens +## 1.3.0 + ## 1.2.0 ## 1.1.2 diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 6d053ad5..8606924d 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/tokens", - "version": "1.2.0", + "version": "1.3.0", "description": "Design tokens, themes, and foundational styles for Tiny UI", "license": "MIT", "repository": {