From 743b00e7de1c5dd98d1734a413f6e477aa077ea3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:16:17 -0800 Subject: [PATCH] chore: publish new package versions (#2093) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @electric-sql/react@0.6.1 ### Patch Changes - 67a9347: fix: only clear the React stream/shape cache when the previous stream/shape was aborted Co-authored-by: github-actions[bot] --- .changeset/young-falcons-rest.md | 5 ----- packages/react-hooks/CHANGELOG.md | 6 ++++++ packages/react-hooks/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/young-falcons-rest.md diff --git a/.changeset/young-falcons-rest.md b/.changeset/young-falcons-rest.md deleted file mode 100644 index 2ca40292a7..0000000000 --- a/.changeset/young-falcons-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@electric-sql/react": patch ---- - -fix: only clear the React stream/shape cache when the previous stream/shape was aborted diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index 3858297dab..06c5900f99 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @electric-sql/react +## 0.6.1 + +### Patch Changes + +- 67a9347: fix: only clear the React stream/shape cache when the previous stream/shape was aborted + ## 0.6.0 ### Minor Changes diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index d2e0806560..5af6e0f280 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@electric-sql/react", - "version": "0.6.0", + "version": "0.6.1", "description": "React hooks for ElectricSQL", "type": "module", "main": "dist/cjs/index.cjs",