Skip to content

Commit

Permalink
Version release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fbwoolf committed Oct 6, 2021
1 parent c90ed29 commit b728330
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-seals-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-horses-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-kings-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-humans-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-rabbits-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-mails-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-moles-reflect.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.19.3

### Patch Changes

- [#1753](https://github.com/blockstack/stacks-wallet-web/pull/1753) [`6eab6659b`](https://github.com/blockstack/stacks-wallet-web/commit/6eab6659b5572d166610be656020268046d84f92) Thanks [@aulneau](https://github.com/aulneau)! - This update makes it so any drawer component (network select, account select, etc) will be a modal when used in larger screens, but a drawer when used in the extension view (smaller widths).

* [#1779](https://github.com/blockstack/stacks-wallet-web/pull/1779) [`b33e34834`](https://github.com/blockstack/stacks-wallet-web/commit/b33e348341bcc322b5e11cc0f3c95174c80596f9) Thanks [@fbwoolf](https://github.com/fbwoolf)! - This adds rendering the stx post condition in the list of post conditions.

- [#1767](https://github.com/blockstack/stacks-wallet-web/pull/1767) [`15d2ba6cd`](https://github.com/blockstack/stacks-wallet-web/commit/15d2ba6cd02bf2a7f1121297dea9cf58ccca6860) Thanks [@beguene](https://github.com/beguene)! - Display Regtest instead of Testnet when the network is Regtest.

* [#1754](https://github.com/blockstack/stacks-wallet-web/pull/1754) [`d6493cdbc`](https://github.com/blockstack/stacks-wallet-web/commit/d6493cdbc0ecb45c36464c36d33f62d30b6014d2) Thanks [@fbwoolf](https://github.com/fbwoolf)! - This fixes how asset metadata displays in post conditions. It should display correctly now even if a user doesn't have that token in their account.

- [#1752](https://github.com/blockstack/stacks-wallet-web/pull/1752) [`91cf29e88`](https://github.com/blockstack/stacks-wallet-web/commit/91cf29e8811c46cc6ce382b42b9ed7acdc7a874b) Thanks [@aulneau](https://github.com/aulneau)! - This update fixes the loading state for when the status of a network is not yet available.

* [#1780](https://github.com/blockstack/stacks-wallet-web/pull/1780) [`c90ed29f0`](https://github.com/blockstack/stacks-wallet-web/commit/c90ed29f0bf24e2d14d4eee4dee4f2cb59618bd5) Thanks [@beguene](https://github.com/beguene)! - This fixes the test-app post conditions that were causing contract call failures.

- [#1777](https://github.com/blockstack/stacks-wallet-web/pull/1777) [`589a96fdc`](https://github.com/blockstack/stacks-wallet-web/commit/589a96fdcab5e937b3678be2556af82bf6457e8a) Thanks [@fbwoolf](https://github.com/fbwoolf)! - This fixes filtering local transactions using the safely formatted hex txid.

## 2.19.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typecheck": "tsc --noEmit",
"check:deps": "dependency-cruise --config .dependency-cruiser.js \"src/**/*.{ts,tsx}\""
},
"version": "2.19.2",
"version": "2.19.3",
"author": "Blockstack PBC",
"dependencies": {
"@emotion/core": "11.0.0",
Expand Down

1 comment on commit b728330

@vercel
Copy link

@vercel vercel bot commented on b728330 Oct 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.