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",