Skip to content

Commit a25a243

Browse files
chore: version packages [skip ci]
1 parent d671dee commit a25a243

4 files changed

Lines changed: 53 additions & 2 deletions

File tree

packages/icons/CHANGELOG.md

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

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- ### Features
8+
- add withSpin HOC for spinning icon variants ([0129863](https://github.com/wangdicoder/tiny-design/commit/01298638adce7d0d59d87e4e2299bc7323cb30a0))
9+
- extract @tiny-design/icons package with tree-shakeable SVG icons ([2378f8d](https://github.com/wangdicoder/tiny-design/commit/2378f8d6a63461d59319dc7726b01511087f7781))
10+
- add withSpin HOC for spinning icon variants ([0129863](https://github.com/wangdicoder/tiny-design/commit/01298638adce7d0d59d87e4e2299bc7323cb30a0))
11+
- extract @tiny-design/icons package with tree-shakeable SVG icons ([2378f8d](https://github.com/wangdicoder/tiny-design/commit/2378f8d6a63461d59319dc7726b01511087f7781))
12+
13+
### Bug Fixes
14+
- replace deprecated <Icon> with named icon components in demos ([e51fca5](https://github.com/wangdicoder/tiny-design/commit/e51fca58a6bdb167d46b5569557107d513094a51))
15+
- resolve @tiny-design/icons from source in docs app ([64e7e7b](https://github.com/wangdicoder/tiny-design/commit/64e7e7bf570df1e4b4f79c305c42966133fb2230))
16+
17+
### Refactors
18+
- move withSpin HOC from icons to react package ([64a835d](https://github.com/wangdicoder/tiny-design/commit/64a835d25a66b2c35cb4d7e83bb301a8f790d2f7))
19+
- move withSpin HOC from icons to react package ([64a835d](https://github.com/wangdicoder/tiny-design/commit/64a835d25a66b2c35cb4d7e83bb301a8f790d2f7))
20+
- consume @tiny-ui/tokens from react package and docs app ([a66e078](https://github.com/wangdicoder/tiny-design/commit/a66e078c727eff465c8a0976e14aafcd7148d245))
21+
- version packages [skip ci] ([0711404](https://github.com/wangdicoder/tiny-design/commit/0711404b706626b1673d9781089d4778a8721b81))
22+
- rename project from tiny-ui to tiny-design ([17dd9ab](https://github.com/wangdicoder/tiny-design/commit/17dd9ab482d61f4327c43762470e583df8cb95f8))
23+
- rename npm scope from @tiny-ui to @tiny-design ([1f7c1bc](https://github.com/wangdicoder/tiny-design/commit/1f7c1bcdb3d1064215567c1a2b7ee504eb823a99))
24+
- add Overlay component documentation and examples ([68f6bdd](https://github.com/wangdicoder/tiny-design/commit/68f6bdd0167adefc9bf37d5217e614aade170592))
25+
- migrate to pnpm monorepo with turborepo ([52e6c47](https://github.com/wangdicoder/tiny-design/commit/52e6c47612fcf0197aec494f4ba5c4508eb17203))
26+
327
## 1.0.10
428

529
### Patch Changes

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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- ### Features
8+
- add withSpin HOC for spinning icon variants ([0129863](https://github.com/wangdicoder/tiny-design/commit/01298638adce7d0d59d87e4e2299bc7323cb30a0))
9+
- extract @tiny-design/icons package with tree-shakeable SVG icons ([2378f8d](https://github.com/wangdicoder/tiny-design/commit/2378f8d6a63461d59319dc7726b01511087f7781))
10+
- add withSpin HOC for spinning icon variants ([0129863](https://github.com/wangdicoder/tiny-design/commit/01298638adce7d0d59d87e4e2299bc7323cb30a0))
11+
- extract @tiny-design/icons package with tree-shakeable SVG icons ([2378f8d](https://github.com/wangdicoder/tiny-design/commit/2378f8d6a63461d59319dc7726b01511087f7781))
12+
13+
### Bug Fixes
14+
- replace deprecated <Icon> with named icon components in demos ([e51fca5](https://github.com/wangdicoder/tiny-design/commit/e51fca58a6bdb167d46b5569557107d513094a51))
15+
- resolve @tiny-design/icons from source in docs app ([64e7e7b](https://github.com/wangdicoder/tiny-design/commit/64e7e7bf570df1e4b4f79c305c42966133fb2230))
16+
17+
### Refactors
18+
- move withSpin HOC from icons to react package ([64a835d](https://github.com/wangdicoder/tiny-design/commit/64a835d25a66b2c35cb4d7e83bb301a8f790d2f7))
19+
- move withSpin HOC from icons to react package ([64a835d](https://github.com/wangdicoder/tiny-design/commit/64a835d25a66b2c35cb4d7e83bb301a8f790d2f7))
20+
- consume @tiny-ui/tokens from react package and docs app ([a66e078](https://github.com/wangdicoder/tiny-design/commit/a66e078c727eff465c8a0976e14aafcd7148d245))
21+
- version packages [skip ci] ([0711404](https://github.com/wangdicoder/tiny-design/commit/0711404b706626b1673d9781089d4778a8721b81))
22+
- rename project from tiny-ui to tiny-design ([17dd9ab](https://github.com/wangdicoder/tiny-design/commit/17dd9ab482d61f4327c43762470e583df8cb95f8))
23+
- rename npm scope from @tiny-ui to @tiny-design ([1f7c1bc](https://github.com/wangdicoder/tiny-design/commit/1f7c1bcdb3d1064215567c1a2b7ee504eb823a99))
24+
- add Overlay component documentation and examples ([68f6bdd](https://github.com/wangdicoder/tiny-design/commit/68f6bdd0167adefc9bf37d5217e614aade170592))
25+
- migrate to pnpm monorepo with turborepo ([52e6c47](https://github.com/wangdicoder/tiny-design/commit/52e6c47612fcf0197aec494f4ba5c4508eb17203))
26+
27+
- Updated dependencies []:
28+
- @tiny-design/icons@1.0.11
29+
330
## 1.0.10
431

532
### 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": [

0 commit comments

Comments
 (0)