diff --git a/.tegami/2026-08-10-msm4d507.md b/.tegami/2026-08-10-msm4d507.md deleted file mode 100644 index fe103a0..0000000 --- a/.tegami/2026-08-10-msm4d507.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -packages: - npm:@tiesen/effect-tanstack-query: patch ---- - -## Fix mutation payload error - -- add missing required fields to mutation payload diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml index 915b276..ff6ed90 100644 --- a/.tegami/publish-lock.yaml +++ b/.tegami/publish-lock.yaml @@ -1,10 +1,10 @@ core:changelogs: - - content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Vue 3 Support\n\n- Added Vue 3 support for `useSubscription`.\n- Automatically handles reactivity and subscription lifecycles using Vue Composition API.\n" - filename: 2026-08-08-msjp74ef.md + - content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Fix mutation payload error\n\n- add missing required fields to mutation payload\n" + filename: 2026-08-10-msm4d507.md v: 0.0.0 core:packages: - changelogIds: - - 2026-08-08-msjp74ef.md + - 2026-08-10-msm4d507.md id: npm:@tiesen/effect-tanstack-query updated: true npm:packages: diff --git a/CHANGELOG.md b/CHANGELOG.md index 83aa0ee..d68fcc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## @tiesen/effect-tanstack-query@0.0.16 + +### Fix mutation payload error + +- add missing required fields to mutation payload + ## @tiesen/effect-tanstack-query@0.0.15 ### Vue 3 Support diff --git a/bun.lock b/bun.lock index 0f178d2..ec0097a 100644 --- a/bun.lock +++ b/bun.lock @@ -1,6 +1,5 @@ { "lockfileVersion": 1, - "configVersion": 0, "workspaces": { "": { "name": "@tiesen/effect-tanstack-query", diff --git a/package.json b/package.json index b1a5857..8993fd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiesen/effect-tanstack-query", - "version": "0.0.15", + "version": "0.0.16", "private": false, "description": "Effortlessly bridge Effect HTTP API clients with TanStack Query. Enjoy end-to-end type safety, zero-boilerplate options, and built-in streaming support out of the box.", "keywords": [