Skip to content

Commit da0bcc3

Browse files
chore: version packages (#80)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b6860a commit da0bcc3

File tree

5 files changed

+34
-12
lines changed

5 files changed

+34
-12
lines changed

.changeset/add-cli-package.md

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tiny-design/cli
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 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)

packages/cli/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "@tiny-design/cli",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "CLI for the Tiny Design component library",
55
"license": "MIT",
6-
"keywords": ["tiny-design", "cli", "components", "design-system"],
6+
"keywords": [
7+
"tiny-design",
8+
"cli",
9+
"components",
10+
"design-system"
11+
],
712
"repository": {
813
"type": "git",
914
"url": "https://github.com/wangdicoder/tiny-design.git",
@@ -16,7 +21,9 @@
1621
"bin": {
1722
"tiny-design": "./dist/index.js"
1823
},
19-
"files": ["dist"],
24+
"files": [
25+
"dist"
26+
],
2027
"type": "module",
2128
"scripts": {
2229
"extract": "node --import tsx scripts/extract.ts",

packages/mcp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tiny-design/mcp
2+
3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- 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)

packages/mcp/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "@tiny-design/mcp",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "MCP server for AI assistants to access the Tiny Design component library",
55
"license": "MIT",
6-
"keywords": ["tiny-design", "mcp", "model-context-protocol", "ai"],
6+
"keywords": [
7+
"tiny-design",
8+
"mcp",
9+
"model-context-protocol",
10+
"ai"
11+
],
712
"repository": {
813
"type": "git",
914
"url": "https://github.com/wangdicoder/tiny-design.git",
@@ -16,7 +21,9 @@
1621
"bin": {
1722
"tiny-design-mcp": "./dist/index.js"
1823
},
19-
"files": ["dist"],
24+
"files": [
25+
"dist"
26+
],
2027
"type": "module",
2128
"scripts": {
2229
"extract": "node --import tsx scripts/extract.ts",

0 commit comments

Comments
 (0)