From 971b154dd6af0981f700d8431f58ad9e322b8db3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Aug 2021 17:25:56 +0000 Subject: [PATCH] Version release --- .changeset/green-owls-punch.md | 5 ----- .changeset/nice-horses-battle.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/green-owls-punch.md delete mode 100644 .changeset/nice-horses-battle.md diff --git a/.changeset/green-owls-punch.md b/.changeset/green-owls-punch.md deleted file mode 100644 index 3e803164aab..00000000000 --- a/.changeset/green-owls-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@stacks/wallet-web': minor ---- - -Adds a context menu that opens the wallet in full page mode diff --git a/.changeset/nice-horses-battle.md b/.changeset/nice-horses-battle.md deleted file mode 100644 index 32bdb086658..00000000000 --- a/.changeset/nice-horses-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@stacks/wallet-web': patch ---- - -This fixes a bug where the overflow for the choose account screen was incorrectly set, thus preventing users from scrolling down to accounts that were off screen. diff --git a/CHANGELOG.md b/CHANGELOG.md index d3be751e3c0..27e9bb04203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.13.0 + +### Minor Changes + +- [#1540](https://github.com/blockstack/stacks-wallet-web/pull/1540) [`92f2cd26`](https://github.com/blockstack/stacks-wallet-web/commit/92f2cd26d946e0dcd066645c85140ff7aa022255) Thanks [@kyranjamie](https://github.com/kyranjamie)! - Adds a context menu that opens the wallet in full page mode + +### Patch Changes + +- [#1561](https://github.com/blockstack/stacks-wallet-web/pull/1561) [`5947b000`](https://github.com/blockstack/stacks-wallet-web/commit/5947b000e22040220148262256cd65d97b263aef) Thanks [@aulneau](https://github.com/aulneau)! - This fixes a bug where the overflow for the choose account screen was incorrectly set, thus preventing users from scrolling down to accounts that were off screen. + ## 2.12.5 ### Patch Changes diff --git a/package.json b/package.json index adb208ca854..29138169b56 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "typecheck": "tsc --noEmit", "check:deps": "dependency-cruise --config .dependency-cruiser.js \"src/**/*.{ts,tsx}\"" }, - "version": "2.12.5", + "version": "2.13.0", "author": "Blockstack PBC", "dependencies": { "@emotion/core": "11.0.0",