From 14dbcc82877423718c91821f8f0680779aaefebf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 08:54:11 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20bump=20changed=20package=20versi?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/metal-bottles-swim.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/metal-bottles-swim.md create mode 100644 CHANGELOG.md diff --git a/.changeset/metal-bottles-swim.md b/.changeset/metal-bottles-swim.md deleted file mode 100644 index 2d01ab9..0000000 --- a/.changeset/metal-bottles-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tanstack-query-optimistic-updates": patch ---- - -- [PR](https://github.com/mugglim/tanstack-query-optimistic-updates/pull/9) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..19d0003 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# tanstack-query-optimistic-updates + +## 0.0.2 + +### Patch Changes + +- ee0d893: - [PR](https://github.com/mugglim/tanstack-query-optimistic-updates/pull/9) diff --git a/package.json b/package.json index 1b1516d..bf1a780 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "tanstack-query-optimistic-updates", - "version": "0.0.1", + "version": "0.0.2", "repository": { "type": "git", "url": "https://github.com/mugglim/tanstack-query-optimistic-updates"