diff --git a/.changeset/feat-collapse-redesign.md b/.changeset/feat-collapse-redesign.md deleted file mode 100644 index 1c6f47b9..00000000 --- a/.changeset/feat-collapse-redesign.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@tiny-design/react': minor -'@tiny-design/icons': minor -'@tiny-design/tokens': minor -'@tiny-design/charts': minor ---- - -Redesign the Collapse component API, styles, and docs, align the related tokens, and keep -the fixed-version package group in sync for release. diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index f897f750..fd35089a 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tiny-design/charts +## 1.12.0 + +### Minor Changes + +- Redesign the Collapse component API, styles, and docs, align the related tokens, and keep - [#109](https://github.com/wangdicoder/tiny-design/pull/109) [`58c2ea2`](https://github.com/wangdicoder/tiny-design/commit/58c2ea2b024f97a6c769cc0549780fec7d1fccfb) + the fixed-version package group in sync for release. + ## 1.11.4 ## 1.11.3 diff --git a/packages/charts/package.json b/packages/charts/package.json index 8c70d90a..344dcd52 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/charts", - "version": "1.11.4", + "version": "1.12.0", "description": "Theme-aware chart components for Tiny Design, built on Recharts", "license": "MIT", "repository": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index bcca2bd1..ac46e9f4 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @tiny-design/icons +## 1.12.0 + +### Minor Changes + +- Redesign the Collapse component API, styles, and docs, align the related tokens, and keep - [#109](https://github.com/wangdicoder/tiny-design/pull/109) [`58c2ea2`](https://github.com/wangdicoder/tiny-design/commit/58c2ea2b024f97a6c769cc0549780fec7d1fccfb) + the fixed-version package group in sync for release. + ## 1.11.4 ## 1.11.3 diff --git a/packages/icons/package.json b/packages/icons/package.json index 12ecc94d..2374586e 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/icons", - "version": "1.11.4", + "version": "1.12.0", "description": "SVG icon components for tiny-design", "license": "MIT", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7519bfc1..23c6a703 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.12.0 + +### Minor Changes + +- Redesign the Collapse component API, styles, and docs, align the related tokens, and keep - [#109](https://github.com/wangdicoder/tiny-design/pull/109) [`58c2ea2`](https://github.com/wangdicoder/tiny-design/commit/58c2ea2b024f97a6c769cc0549780fec7d1fccfb) + the fixed-version package group in sync for release. + ## 1.11.4 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index bc14bc05..9691f4ff 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/react", - "version": "1.11.4", + "version": "1.12.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 d271078d..d1ca10a7 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # @tiny-design/tokens +## 1.12.0 + +### Minor Changes + +- Redesign the Collapse component API, styles, and docs, align the related tokens, and keep - [#109](https://github.com/wangdicoder/tiny-design/pull/109) [`58c2ea2`](https://github.com/wangdicoder/tiny-design/commit/58c2ea2b024f97a6c769cc0549780fec7d1fccfb) + the fixed-version package group in sync for release. + ## 1.11.4 ### Patch Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 7694f96d..a77b2796 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/tokens", - "version": "1.11.4", + "version": "1.12.0", "description": "Design tokens and v2 theme runtime for Tiny UI", "license": "MIT", "repository": {