From 9a4d4af2804712cebb913a83836a33b2f627e269 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:31:59 +0700 Subject: [PATCH] chore(main): release 1.4.4 (#2096) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ross Bulat --- docs/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2e69843125..dcbeb1b118 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.4.4](https://github.com/paritytech/polkadot-staking-dashboard/compare/v1.4.3...v1.4.4) (2024-04-23) + + +### Features + +* **refactor:** Use package.json version ([#2097](https://github.com/paritytech/polkadot-staking-dashboard/issues/2097)) ([2b9cf15](https://github.com/paritytech/polkadot-staking-dashboard/commit/2b9cf1526c6f829a9514dcebfd1f9f6140ee4c5d)) + + +### Bug Fixes + +* Get local active accounts on network switch ([#2098](https://github.com/paritytech/polkadot-staking-dashboard/issues/2098)) ([a20df19](https://github.com/paritytech/polkadot-staking-dashboard/commit/a20df19e2d0d9b70a87ab2a34d5972bbc74c22d2)) +* Paged rewards payout fixes ([#2095](https://github.com/paritytech/polkadot-staking-dashboard/issues/2095)) ([6cb4d49](https://github.com/paritytech/polkadot-staking-dashboard/commit/6cb4d4971130e2e9f676cbc6a1a18465f1f0a09b)) +* prevent polkagate snap popup unless explicitly connected ([#2099](https://github.com/paritytech/polkadot-staking-dashboard/issues/2099)) ([96e27ba](https://github.com/paritytech/polkadot-staking-dashboard/commit/96e27ba741e29a8165fef37225ea3433fde4f378)) + + ## [1.4.3](https://github.com/paritytech/polkadot-staking-dashboard/compare/v1.4.2...v1.4.3) (2024-04-22)