diff --git a/.changeset/fix-addon-icon-size.md b/.changeset/fix-addon-icon-size.md deleted file mode 100644 index a575cd82..00000000 --- a/.changeset/fix-addon-icon-size.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tiny-design/react": patch ---- - -Fixed Input.Addon passing `size` prop to non-input children (e.g. icons), which caused icons to render oversized. diff --git a/.changeset/fix-icon-vertical-align.md b/.changeset/fix-icon-vertical-align.md deleted file mode 100644 index 800dcc8f..00000000 --- a/.changeset/fix-icon-vertical-align.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tiny-design/icons": patch ---- - -Added `vertical-align: middle` as default style on all icon SVGs for proper inline text alignment. diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 657da2a9..703f03a1 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @tiny-design/icons +## 1.0.11 + +### Patch Changes + +- Added `vertical-align: middle` as default style on all icon SVGs for proper inline text alignment. - [#52](https://github.com/wangdicoder/tiny-design/pull/52) [`927034e`](https://github.com/wangdicoder/tiny-design/commit/927034edfc4e5f99decb3ba04e99e7ac07365c5e) + ## 1.0.10 ## 1.0.12 diff --git a/packages/icons/package.json b/packages/icons/package.json index 4ab116de..4677c968 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/icons", - "version": "1.0.10", + "version": "1.0.11", "description": "SVG icon components for tiny-design", "license": "MIT", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9abd28bb..d96500ab 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.11 + +### Patch Changes + +- Fixed Input.Addon passing `size` prop to non-input children (e.g. icons), which caused icons to render oversized. - [#52](https://github.com/wangdicoder/tiny-design/pull/52) [`927034e`](https://github.com/wangdicoder/tiny-design/commit/927034edfc4e5f99decb3ba04e99e7ac07365c5e) + ## 1.0.10 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index d85d2549..4bbcd692 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/react", - "version": "1.0.10", + "version": "1.0.11", "description": "A friendly UI component set for React", "license": "MIT", "keywords": [ diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 9dd01ac3..611c1412 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,3 +1,5 @@ # @tiny-design/tokens +## 1.0.11 + ## 1.0.10 diff --git a/packages/tokens/package.json b/packages/tokens/package.json index c5a42407..231677b9 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/tokens", - "version": "1.0.10", + "version": "1.0.11", "description": "Design tokens, themes, and foundational styles for Tiny UI", "license": "MIT", "repository": {