Skip to content

Commit 6e56a7a

Browse files
chore: version packages (#129)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4444b58 commit 6e56a7a

11 files changed

Lines changed: 27 additions & 13 deletions

File tree

.changeset/fair-rules-heal.md

Lines changed: 0 additions & 8 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.14.0
4+
35
## 1.13.3
46

57
## 1.13.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.13.3",
3+
"version": "1.14.0",
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.14.0
4+
35
## 1.13.3
46

57
## 1.13.2

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

packages/mcp/CHANGELOG.md

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

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- Add seed-driven token foundations to `@tiny-design/tokens` with an internal `primitive -> semantic -> component` model, a shared `compile-brand-theme` runtime export, stricter build validation, and richer registry metadata including resolved token values for downstream tooling. - [#128](https://github.com/wangdicoder/tiny-design/pull/128) [`4444b58`](https://github.com/wangdicoder/tiny-design/commit/4444b585720bb5339d3b965dc4541fee305141ef)
8+
9+
Fix `@tiny-design/mcp` token extraction so MCP clients receive concrete resolved token values instead of unresolved token references.
10+
311
## 1.6.1
412

513
### Patch Changes

packages/mcp/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/mcp",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "MCP server for AI assistants to access the Tiny Design component library",
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.14.0
4+
35
## 1.13.3
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.13.3",
3+
"version": "1.14.0",
44
"description": "A friendly UI component set for React",
55
"license": "MIT",
66
"keywords": [

packages/tokens/CHANGELOG.md

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

3+
## 1.14.0
4+
5+
### Minor Changes
6+
7+
- Add seed-driven token foundations to `@tiny-design/tokens` with an internal `primitive -> semantic -> component` model, a shared `compile-brand-theme` runtime export, stricter build validation, and richer registry metadata including resolved token values for downstream tooling. - [#128](https://github.com/wangdicoder/tiny-design/pull/128) [`4444b58`](https://github.com/wangdicoder/tiny-design/commit/4444b585720bb5339d3b965dc4541fee305141ef)
8+
9+
Fix `@tiny-design/mcp` token extraction so MCP clients receive concrete resolved token values instead of unresolved token references.
10+
311
## 1.13.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)