chore: rc version bump

This commit is contained in:
github-actions[bot]
2025-12-09 13:40:14 +00:00
parent 37917b18f6
commit bd6903fe68
4 changed files with 32 additions and 2 deletions

20
.changeset/pre.json Normal file
View File

@@ -0,0 +1,20 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"task-master-ai": "0.37.1",
"@tm/cli": "",
"docs": "0.0.13",
"extension": "0.26.0",
"@tm/mcp": "",
"@tm/ai-sdk-provider-grok-cli": "",
"@tm/build-config": "",
"@tm/claude-code-plugin": "0.0.7",
"@tm/bridge": "",
"@tm/core": ""
},
"changesets": [
"six-eels-send",
"three-webs-drive"
]
}

View File

@@ -1,5 +1,15 @@
# task-master-ai
## 0.37.2-rc.0
### Patch Changes
- [#1492](https://github.com/eyaltoledano/claude-task-master/pull/1492) [`071dfc6`](https://github.com/eyaltoledano/claude-task-master/commit/071dfc6be9abe30909157ea72e026036721cea1d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix login issues for users whose browsers or firewalls were blocking CLI authentication
- [#1491](https://github.com/eyaltoledano/claude-task-master/pull/1491) [`0e908be`](https://github.com/eyaltoledano/claude-task-master/commit/0e908be43af1075bae1fd7f6b7a6fad8a131dd56) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add `tm/` prefix to autopilot branch names
- Team mode branches now follow the `tm/<org-slug>/task-<id>` naming convention for better organization.
- Solves issue some users were having regarding not being able to start workflow on master Taskmaster tag
## 0.37.1
### Patch Changes

View File

@@ -275,7 +275,7 @@
"tailwindcss": "4.1.11",
"typescript": "^5.9.2",
"@tm/core": "*",
"task-master-ai": "*"
"task-master-ai": "0.37.2-rc.0"
},
"overrides": {
"glob@<8": "^10.4.5",

View File

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