From abd44119fba0f902a2f4f4933eb4b96251fccbb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:33:01 +0300 Subject: [PATCH] ci(changesets): version packages (#87) Co-authored-by: gobob-xyz --- .changeset/tall-poets-invent.md | 5 ----- packages/sats-wagmi/CHANGELOG.md | 6 ++++++ packages/sats-wagmi/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tall-poets-invent.md diff --git a/.changeset/tall-poets-invent.md b/.changeset/tall-poets-invent.md deleted file mode 100644 index cf867cb..0000000 --- a/.changeset/tall-poets-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gobob/sats-wagmi': patch ---- - -enable fee estimate query to throw error diff --git a/packages/sats-wagmi/CHANGELOG.md b/packages/sats-wagmi/CHANGELOG.md index 8c5ef48..c25743a 100644 --- a/packages/sats-wagmi/CHANGELOG.md +++ b/packages/sats-wagmi/CHANGELOG.md @@ -1,5 +1,11 @@ # @gobob/sats-wagmi +## 0.3.5 + +### Patch Changes + +- [#86](https://github.com/bob-collective/sats-wagmi/pull/86) [`c86e7b334fb3e252b8997fcb2792f0564c0b856b`](https://github.com/bob-collective/sats-wagmi/commit/c86e7b334fb3e252b8997fcb2792f0564c0b856b) Thanks [@slavastartsev](https://github.com/slavastartsev)! - enable fee estimate query to throw error + ## 0.3.4 ### Patch Changes diff --git a/packages/sats-wagmi/package.json b/packages/sats-wagmi/package.json index 79b058e..afdcb93 100644 --- a/packages/sats-wagmi/package.json +++ b/packages/sats-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/sats-wagmi", - "version": "0.3.4", + "version": "0.3.5", "description": "Bob sats-wagmi.", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT",