diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..6b47943a64 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [1.3.0](https://github.com/paritytech/polkadot-staking-dashboard/compare/v1.2.0...v1.3.0) (2024-03-14) + + +### Features + +* Deprecate Canny.io in favour of Polkadot Support ([#2018](https://github.com/paritytech/polkadot-staking-dashboard/issues/2018)) ([c8e3c4e](https://github.com/paritytech/polkadot-staking-dashboard/commit/c8e3c4ea84c643fa3b2e35f3bf932ec8d23cba57)) +* **refactor:** Instantiatable Apis ([#2023](https://github.com/paritytech/polkadot-staking-dashboard/issues/2023)) ([574ab62](https://github.com/paritytech/polkadot-staking-dashboard/commit/574ab62ad6e9e9081e90466339a69337d0fb5999)) +* Remove Parity RPC endpoint from westend ([#2019](https://github.com/paritytech/polkadot-staking-dashboard/issues/2019)) ([54ecbbe](https://github.com/paritytech/polkadot-staking-dashboard/commit/54ecbbeb66382d86c59641c90bafa2239574a214)) +* **ux:** Remove controller deprecation prompt ([#2026](https://github.com/paritytech/polkadot-staking-dashboard/issues/2026)) ([76f964b](https://github.com/paritytech/polkadot-staking-dashboard/commit/76f964bdfbab2791a02ce420cb1a3f52b1f6d1d2)) + + +### Bug Fixes + +* check BalancesController unsub before calling ([#2016](https://github.com/paritytech/polkadot-staking-dashboard/issues/2016)) ([13d0ebd](https://github.com/paritytech/polkadot-staking-dashboard/commit/13d0ebd5f9c2481e9c211925b7cf97293c29f10a)) +* Ensure signer fallback on corrupt source ([#2021](https://github.com/paritytech/polkadot-staking-dashboard/issues/2021)) ([26e1793](https://github.com/paritytech/polkadot-staking-dashboard/commit/26e179389a2c8b8823e743a6ae1ae89f26a66744)) +* fast unstake eligibility based on bonding, not nominating ([#2025](https://github.com/paritytech/polkadot-staking-dashboard/issues/2025)) ([44a19c1](https://github.com/paritytech/polkadot-staking-dashboard/commit/44a19c13b58f40ced422a4402a15ce8a3a591871)) +* Fix errornous unclaimed payouts from Subscan ([#2028](https://github.com/paritytech/polkadot-staking-dashboard/issues/2028)) ([7a4f172](https://github.com/paritytech/polkadot-staking-dashboard/commit/7a4f172c176eb7767b957487347bfc0e197fa490)) +* Misc Subscan payout fixes ([#2027](https://github.com/paritytech/polkadot-staking-dashboard/issues/2027)) ([4081c0a](https://github.com/paritytech/polkadot-staking-dashboard/commit/4081c0a938aee6ffdadd5683789fb010051fb533)) +* updated typo in modals file ([#2022](https://github.com/paritytech/polkadot-staking-dashboard/issues/2022)) ([621ff1b](https://github.com/paritytech/polkadot-staking-dashboard/commit/621ff1b218410c2aa314680a1d0852bfd8f911a0)) diff --git a/package.json b/package.json index bc50287211..94cb9475bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-staking-dashboard", - "version": "1.2.0", + "version": "1.3.0", "type": "module", "license": "GPL-3.0-only", "scripts": {