Skip to content

Commit 47bdcae

Browse files
chore: version packages (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 927034e commit 47bdcae

8 files changed

Lines changed: 17 additions & 13 deletions

File tree

.changeset/fix-addon-icon-size.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-icon-vertical-align.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/icons/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tiny-design/icons
22

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- 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)
8+
39
## 1.0.10
410

511
## 1.0.12

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiny-design/icons",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "SVG icon components for tiny-design",
55
"license": "MIT",
66
"keywords": [

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- 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)
8+
39
## 1.0.10
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiny-design/react",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "A friendly UI component set for React",
55
"license": "MIT",
66
"keywords": [

packages/tokens/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# @tiny-design/tokens
22

3+
## 1.0.11
4+
35
## 1.0.10

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiny-design/tokens",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Design tokens, themes, and foundational styles for Tiny UI",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)