diff --git a/.changeset/fix-subtask-getTask.md b/.changeset/fix-subtask-getTask.md deleted file mode 100644 index ed79e1a6..00000000 --- a/.changeset/fix-subtask-getTask.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fixed issue where `tm show` command could not find subtasks using dotted notation IDs (e.g., '8.1'). - -- The command now properly searches within parent task subtasks and returns the correct subtask information. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c32093..e3dbe8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # task-master-ai +## 0.27.3 + +### Patch Changes + +- [#1254](https://github.com/eyaltoledano/claude-task-master/pull/1254) [`af53525`](https://github.com/eyaltoledano/claude-task-master/commit/af53525cbc660a595b67d4bb90d906911c71f45d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fixed issue where `tm show` command could not find subtasks using dotted notation IDs (e.g., '8.1'). + - The command now properly searches within parent task subtasks and returns the correct subtask information. + ## 0.27.2 ### Patch Changes diff --git a/apps/extension/CHANGELOG.md b/apps/extension/CHANGELOG.md index 6c98d5dc..5b7cdea4 100644 --- a/apps/extension/CHANGELOG.md +++ b/apps/extension/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.25.4 + +### Patch Changes + +- Updated dependencies [[`af53525`](https://github.com/eyaltoledano/claude-task-master/commit/af53525cbc660a595b67d4bb90d906911c71f45d)]: + - task-master-ai@0.27.3 + ## 0.25.3 ### Patch Changes diff --git a/apps/extension/package.json b/apps/extension/package.json index 88f33ae0..705cb9bd 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "TaskMaster", "description": "A visual Kanban board interface for TaskMaster projects in VS Code", - "version": "0.25.3", + "version": "0.25.4", "publisher": "Hamster", "icon": "assets/icon.png", "engines": { @@ -240,7 +240,7 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "task-master-ai": "0.27.2" + "task-master-ai": "0.27.3" }, "devDependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package-lock.json b/package-lock.json index b2a6b523..aca4e236 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "task-master-ai", - "version": "0.27.2", + "version": "0.27.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "task-master-ai", - "version": "0.27.2", + "version": "0.27.3", "license": "MIT WITH Commons-Clause", "workspaces": [ "apps/*", @@ -357,9 +357,9 @@ } }, "apps/extension": { - "version": "0.25.3", + "version": "0.25.4", "dependencies": { - "task-master-ai": "0.27.2" + "task-master-ai": "0.27.3" }, "devDependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index 3fb6eb0a..95045826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.27.2", + "version": "0.27.3", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module",