Skip to content

Commit e781241

Browse files
chore: version packages (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d6adb83 commit e781241

11 files changed

Lines changed: 26 additions & 20 deletions

.changeset/add-icon-more-export.md

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

.changeset/fix-image-component-and-demos.md

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

.changeset/major-split-product-upgrade.md

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

packages/charts/CHANGELOG.md

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

3+
## 1.13.0
4+
35
## 1.12.0
46

57
### Minor Changes

packages/charts/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/charts",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "Theme-aware chart components for Tiny Design, built on Recharts",
55
"license": "MIT",
66
"repository": {

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.13.0
4+
5+
### Minor Changes
6+
7+
- Add the new `IconMore` export to the icons package. - [#113](https://github.com/wangdicoder/tiny-design/pull/113) [`972a104`](https://github.com/wangdicoder/tiny-design/commit/972a10433275e855badea3df15021459c0c880c0)
8+
39
## 1.12.0
410

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

packages/react/CHANGELOG.md

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

3+
## 1.13.0
4+
5+
### Patch Changes
6+
7+
- Fix image loading, fallback handling, and demo behavior. - [#115](https://github.com/wangdicoder/tiny-design/pull/115) [`b853a9e`](https://github.com/wangdicoder/tiny-design/commit/b853a9edb13a0cf81b955c9ef6705251a41d568f)
8+
9+
- Redesign the Split component with a product-grade pane model, refreshed separator styling, updated tokens, and rewritten docs/demos. - [`d6adb83`](https://github.com/wangdicoder/tiny-design/commit/d6adb83a06da178a2f561a55a33c0fc10bbcff74)
10+
311
## 1.12.0
412

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

packages/tokens/CHANGELOG.md

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

3+
## 1.13.0
4+
5+
### Patch Changes
6+
7+
- Redesign the Split component with a product-grade pane model, refreshed separator styling, updated tokens, and rewritten docs/demos. - [`d6adb83`](https://github.com/wangdicoder/tiny-design/commit/d6adb83a06da178a2f561a55a33c0fc10bbcff74)
8+
39
## 1.12.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)