Version Packages (#1416)

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-11-16 22:21:12 +01:00
committed by GitHub
parent 5c4e939b37
commit 31965abc7e
4 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
---
'task-master-ai': patch
---
Fix box title alignment by adding emoji variant selector to warning sign

View File

@@ -1,5 +1,11 @@
# task-master-ai
## 0.32.1
### Patch Changes
- [#1396](https://github.com/eyaltoledano/claude-task-master/pull/1396) [`9883e83`](https://github.com/eyaltoledano/claude-task-master/commit/9883e83b78306e55003e960ea072a11048d89ec9) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix box title alignment by adding emoji variant selector to warning sign
## 0.32.0
### Minor Changes

5
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "task-master-ai",
"version": "0.32.0",
"version": "0.32.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "task-master-ai",
"version": "0.32.0",
"version": "0.32.1",
"license": "MIT WITH Commons-Clause",
"workspaces": [
"apps/*",
@@ -28455,6 +28455,7 @@
},
"packages/claude-code-plugin": {
"name": "@tm/claude-code-plugin",
"version": "0.0.4",
"license": "MIT WITH Commons-Clause"
},
"packages/tm-bridge": {

View File

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