From 8839c4e88103c0d9375b1a44e1f9273c6b70c471 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 05:07:33 +0000 Subject: [PATCH] ci: changeset release --- .changeset/pretty-sloths-switch.md | 5 ----- .changeset/thin-candies-accept.md | 10 ---------- packages/intent/CHANGELOG.md | 13 +++++++++++++ packages/intent/package.json | 2 +- 4 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 .changeset/pretty-sloths-switch.md delete mode 100644 .changeset/thin-candies-accept.md diff --git a/.changeset/pretty-sloths-switch.md b/.changeset/pretty-sloths-switch.md deleted file mode 100644 index e5499bd..0000000 --- a/.changeset/pretty-sloths-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/intent': patch ---- - -Remove the unused feedback APIs, bundled feedback meta-skill, tests, and docs references. diff --git a/.changeset/thin-candies-accept.md b/.changeset/thin-candies-accept.md deleted file mode 100644 index 839c91a..0000000 --- a/.changeset/thin-candies-accept.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@tanstack/intent': patch ---- - -Read skill frontmatter scalar fields (`type`, `framework`, `library_version`) -from `metadata.*` with a fallback to the top-level key (#159). This is a -back-compat safety net for the frontmatter migration: skills authored in the -new `metadata`-nested shape resolve correctly while existing top-level skills -keep working unchanged. The scanner, staleness checker, and the framework -`requires` validation all honor both shapes. diff --git a/packages/intent/CHANGELOG.md b/packages/intent/CHANGELOG.md index 9be0fb1..38b4af1 100644 --- a/packages/intent/CHANGELOG.md +++ b/packages/intent/CHANGELOG.md @@ -1,5 +1,18 @@ # @tanstack/intent +## 0.1.1 + +### Patch Changes + +- [#165](https://github.com/TanStack/intent/pull/165) [`2676302`](https://github.com/TanStack/intent/commit/267630263126d318df06db6ec74345aef4fe5711) - Remove the unused feedback APIs, bundled feedback meta-skill, tests, and docs references. + +- [#162](https://github.com/TanStack/intent/pull/162) [`d5d9181`](https://github.com/TanStack/intent/commit/d5d91811ed273e5ede142213566f64d4533899ea) - Read skill frontmatter scalar fields (`type`, `framework`, `library_version`) + from `metadata.*` with a fallback to the top-level key ([#159](https://github.com/TanStack/intent/issues/159)). This is a + back-compat safety net for the frontmatter migration: skills authored in the + new `metadata`-nested shape resolve correctly while existing top-level skills + keep working unchanged. The scanner, staleness checker, and the framework + `requires` validation all honor both shapes. + ## 0.1.0 ### Minor Changes diff --git a/packages/intent/package.json b/packages/intent/package.json index f2f0a09..7078c3f 100644 --- a/packages/intent/package.json +++ b/packages/intent/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/intent", - "version": "0.1.0", + "version": "0.1.1", "description": "Ship compositional knowledge for AI coding agents alongside your npm packages", "license": "MIT", "type": "module",