Skip to content

Commit 0c9711d

Browse files
chore: version packages (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21a6abc commit 0c9711d

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

.changeset/moody-numbers-matter.md

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

packages/icons/CHANGELOG.md

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

3+
## 1.1.1
4+
35
## 1.1.0
46

57
## 1.0.11

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.1.0",
3+
"version": "1.1.1",
44
"description": "SVG icon components for tiny-design",
55
"license": "MIT",
66
"keywords": [

packages/react/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- - Fix the AutoComplete component export issue - [#60](https://github.com/wangdicoder/tiny-design/pull/60) [`a2ea544`](https://github.com/wangdicoder/tiny-design/commit/a2ea544f2c9bf516218a14f831010c84131bff26)
8+
- Some components' font family issue
9+
310
## 1.1.0
411

512
### Minor 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.1.0",
3+
"version": "1.1.1",
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,5 +1,7 @@
11
# @tiny-design/tokens
22

3+
## 1.1.1
4+
35
## 1.1.0
46

57
## 1.0.11

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.1.0",
3+
"version": "1.1.1",
44
"description": "Design tokens, themes, and foundational styles for Tiny UI",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)