Skip to content

Commit 79519ab

Browse files
ci: changeset release
1 parent 3067196 commit 79519ab

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/fix-nested-skill-discovery.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.30
4+
5+
### Patch Changes
6+
7+
- Fix skill discovery so skills nested under intermediate grouping directories (directories without their own SKILL.md) are found by the scanner. ([#109](https://github.com/TanStack/intent/pull/109))
8+
39
## 0.0.28
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.29",
3+
"version": "0.0.30",
44
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)