Skip to content

Commit 78fb156

Browse files
chore: version packages (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e17617 commit 78fb156

9 files changed

Lines changed: 17 additions & 9 deletions

File tree

.changeset/add-chart-tokens-and-charts-package.md

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

packages/charts/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @tiny-design/charts
2+
3+
## 1.6.2

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

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.6.2
4+
35
## 1.6.1
46

57
## 1.6.0

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

packages/react/CHANGELOG.md

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

3+
## 1.6.2
4+
35
## 1.6.1
46

57
### 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.6.1",
3+
"version": "1.6.2",
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.6.2
4+
5+
### Patch Changes
6+
7+
- Add chart color tokens (chart-1 through chart-5) for light and dark themes - [#81](https://github.com/wangdicoder/tiny-design/pull/81) [`7e17617`](https://github.com/wangdicoder/tiny-design/commit/7e176176335fe696f637a15215b467c5c2612945)
8+
39
## 1.6.1
410

511
## 1.6.0

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

0 commit comments

Comments
 (0)