Skip to content

Commit 61c95c8

Browse files
ci: changeset release (#155)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d787ddc commit 61c95c8

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/tangy-plants-hunt.md

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

packages/intent/CHANGELOG.md

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

3+
## 0.0.44
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.0.43
410

511
### 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.43",
3+
"version": "0.0.44",
44
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)