From ef1df06457275eeb05f1a662f7a8beacd25871ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 12:00:46 +0000 Subject: [PATCH] chore: version packages --- .changeset/fair-rules-heal.md | 8 -------- packages/charts/CHANGELOG.md | 2 ++ packages/charts/package.json | 2 +- packages/icons/CHANGELOG.md | 2 ++ packages/icons/package.json | 2 +- packages/mcp/CHANGELOG.md | 8 ++++++++ packages/mcp/package.json | 2 +- packages/react/CHANGELOG.md | 2 ++ packages/react/package.json | 2 +- packages/tokens/CHANGELOG.md | 8 ++++++++ packages/tokens/package.json | 2 +- 11 files changed, 27 insertions(+), 13 deletions(-) delete mode 100644 .changeset/fair-rules-heal.md diff --git a/.changeset/fair-rules-heal.md b/.changeset/fair-rules-heal.md deleted file mode 100644 index 99b7ed805..000000000 --- a/.changeset/fair-rules-heal.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@tiny-design/tokens': minor -'@tiny-design/mcp': patch ---- - -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. - -Fix `@tiny-design/mcp` token extraction so MCP clients receive concrete resolved token values instead of unresolved token references. diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 337683bd6..e03a817d6 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,7 @@ # @tiny-design/charts +## 1.14.0 + ## 1.13.3 ## 1.13.2 diff --git a/packages/charts/package.json b/packages/charts/package.json index ead15c089..cfa20a3b6 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/charts", - "version": "1.13.3", + "version": "1.14.0", "description": "Theme-aware chart components for Tiny Design, built on Recharts", "license": "MIT", "repository": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 753a81ebc..7180a988c 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @tiny-design/icons +## 1.14.0 + ## 1.13.3 ## 1.13.2 diff --git a/packages/icons/package.json b/packages/icons/package.json index 5ee0ebf3d..008d37b09 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/icons", - "version": "1.13.3", + "version": "1.14.0", "description": "SVG icon components for tiny-design", "license": "MIT", "keywords": [ diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index d9de21393..ddd0a55a5 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,13 @@ # @tiny-design/mcp +## 1.6.2 + +### Patch Changes + +- 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) + + Fix `@tiny-design/mcp` token extraction so MCP clients receive concrete resolved token values instead of unresolved token references. + ## 1.6.1 ### Patch Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index ece41a6de..5f798d665 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/mcp", - "version": "1.6.1", + "version": "1.6.2", "description": "MCP server for AI assistants to access the Tiny Design component library", "license": "MIT", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e421bb4f7..bed128170 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.14.0 + ## 1.13.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index c2e800ef3..eb4d7d6c1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/react", - "version": "1.13.3", + "version": "1.14.0", "description": "A friendly UI component set for React", "license": "MIT", "keywords": [ diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index b953c176f..16f32ba5e 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,13 @@ # @tiny-design/tokens +## 1.14.0 + +### Minor Changes + +- 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) + + Fix `@tiny-design/mcp` token extraction so MCP clients receive concrete resolved token values instead of unresolved token references. + ## 1.13.3 ### Patch Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index ee20aecbe..5ba35ee52 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/tokens", - "version": "1.13.3", + "version": "1.14.0", "description": "Design tokens and v2 theme runtime for Tiny UI", "license": "MIT", "repository": {