Skip to content

Commit

Permalink
chore(main): release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Nov 2, 2024
1 parent 5d012c0 commit 9e640cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.7.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/v1.6.0...v1.7.0) (2024-11-02)


### Features

* Logo and font update ([#2269](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2269)) ([96b952f](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/96b952fc95e0c6b687574c507506e06cde6ed0b1))
* **refactor:** Generalise `useSize` hook ([#2312](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2312)) ([51ec08a](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/51ec08aa057d46a87099eb125e13b955e515abcb))
* **refactor:** Update Release Please ([#2268](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2268)) ([9b52f6d](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/9b52f6d3ba919b30df71fb45a4afe2f161d0f787))
* **refactor:** Update to latest w3ux utils ([#2283](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2283)) ([fa4df58](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/fa4df58066e19381687299151b2f055ebdd4d689))
* **refactor:** Use `useOnResize`, remove `lodash.throttle`. ([#2313](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2313)) ([5d012c0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/5d012c06c71176e5ff398dc2e2f73d0f735edaf4))
* **refactor:** Use latest `@w3ux/utils`, rm `@polkadot/keyring` ([#2262](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2262)) ([a5c969f](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/a5c969f5b476600cda7da4bdf64f6089cea3eef9))
* **refactor:** Use re-exported `[@polkadot](https://github.com/polkadot)` utils. ([#2267](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2267)) ([63d0b55](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/63d0b55ce117a3835cb27f170d71291ca5cbb4cb))
* simplify pool item UI ([#2238](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2238)) ([fdfcaf0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/fdfcaf0cbab26bc23b505ead99e05fb5f8f0d456))
* Wallet Connect support ([#2276](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2276)) ([388b882](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/388b882fa20464a3a0effeb7d1295b65819d0283))


### Bug Fixes

* other account duplicate when added to extension ([#2272](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2272)) ([72d2412](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/72d241294ad0972329f86a8fc5abc6ea49443be2))
* people status on identity sync ([#2236](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2236)) ([52f7998](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/52f7998c75f16c43b69ec4811f135fc9b62551de))

## [1.6.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/v1.5.0...v1.6.0) (2024-08-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-staking-dashboard",
"version": "1.6.0",
"version": "1.7.0",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
Expand Down

0 comments on commit 9e640cd

Please sign in to comment.