From 909291eed30490ee062ec7d62a81d28679b286b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:39:51 +0000 Subject: [PATCH] chore: version packages --- .changeset/add-cli-package.md | 6 ------ packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 13 ++++++++++--- packages/mcp/CHANGELOG.md | 7 +++++++ packages/mcp/package.json | 13 ++++++++++--- 5 files changed, 34 insertions(+), 12 deletions(-) delete mode 100644 .changeset/add-cli-package.md create mode 100644 packages/cli/CHANGELOG.md create mode 100644 packages/mcp/CHANGELOG.md diff --git a/.changeset/add-cli-package.md b/.changeset/add-cli-package.md deleted file mode 100644 index 54af02f0..00000000 --- a/.changeset/add-cli-package.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tiny-design/cli": minor -"@tiny-design/mcp": patch ---- - -Add @tiny-design/cli package for querying component metadata, docs, demos, tokens, and icons from the terminal. Extract shared extraction logic into internal @tiny-design/extract package. Add CLI docs page and reorganize Guide menu into grouped sections. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 00000000..71ba1ac4 --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,7 @@ +# @tiny-design/cli + +## 1.1.0 + +### Minor Changes + +- Add @tiny-design/cli package for querying component metadata, docs, demos, tokens, and icons from the terminal. Extract shared extraction logic into internal @tiny-design/extract package. Add CLI docs page and reorganize Guide menu into grouped sections. - [#79](https://github.com/wangdicoder/tiny-design/pull/79) [`5b6860a`](https://github.com/wangdicoder/tiny-design/commit/5b6860ab68e3a3db49c21f8ef1450d0454e27429) diff --git a/packages/cli/package.json b/packages/cli/package.json index 3050d1ec..149e0f71 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,9 +1,14 @@ { "name": "@tiny-design/cli", - "version": "1.0.0", + "version": "1.1.0", "description": "CLI for the Tiny Design component library", "license": "MIT", - "keywords": ["tiny-design", "cli", "components", "design-system"], + "keywords": [ + "tiny-design", + "cli", + "components", + "design-system" + ], "repository": { "type": "git", "url": "https://github.com/wangdicoder/tiny-design.git", @@ -16,7 +21,9 @@ "bin": { "tiny-design": "./dist/index.js" }, - "files": ["dist"], + "files": [ + "dist" + ], "type": "module", "scripts": { "extract": "node --import tsx scripts/extract.ts", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md new file mode 100644 index 00000000..d9de2139 --- /dev/null +++ b/packages/mcp/CHANGELOG.md @@ -0,0 +1,7 @@ +# @tiny-design/mcp + +## 1.6.1 + +### Patch Changes + +- Add @tiny-design/cli package for querying component metadata, docs, demos, tokens, and icons from the terminal. Extract shared extraction logic into internal @tiny-design/extract package. Add CLI docs page and reorganize Guide menu into grouped sections. - [#79](https://github.com/wangdicoder/tiny-design/pull/79) [`5b6860a`](https://github.com/wangdicoder/tiny-design/commit/5b6860ab68e3a3db49c21f8ef1450d0454e27429) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index e975addb..54ad7079 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,9 +1,14 @@ { "name": "@tiny-design/mcp", - "version": "1.6.0", + "version": "1.6.1", "description": "MCP server for AI assistants to access the Tiny Design component library", "license": "MIT", - "keywords": ["tiny-design", "mcp", "model-context-protocol", "ai"], + "keywords": [ + "tiny-design", + "mcp", + "model-context-protocol", + "ai" + ], "repository": { "type": "git", "url": "https://github.com/wangdicoder/tiny-design.git", @@ -16,7 +21,9 @@ "bin": { "tiny-design-mcp": "./dist/index.js" }, - "files": ["dist"], + "files": [ + "dist" + ], "type": "module", "scripts": { "extract": "node --import tsx scripts/extract.ts",