Skip to content

Commit 9787a7e

Browse files
ci: changeset release
1 parent 6d0e98a commit 9787a7e

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.changeset/fiery-shoes-live.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/intent/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tanstack/intent
22

3+
## 0.0.26
4+
5+
### Patch Changes
6+
7+
- - Fix workspace package discovery for nested glob patterns, including support for `*` and `**`. Workspace patterns and resolved package roots are now normalized, deduped, and sorted, and the shared resolver has been extracted for reuse by internal workspace scanning. ([#93](https://github.com/TanStack/intent/pull/93)) ([#100](https://github.com/TanStack/intent/pull/100))
8+
- Refactor @tanstack/intent to use a shared project context resolver for workspace and package detection. This fixes monorepo targeting bugs in validate and edit-package-json, including pnpm workspaces defined only by pnpm-workspace.yaml. ([#93](https://github.com/TanStack/intent/pull/93))
9+
- Use stable `node_modules/<name>/...` paths for skill references instead of absolute filesystem paths containing package-manager-internal directories with version numbers. Paths no longer break when packages are updated. ([#94](https://github.com/TanStack/intent/pull/94))
10+
311
## 0.0.25
412

513
### Patch Changes

packages/intent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/intent",
3-
"version": "0.0.25",
3+
"version": "0.0.26",
44
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)