Version Packages (#1352)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-10-27 18:47:46 +01:00 committed by GitHub
parent 1de4d6e30f
commit 00d600ab1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 60 additions and 38 deletions

View File

@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Fix warning message box width to match dashboard box width for consistent UI alignment

View File

@ -1,7 +0,0 @@
---
"task-master-ai": patch
---
remove file and complexity report parameter from get-tasks and get-task mcp tool
- In an effort to reduce complexity and context bloat for ai coding agents, we simplified the parameters of these tools

View File

@ -1,13 +0,0 @@
{
"mode": "exit",
"tag": "rc",
"initialVersions": {
"task-master-ai": "0.30.0",
"docs": "0.0.7",
"extension": "0.25.6",
"@tm/claude-code-plugin": "0.0.2"
},
"changesets": [
"fix-warning-box-alignment"
]
}

View File

@ -1,5 +1,14 @@
# task-master-ai
## 0.30.1
### Patch Changes
- [#1305](https://github.com/eyaltoledano/claude-task-master/pull/1305) [`a98d96e`](https://github.com/eyaltoledano/claude-task-master/commit/a98d96ef0414833b948672f86da4acc11f700ebb) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix warning message box width to match dashboard box width for consistent UI alignment
- [#1346](https://github.com/eyaltoledano/claude-task-master/pull/1346) [`25addf9`](https://github.com/eyaltoledano/claude-task-master/commit/25addf919f58b439dbc2f6ccf5be822b48280fa3) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - remove file and complexity report parameter from get-tasks and get-task mcp tool
- In an effort to reduce complexity and context bloat for ai coding agents, we simplified the parameters of these tools
## 0.30.1-rc.0
### Patch Changes

View File

@ -4,6 +4,13 @@
### Patch Changes
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- [#1305](https://github.com/eyaltoledano/claude-task-master/pull/1305) [`a98d96e`](https://github.com/eyaltoledano/claude-task-master/commit/a98d96ef0414833b948672f86da4acc11f700ebb) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix warning message box width to match dashboard box width for consistent UI alignment
- Updated dependencies []:

View File

@ -49,5 +49,6 @@
"*": {
"*": ["src/*"]
}
}
},
"version": ""
}

View File

@ -1,5 +1,7 @@
# docs
## 0.0.8
## 0.0.7
## 0.0.6

View File

@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"description": "Task Master documentation powered by Mintlify",
"scripts": {

View File

@ -6,3 +6,10 @@
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- Updated dependencies []:
- @tm/core@null

View File

@ -49,5 +49,6 @@
"*": {
"*": ["src/*"]
}
}
},
"version": ""
}

8
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "task-master-ai",
"version": "0.30.1-rc.0",
"version": "0.30.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "task-master-ai",
"version": "0.30.1-rc.0",
"version": "0.30.1",
"license": "MIT WITH Commons-Clause",
"workspaces": [
"apps/*",
@ -215,7 +215,7 @@
}
},
"apps/docs": {
"version": "0.0.7",
"version": "0.0.8",
"devDependencies": {
"mintlify": "^4.2.111"
}
@ -28215,7 +28215,7 @@
},
"packages/claude-code-plugin": {
"name": "@tm/claude-code-plugin",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT WITH Commons-Clause"
},
"packages/tm-bridge": {

View File

@ -1,6 +1,6 @@
{
"name": "task-master-ai",
"version": "0.30.1-rc.0",
"version": "0.30.1",
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"main": "index.js",
"type": "module",

View File

@ -5,3 +5,5 @@
## null
## null
## null

View File

@ -28,5 +28,6 @@
"node": ">=18"
},
"keywords": ["ai", "grok", "x.ai", "cli", "language-model", "provider"],
"files": ["dist/**/*", "README.md"]
"files": ["dist/**/*", "README.md"],
"version": ""
}

View File

@ -8,4 +8,6 @@
## null
## null
## 1.0.1

View File

@ -24,5 +24,6 @@
},
"dependencies": {
"tsup": "^8.5.0"
}
},
"version": ""
}

View File

@ -2,4 +2,6 @@
## 0.0.3
## 0.0.3
## 0.0.2

View File

@ -1,6 +1,6 @@
{
"name": "@tm/claude-code-plugin",
"version": "0.0.2",
"version": "0.0.3",
"description": "Task Master AI plugin for Claude Code - AI-powered task management with commands, agents, and MCP integration",
"type": "module",
"private": true,

View File

@ -0,0 +1,8 @@
# @tm/bridge
## null
### Patch Changes
- Updated dependencies []:
- @tm/core@null

View File

@ -27,5 +27,6 @@
},
"files": ["src", "README.md"],
"keywords": ["temporary", "bridge", "migration"],
"author": "Task Master AI"
"author": "Task Master AI",
"version": ""
}

View File

@ -8,6 +8,8 @@
## null
## null
## 0.26.1
All notable changes to the @task-master/tm-core package will be documented in this file.

View File

@ -45,5 +45,6 @@
},
"files": ["src", "README.md", "CHANGELOG.md"],
"keywords": ["task-management", "typescript", "ai", "prd", "parser"],
"author": "Task Master AI"
"author": "Task Master AI",
"version": ""
}