From 4a2b24e20c571ab3b7a45885aa71109d8fc316b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:22:31 +1000 Subject: [PATCH] Version Packages (#62) Co-authored-by: github-actions[bot] --- .changeset/tame-carrots-cheat.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tame-carrots-cheat.md diff --git a/.changeset/tame-carrots-cheat.md b/.changeset/tame-carrots-cheat.md deleted file mode 100644 index 5818ab1..0000000 --- a/.changeset/tame-carrots-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@babylonlabs-io/bbn-wallet-connect": patch ---- - -feat: change wallet connection flow diff --git a/CHANGELOG.md b/CHANGELOG.md index 916360b..60e77eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @babylonlabs-io/bbn-wallet-connect +## 0.0.19 + +### Patch Changes + +- 4400548: feat: change wallet connection flow + ## 0.0.18 ### Patch Changes diff --git a/package.json b/package.json index 3b400de..8e3b475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@babylonlabs-io/bbn-wallet-connect", - "version": "0.0.18", + "version": "0.0.19", "type": "module", "types": "dist/index.d.ts", "publishConfig": {