diff --git a/.changeset/brown-apricots-kick.md b/.changeset/brown-apricots-kick.md deleted file mode 100644 index 36e16e9edd1..00000000000 --- a/.changeset/brown-apricots-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@stacks/wallet-web': minor ---- - -This update improves data fetching in the wallet in a few ways: removes duplicate fetches, migrates legacy fetching methods to use the api client from `@stacks/blockchain-api-client`, and fixes a few network related bugs. Additionally, work has started on improving how quickly the UI is available, working towards progressive upgrading of components as new data is available. Lastly, the foundation has been laid to enable use of persistence of certain data, enabling faster boot times. diff --git a/.changeset/stale-carrots-kiss.md b/.changeset/stale-carrots-kiss.md deleted file mode 100644 index f3cac2e701f..00000000000 --- a/.changeset/stale-carrots-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@stacks/wallet-web': patch ---- - -This fixes an error in the wallet by initializing the merged asset balance as a BigNumber. diff --git a/.changeset/tough-tables-sit.md b/.changeset/tough-tables-sit.md deleted file mode 100644 index 24bb1f95527..00000000000 --- a/.changeset/tough-tables-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@stacks/wallet-web': patch ---- - -Fixes bug where users are unable to set the extension to the localhost url, owing to stacks.js changes diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2d437474e..859eb4552fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.15.0 + +### Minor Changes + +- [#1572](https://github.com/blockstack/stacks-wallet-web/pull/1572) [`46a90aab`](https://github.com/blockstack/stacks-wallet-web/commit/46a90aabd16dc2b7b403d692c5dfd73665de9401) Thanks [@aulneau](https://github.com/aulneau)! - This update improves data fetching in the wallet in a few ways: removes duplicate fetches, migrates legacy fetching methods to use the api client from `@stacks/blockchain-api-client`, and fixes a few network related bugs. Additionally, work has started on improving how quickly the UI is available, working towards progressive upgrading of components as new data is available. Lastly, the foundation has been laid to enable use of persistence of certain data, enabling faster boot times. + +### Patch Changes + +- [#1598](https://github.com/blockstack/stacks-wallet-web/pull/1598) [`7d8bbbf0`](https://github.com/blockstack/stacks-wallet-web/commit/7d8bbbf067c49fb3349775a519db043b51472fe0) Thanks [@fbwoolf](https://github.com/fbwoolf)! - This fixes an error in the wallet by initializing the merged asset balance as a BigNumber. + +* [#1599](https://github.com/blockstack/stacks-wallet-web/pull/1599) [`ee45a99d`](https://github.com/blockstack/stacks-wallet-web/commit/ee45a99dcfe64128448ad71121b140da6e2333a4) Thanks [@kyranjamie](https://github.com/kyranjamie)! - Fixes bug where users are unable to set the extension to the localhost url, owing to stacks.js changes + ## 2.14.0 ### Minor Changes diff --git a/package.json b/package.json index 30e292ec846..51a84005b48 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.14.0", + "version": "2.15.0", "author": "Blockstack PBC", "dependencies": { "@emotion/core": "11.0.0",