chore: rc version bump

This commit is contained in:
github-actions[bot]
2025-09-23 20:43:32 +00:00
parent 10b64ec6f5
commit 8f1497407f
5 changed files with 18 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
"extension": "0.25.1" "extension": "0.25.1"
}, },
"changesets": [ "changesets": [
"fluffy-clocks-cross" "fluffy-clocks-cross",
"soft-dingos-grow"
] ]
} }

View File

@@ -1,5 +1,11 @@
# task-master-ai # task-master-ai
## 0.27.1-rc.1
### Patch Changes
- [#1233](https://github.com/eyaltoledano/claude-task-master/pull/1233) [`1a18794`](https://github.com/eyaltoledano/claude-task-master/commit/1a1879483b86c118a4e46c02cbf4acebfcf6bcf9) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - One last testing final final
## 0.27.1-rc.0 ## 0.27.1-rc.0
### Patch Changes ### Patch Changes

View File

@@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.25.2-rc.1
### Patch Changes
- Updated dependencies [[`1a18794`](https://github.com/eyaltoledano/claude-task-master/commit/1a1879483b86c118a4e46c02cbf4acebfcf6bcf9)]:
- task-master-ai@0.27.1-rc.1
## 0.25.2-rc.0 ## 0.25.2-rc.0
### Patch Changes ### Patch Changes

View File

@@ -3,7 +3,7 @@
"private": true, "private": true,
"displayName": "TaskMaster", "displayName": "TaskMaster",
"description": "A visual Kanban board interface for TaskMaster projects in VS Code", "description": "A visual Kanban board interface for TaskMaster projects in VS Code",
"version": "0.25.2-rc.0", "version": "0.25.2-rc.1",
"publisher": "Hamster", "publisher": "Hamster",
"icon": "assets/icon.png", "icon": "assets/icon.png",
"engines": { "engines": {
@@ -240,7 +240,7 @@
"check-types": "tsc --noEmit" "check-types": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"task-master-ai": "0.27.1-rc.0" "task-master-ai": "0.27.1-rc.1"
}, },
"devDependencies": { "devDependencies": {
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",

View File

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