Skip to content

Commit 0ef1e91

Browse files
committed
chore: version packages — @tiny-design/react@1.1.0, @tiny-design/icons@1.1.0
1 parent ca7f6f8 commit 0ef1e91

4 files changed

Lines changed: 21 additions & 2 deletions

File tree

packages/icons/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tiny-design/icons
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Extract `@tiny-design/icons` package with tree-shakeable SVG icon components. Remove font-based `Icon` component from `@tiny-design/react` — use `import { IconClose } from '@tiny-design/icons'` instead.

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

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @tiny-design/react
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Extract `@tiny-design/icons` package with tree-shakeable SVG icon components. Remove font-based `Icon` component from `@tiny-design/react` — use `import { IconClose } from '@tiny-design/icons'` instead.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @tiny-design/icons@1.1.0

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.4",
3+
"version": "1.1.0",
44
"description": "A friendly UI component set for React",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)