Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/add-cli-package.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
13 changes: 10 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,7 +21,9 @@
"bin": {
"tiny-design": "./dist/index.js"
},
"files": ["dist"],
"files": [
"dist"
],
"type": "module",
"scripts": {
"extract": "node --import tsx scripts/extract.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
13 changes: 10 additions & 3 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down