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 Oct 27, 2024
1 parent 19808d1 commit e61861a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### 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:** 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:** 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 e61861a

Please sign in to comment.