From 78e34528ddeedc4c2105042b817af38e8e9f7db6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:23:08 +0000 Subject: [PATCH] Version Packages --- .tegami/2026-09-17-mu4ugs23.md | 9 --------- .tegami/publish-lock.yaml | 6 +++--- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .tegami/2026-09-17-mu4ugs23.md diff --git a/.tegami/2026-09-17-mu4ugs23.md b/.tegami/2026-09-17-mu4ugs23.md deleted file mode 100644 index 57546a4..0000000 --- a/.tegami/2026-09-17-mu4ugs23.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -packages: - npm:@tiesen/effect-tanstack-query: patch ---- - -## Bug Fixes - -- Strip never properties from query and mutation API types. -- Improve TypeScript autocomplete for TanStack Query integrations. diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml index 71de415..69bf8b1 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## Add `queryEffect` and `mutateEffect` actions with runtime context support\n\n- Introduced `queryEffect` and `mutateEffect` handlers.\n- Integrated `runtime.cachedContext` via `Effect.provide` to automatically supply service dependencies for effectful queries and mutations.\n" - filename: 2026-08-16-msvljsj7.md + - content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Bug Fixes\n\n- Strip never properties from query and mutation API types.\n- Improve TypeScript autocomplete for TanStack Query integrations.\n" + filename: 2026-09-17-mu4ugs23.md v: 0.0.0 core:packages: - changelogIds: - - 2026-08-16-msvljsj7.md + - 2026-09-17-mu4ugs23.md id: npm:@tiesen/effect-tanstack-query updated: true npm:packages: diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd7acf..cb3adf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## @tiesen/effect-tanstack-query@0.0.21 + +### Bug Fixes + +- Strip never properties from query and mutation API types. +- Improve TypeScript autocomplete for TanStack Query integrations. + ## @tiesen/effect-tanstack-query@0.0.20 ### Add `queryEffect` and `mutateEffect` actions with runtime context support diff --git a/package.json b/package.json index e90abe2..83be665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiesen/effect-tanstack-query", - "version": "0.0.20", + "version": "0.0.21", "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": [