Skip to content

Commit

Permalink
chore(main): release 1.3.1 (#2071)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ross Bulat <ross@parity.io>
  • Loading branch information
github-actions[bot] and Ross Bulat committed Apr 9, 2024
1 parent fb5008d commit 1418899
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 27 deletions.
25 changes: 0 additions & 25 deletions CHANGELOG.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.1](https://github.com/paritytech/polkadot-staking-dashboard/compare/v1.3.0...v1.3.1) (2024-04-09)


### Features

* **ux:** Simplify pool list, fetch performance on More ([#2070](https://github.com/paritytech/polkadot-staking-dashboard/issues/2070)) ([fb5008d](https://github.com/paritytech/polkadot-staking-dashboard/commit/fb5008d0ebae166943ee6b3749f4c350758c9315))


## [1.3.0](https://github.com/paritytech/polkadot-staking-dashboard/compare/v1.2.1...v1.3.0) (2024-04-08)


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.3.0",
"version": "1.3.1",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { stringToU8a } from '@polkadot/util';
/*
* Global Constants
*/
export const AppVersion = '1.1.6';
export const AppVersion = '1.3.1';
export const DappName = 'Polkadot Staking Dashboard';
export const PolkadotUrl = 'https://polkadot.network/features/staking/';
export const ManualSigners = ['ledger', 'vault'];
Expand Down

0 comments on commit 1418899

Please sign in to comment.