From c0e0c471f162b1d982ea9fe190460b070071aaf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:28:59 +0000 Subject: [PATCH] ci: changeset release --- .changeset/fruity-toys-win.md | 5 ----- packages/intent/CHANGELOG.md | 6 ++++++ packages/intent/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fruity-toys-win.md diff --git a/.changeset/fruity-toys-win.md b/.changeset/fruity-toys-win.md deleted file mode 100644 index 0572421..0000000 --- a/.changeset/fruity-toys-win.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/intent': patch ---- - -Remove the abandoned `intent-library` bin and its `./intent-library` export. The legacy library-bin discovery model was replaced by the keyword-based model; anything invoking `intent-library` directly must move to the normal `intent` discovery flow (no compatibility shim). diff --git a/packages/intent/CHANGELOG.md b/packages/intent/CHANGELOG.md index 8115d34..a306083 100644 --- a/packages/intent/CHANGELOG.md +++ b/packages/intent/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/intent +## 0.0.42 + +### Patch Changes + +- [#148](https://github.com/TanStack/intent/pull/148) [`a8e0ea1`](https://github.com/TanStack/intent/commit/a8e0ea161006d7f81af93c4494bd5a5a8c33ae0f) - Remove the abandoned `intent-library` bin and its `./intent-library` export. The legacy library-bin discovery model was replaced by the keyword-based model; anything invoking `intent-library` directly must move to the normal `intent` discovery flow (no compatibility shim). + ## 0.0.41 ### Patch Changes diff --git a/packages/intent/package.json b/packages/intent/package.json index 29b1112..6f1e1e6 100644 --- a/packages/intent/package.json +++ b/packages/intent/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/intent", - "version": "0.0.41", + "version": "0.0.42", "description": "Ship compositional knowledge for AI coding agents alongside your npm packages", "license": "MIT", "type": "module",