Skip to content

Commit 22c4aa0

Browse files
ci: changeset release
1 parent 3165b16 commit 22c4aa0

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/perky-vans-yell.md

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

packages/intent/CHANGELOG.md

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

3+
## 0.0.38
4+
5+
### Patch Changes
6+
7+
- Refactor workspace pattern discovery to use a JSONC parser for Deno configs, support additional workspace config shapes, and cache workspace roots, parsed patterns, and resolved package directories during CLI commands. ([#125](https://github.com/TanStack/intent/pull/125))
8+
9+
This also allows Deno workspace members with `deno.json` or `deno.jsonc` manifests to be resolved as workspace packages.
10+
311
## 0.0.37
412

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

0 commit comments

Comments
 (0)