From fb8ebb024d4e3fda83bc5857cad27983d32c5e97 Mon Sep 17 00:00:00 2001 From: gobob-xyz Date: Mon, 2 Sep 2024 18:09:54 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/young-beers-rescue.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/young-beers-rescue.md diff --git a/.changeset/young-beers-rescue.md b/.changeset/young-beers-rescue.md deleted file mode 100644 index 06a7dae..0000000 --- a/.changeset/young-beers-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gobob/sats-wagmi": patch ---- - -Enable build diff --git a/packages/sats-wagmi/CHANGELOG.md b/packages/sats-wagmi/CHANGELOG.md index 9e2a9a5..9f03ec0 100644 --- a/packages/sats-wagmi/CHANGELOG.md +++ b/packages/sats-wagmi/CHANGELOG.md @@ -4,4 +4,10 @@ ### Patch Changes +- [#52](https://github.com/bob-collective/sats-wagmi/pull/52) [`fc5f638fadf54263295c7e9ea305396d57d7a9e0`](https://github.com/bob-collective/sats-wagmi/commit/fc5f638fadf54263295c7e9ea305396d57d7a9e0) Thanks [@gregdhill](https://github.com/gregdhill)! - Enable build + +## 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 5605b7b..010f92a 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",