From 05bf723fa960b2f76eaee12e0f96c5d26ac07882 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:49:17 +0000 Subject: [PATCH] Version Packages --- .tegami/2026-07-31-ms8thv7i.md | 10 ---------- .tegami/publish-lock.yaml | 6 +++--- CHANGELOG.md | 8 ++++++++ bun.lock | 1 - package.json | 2 +- 5 files changed, 12 insertions(+), 15 deletions(-) delete mode 100644 .tegami/2026-07-31-ms8thv7i.md diff --git a/.tegami/2026-07-31-ms8thv7i.md b/.tegami/2026-07-31-ms8thv7i.md deleted file mode 100644 index 445ce2e..0000000 --- a/.tegami/2026-07-31-ms8thv7i.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -packages: - npm:@tiesen/effect-tanstack-query: patch ---- - -## Features - -- **stream**: Add support for event streaming / subscriptions via `subscriptionOptions`. -- **hooks**: Introduce `useSubscription` hook to easily bind Effect-backed event streams directly to React components. -- Auto-handles `AbortSignal` listeners and fiber interruption on unsubscribe. diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml index 546a130..0f04500 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## Update project metadata\n\n- add `bugs` tracker url\n- add `author` url\n" - filename: 2026-07-28-ms4jocsr.md + - content: "---\npackages:\n npm:@tiesen/effect-tanstack-query:\n type: patch\n---\n\n## Features\n\n- **stream**: Add support for event streaming / subscriptions via `subscriptionOptions`.\n- **hooks**: Introduce `useSubscription` hook to easily bind Effect-backed event streams directly to React components.\n- Auto-handles `AbortSignal` listeners and fiber interruption on unsubscribe.\n" + filename: 2026-07-31-ms8thv7i.md v: 0.0.0 core:packages: - changelogIds: - - 2026-07-28-ms4jocsr.md + - 2026-07-31-ms8thv7i.md id: npm:@tiesen/effect-tanstack-query updated: true npm:packages: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8a7cb..5f7418b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## @tiesen/effect-tanstack-query@0.0.7 + +### Features + +- **stream**: Add support for event streaming / subscriptions via `subscriptionOptions`. +- **hooks**: Introduce `useSubscription` hook to easily bind Effect-backed event streams directly to React components. +- Auto-handles `AbortSignal` listeners and fiber interruption on unsubscribe. + ## @tiesen/effect-tanstack-query@0.0.6 ### Update project metadata diff --git a/bun.lock b/bun.lock index 1dccb10..c5caa31 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 f0340bf..1b03335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiesen/effect-tanstack-query", - "version": "0.0.6", + "version": "0.0.7", "private": false, "description": " A lightweight, type-safe bridge between Effect HTTP API clients and TanStack Query.", "keywords": [