Version Packages (#1487)

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-12-04 18:49:41 +01:00
committed by Ralph Khreish
parent 071dfc6be9
commit bf26dbd012
19 changed files with 91 additions and 43 deletions

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Improve auth-related error handling

View File

@@ -1,19 +0,0 @@
{
"mode": "exit",
"tag": "rc",
"initialVersions": {
"task-master-ai": "0.37.0",
"@tm/cli": "",
"docs": "0.0.12",
"extension": "0.26.0",
"@tm/mcp": "",
"@tm/ai-sdk-provider-grok-cli": "",
"@tm/build-config": "",
"@tm/claude-code-plugin": "0.0.6",
"@tm/bridge": "",
"@tm/core": ""
},
"changesets": [
"small-files-go"
]
}

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Increase page size of brief selection (interactive cli setup)

View File

@@ -1,5 +1,13 @@
# task-master-ai
## 0.37.1
### Patch Changes
- [#1477](https://github.com/eyaltoledano/claude-task-master/pull/1477) [`b0199f1`](https://github.com/eyaltoledano/claude-task-master/commit/b0199f1cfa643051f90406d69e90ea916d434e6a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve auth-related error handling
- [#1478](https://github.com/eyaltoledano/claude-task-master/pull/1478) [`6ff330f`](https://github.com/eyaltoledano/claude-task-master/commit/6ff330f8c2bc6e534e0a883c770e8394d7ad5fa8) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Increase page size of brief selection (interactive cli setup)
## 0.37.1-rc.0
### Patch Changes

View File

@@ -18,6 +18,13 @@
### Patch Changes
- Updated dependencies []:
- @tm/core@null
## null
### 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
- Updated dependencies []:

View File

@@ -1,5 +1,7 @@
# docs
## 0.0.13
## 0.0.12
## 0.0.11

View File

@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"description": "Task Master documentation powered by Mintlify",
"scripts": {

View File

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

View File

@@ -41,3 +41,10 @@
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- Updated dependencies []:
- @tm/core@null

18
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "task-master-ai",
"version": "0.37.1-rc.0",
"version": "0.37.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "task-master-ai",
"version": "0.37.1-rc.0",
"version": "0.37.1",
"license": "MIT WITH Commons-Clause",
"workspaces": [
"apps/*",
@@ -109,7 +109,7 @@
"node": ">=20.0.0"
},
"optionalDependencies": {
"@anthropic-ai/claude-code": "^2.0.58",
"@anthropic-ai/claude-code": "^2.0.59",
"@biomejs/cli-linux-x64": "^1.9.4"
}
},
@@ -162,7 +162,7 @@
"license": "MIT"
},
"apps/docs": {
"version": "0.0.12",
"version": "0.0.13",
"devDependencies": {
"mintlify": "^4.2.111"
}
@@ -204,7 +204,7 @@
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "4.1.11",
"task-master-ai": "0.37.1-rc.0",
"task-master-ai": "*",
"typescript": "^5.9.2"
},
"engines": {
@@ -727,9 +727,9 @@
}
},
"node_modules/@anthropic-ai/claude-code": {
"version": "2.0.58",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.58.tgz",
"integrity": "sha512-6/n+PrMrU6QuA0rV23oimJK6R3BxefXeBLnxTumVabmzRX5oYjZLGLIdP0PCTA6rKuSeXUjjGd1yb55B0clO+w==",
"version": "2.0.62",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.62.tgz",
"integrity": "sha512-sptw099z8rzN9dzeHI5I120uvRi/ARaiWiQlFEnWjrg+1ZHz6cNs4LAb65jSU92sdKgJmfeg5UERa5vWKzF5PA==",
"license": "SEE LICENSE IN README.md",
"optional": true,
"bin": {
@@ -36564,7 +36564,7 @@
},
"packages/claude-code-plugin": {
"name": "@tm/claude-code-plugin",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT WITH Commons-Clause"
},
"packages/tm-bridge": {

View File

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

View File

@@ -13,3 +13,5 @@
## null
## null
## null

View File

@@ -16,4 +16,6 @@
## null
## null
## 1.0.1

View File

@@ -17,7 +17,8 @@
"license": "MIT",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"fix-null-versions": "npx tsx scripts/fix-null-versions.ts"
},
"devDependencies": {
"typescript": "^5.9.2"

View File

@@ -0,0 +1,37 @@
#!/usr/bin/env npx tsx
/**
* Fixes package.json files where version is null (changeset quirk).
* Replaces "version": null with "version": ""
*
* Usage: npx tsx packages/build-config/scripts/fix-null-versions.ts
*/
import { readFileSync, writeFileSync } from 'node:fs';
import { globSync } from 'glob';
import { dirname, join } from 'node:path';
import { fileURLToPath } from 'node:url';
const __dirname = dirname(fileURLToPath(import.meta.url));
const rootDir = join(__dirname, '..', '..', '..');
const packageFiles = globSync('**/package.json', {
cwd: rootDir,
ignore: ['**/node_modules/**'],
absolute: true
});
let fixed = 0;
for (const file of packageFiles) {
const content = readFileSync(file, 'utf8');
if (content.includes('"version": null')) {
const updated = content.replace(/"version": null/g, '"version": ""');
writeFileSync(file, updated);
console.log(`Fixed: ${file}`);
fixed++;
}
}
console.log(`\nDone. Fixed ${fixed} file(s).`);

View File

@@ -1,5 +1,7 @@
# @tm/claude-code-plugin
## 0.0.7
## 0.0.6
## 0.0.5

View File

@@ -1,6 +1,6 @@
{
"name": "@tm/claude-code-plugin",
"version": "0.0.6",
"version": "0.0.7",
"description": "Task Master AI plugin for Claude Code - AI-powered task management with commands, agents, and MCP integration",
"type": "module",
"private": true,

View File

@@ -27,3 +27,10 @@
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- Updated dependencies []:
- @tm/core@null

View File

@@ -16,6 +16,8 @@
## null
## null
## 0.26.1
All notable changes to the @task-master/tm-core package will be documented in this file.