chore: rc version bump

This commit is contained in:
github-actions[bot]
2025-10-27 09:31:41 +00:00
parent 685a8cc605
commit 8db18ec835
6 changed files with 72 additions and 53 deletions

13
.changeset/pre.json Normal file
View File

@@ -0,0 +1,13 @@
{
"mode": "pre",
"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,11 @@
# task-master-ai
## 0.30.1-rc.0
### 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
## 0.30.0
### Minor Changes

View File

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

View File

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