diff --git a/.changeset/tangy-plants-hunt.md b/.changeset/tangy-plants-hunt.md deleted file mode 100644 index 9a5bb83..0000000 --- a/.changeset/tangy-plants-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/intent': patch ---- - -Fix transitive skill discovery under pnpm's isolated linker. Skills shipped by a transitive dependency of a skill-bearing direct dependency were not discovered… Each package's dependencies are now resolved from its realpath, where pnpm resolution succeeds. Hoisted (npm/yarn/bun) layouts are unaffected. diff --git a/packages/intent/CHANGELOG.md b/packages/intent/CHANGELOG.md index f92cae7..9d2ab72 100644 --- a/packages/intent/CHANGELOG.md +++ b/packages/intent/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/intent +## 0.0.44 + +### Patch Changes + +- [#154](https://github.com/TanStack/intent/pull/154) [`d787ddc`](https://github.com/TanStack/intent/commit/d787ddc1e6151a4a663bc1604234cf57be597ddd) - Fix transitive skill discovery under pnpm's isolated linker. Skills shipped by a transitive dependency of a skill-bearing direct dependency were not discovered… Each package's dependencies are now resolved from its realpath, where pnpm resolution succeeds. Hoisted (npm/yarn/bun) layouts are unaffected. + ## 0.0.43 ### Patch Changes diff --git a/packages/intent/package.json b/packages/intent/package.json index cb0ec13..cc4baf0 100644 --- a/packages/intent/package.json +++ b/packages/intent/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/intent", - "version": "0.0.43", + "version": "0.0.44", "description": "Ship compositional knowledge for AI coding agents alongside your npm packages", "license": "MIT", "type": "module",