From ab5af78953a12dffee6ba95c4b4233ecdfa21747 Mon Sep 17 00:00:00 2001 From: gobob-xyz Date: Mon, 2 Sep 2024 16:50:30 +0000 Subject: [PATCH 1/2] ci(changesets): version packages --- .changeset/popular-toys-rescue.md | 5 ----- packages/sats-wagmi/CHANGELOG.md | 7 +++++++ packages/sats-wagmi/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/popular-toys-rescue.md create mode 100644 packages/sats-wagmi/CHANGELOG.md diff --git a/.changeset/popular-toys-rescue.md b/.changeset/popular-toys-rescue.md deleted file mode 100644 index 5c4e192..0000000 --- a/.changeset/popular-toys-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gobob/sats-wagmi": patch ---- - -Update all connectors diff --git a/packages/sats-wagmi/CHANGELOG.md b/packages/sats-wagmi/CHANGELOG.md new file mode 100644 index 0000000..9e2a9a5 --- /dev/null +++ b/packages/sats-wagmi/CHANGELOG.md @@ -0,0 +1,7 @@ +# @gobob/sats-wagmi + +## 0.2.1 + +### Patch Changes + +- [#50](https://github.com/bob-collective/sats-wagmi/pull/50) [`c6687453a72b1029369aa6c59bed127dce41356d`](https://github.com/bob-collective/sats-wagmi/commit/c6687453a72b1029369aa6c59bed127dce41356d) Thanks [@gregdhill](https://github.com/gregdhill)! - Update all connectors diff --git a/packages/sats-wagmi/package.json b/packages/sats-wagmi/package.json index bf68133..e3fbcd3 100644 --- a/packages/sats-wagmi/package.json +++ b/packages/sats-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/sats-wagmi", - "version": "0.2.0", + "version": "0.2.1", "description": "Bob sats-wagmi.", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT", From 871c79192a077a8561e3dfbd31bb55a4091deefb Mon Sep 17 00:00:00 2001 From: Greg Hill Date: Mon, 2 Sep 2024 17:53:55 +0100 Subject: [PATCH 2/2] Update packages/sats-wagmi/package.json --- packages/sats-wagmi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sats-wagmi/package.json b/packages/sats-wagmi/package.json index e3fbcd3..bf68133 100644 --- a/packages/sats-wagmi/package.json +++ b/packages/sats-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/sats-wagmi", - "version": "0.2.1", + "version": "0.2.0", "description": "Bob sats-wagmi.", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT",