Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #2427

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"packages/ui-core": "1.1.0",
"packages/types": "1.1.0",
"packages/ui-core": "1.2.0",
"packages/types": "1.2.0",
"packages/consts": "1.1.0",
"packages/assets": "1.1.0",
"packages/locales": "1.1.0",
"packages/styles": "1.1.0",
"packages/plugin-staking-api": "1.1.0",
"packages/locales": "1.2.0",
"packages/styles": "1.2.0",
"packages/plugin-staking-api": "1.2.0",
"packages/ui-overlay": "1.1.0",
"packages/ui-buttons": "1.1.0",
"packages/app": "1.8.0"
"packages/ui-buttons": "1.2.0",
"packages/app": "1.9.0"
}
23 changes: 23 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.9.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/app-v1.8.0...app-v1.9.0) (2025-01-29)


### Features

* Abstract identity components, use in canvases, easier pool metrics access ([#2479](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2479)) ([3dd021b](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/3dd021be779485875b0976cca70ec36bd293b370))
* Add pool commission label to `Pool` canvas ([#2478](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2478)) ([9bd440a](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/9bd440ad45a5a47f2eda2e522a3b0e510ac4410f))
* Backing terminology for nomination list items ([#2449](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2449)) ([adcbc97](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/adcbc9784e31588e92d81cce56ff3554bf9b7895))
* Easier access to validator metrics ([#2450](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2450)) ([12379a5](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/12379a5f041d742b67a70672fa093379ee8cf397))
* Enhance graphs, add validator rewards, pool reward history graphs ([#2462](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2462)) ([ccda2cb](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/ccda2cbaeac8075e8a6650410538f9f0ae9885d5))
* Force plugins in production environment, promote tips to UI ([#2458](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2458)) ([fb1d3b3](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/fb1d3b39e136a6c16c7946900aa7447c3d126ceb))
* Pool performance & join candidates from Staking API, fallbacks, UI enhancements ([#2457](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2457)) ([73f198c](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/73f198c7956bfbd1cbb47780bcfac8e10d15d689))
* **refactor:** List components to `ui-core` ([#2465](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2465)) ([01d5c77](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/01d5c7705a51e8cbcb96fd77ef5f710aaa75d470))
* **refactor:** Misc updates & renames ([#2461](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2461)) ([ea3d4c3](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/ea3d4c3e796e09bfff3da659f5816416129ff933))
* **refactor:** Simplify bond buttons, unify "Unstake" term for nominators and pools ([#2467](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2467)) ([90bd894](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/90bd894af33ba276f29d50d054dbad5d550c72b0))
* Validator performance charts from Staking API ([#2466](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2466)) ([6215f47](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/6215f4731505e95bf78ffe826f57918b99e7a6a5))
* Validator ranks from Staking API, stop historical era point scraping ([#2480](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2480)) ([abe0b1c](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/abe0b1c097dc89b60fd2c540fe84f66f69a2b6c4))


### Bug Fixes

* batch call test ([#2447](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2447)) ([6f4f9ae](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/6f4f9ae861bca36e4252cf76301ee6633b434acd))

## [1.8.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/app-v1.7.0...app-v1.8.0) (2025-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.8.0",
"version": "1.9.0",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/locales/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/locales-v1.1.0...locales-v1.2.0) (2025-01-29)


### Features

* Abstract identity components, use in canvases, easier pool metrics access ([#2479](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2479)) ([3dd021b](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/3dd021be779485875b0976cca70ec36bd293b370))
* Backing terminology for nomination list items ([#2449](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2449)) ([adcbc97](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/adcbc9784e31588e92d81cce56ff3554bf9b7895))
* Easier access to validator metrics ([#2450](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2450)) ([12379a5](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/12379a5f041d742b67a70672fa093379ee8cf397))
* Enhance graphs, add validator rewards, pool reward history graphs ([#2462](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2462)) ([ccda2cb](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/ccda2cbaeac8075e8a6650410538f9f0ae9885d5))
* Force plugins in production environment, promote tips to UI ([#2458](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2458)) ([fb1d3b3](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/fb1d3b39e136a6c16c7946900aa7447c3d126ceb))
* Pool performance & join candidates from Staking API, fallbacks, UI enhancements ([#2457](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2457)) ([73f198c](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/73f198c7956bfbd1cbb47780bcfac8e10d15d689))
* Validator performance charts from Staking API ([#2466](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2466)) ([6215f47](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/6215f4731505e95bf78ffe826f57918b99e7a6a5))
* Validator ranks from Staking API, stop historical era point scraping ([#2480](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2480)) ([abe0b1c](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/abe0b1c097dc89b60fd2c540fe84f66f69a2b6c4))

## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/locales-v1.0.0...locales-v1.1.0) (2025-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/locales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "locales",
"version": "1.1.0",
"version": "1.2.0",
"license": "GPL-3.0-only",
"type": "module",
"main": "src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-staking-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/plugin-staking-api-v1.1.0...plugin-staking-api-v1.2.0) (2025-01-29)


### Features

* Enhance graphs, add validator rewards, pool reward history graphs ([#2462](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2462)) ([ccda2cb](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/ccda2cbaeac8075e8a6650410538f9f0ae9885d5))
* Pool performance & join candidates from Staking API, fallbacks, UI enhancements ([#2457](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2457)) ([73f198c](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/73f198c7956bfbd1cbb47780bcfac8e10d15d689))
* **refactor:** Misc updates & renames ([#2461](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2461)) ([ea3d4c3](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/ea3d4c3e796e09bfff3da659f5816416129ff933))
* Validator performance charts from Staking API ([#2466](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2466)) ([6215f47](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/6215f4731505e95bf78ffe826f57918b99e7a6a5))
* Validator ranks from Staking API, stop historical era point scraping ([#2480](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2480)) ([abe0b1c](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/abe0b1c097dc89b60fd2c540fe84f66f69a2b6c4))

## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/plugin-staking-api-v1.0.0...plugin-staking-api-v1.1.0) (2025-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-staking-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-staking-api",
"version": "1.1.0",
"version": "1.2.0",
"license": "GPL-3.0-only",
"type": "module",
"main": "src/index.tsx",
Expand Down
7 changes: 7 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/styles-v1.1.0...styles-v1.2.0) (2025-01-29)


### Features

* Enhance graphs, add validator rewards, pool reward history graphs ([#2462](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2462)) ([ccda2cb](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/ccda2cbaeac8075e8a6650410538f9f0ae9885d5))

## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/styles-v1.0.0...styles-v1.1.0) (2025-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styles",
"version": "1.1.0",
"version": "1.2.0",
"license": "GPL-3.0-only",
"type": "module",
"main": "src/",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/types-v1.1.0...types-v1.2.0) (2025-01-29)


### Features

* Validator performance charts from Staking API ([#2466](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2466)) ([6215f47](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/6215f4731505e95bf78ffe826f57918b99e7a6a5))
* Validator ranks from Staking API, stop historical era point scraping ([#2480](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2480)) ([abe0b1c](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/abe0b1c097dc89b60fd2c540fe84f66f69a2b6c4))

## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/types-v1.0.0...types-v1.1.0) (2025-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "types",
"version": "1.1.0",
"version": "1.2.0",
"license": "GPL-3.0-only",
"type": "module",
"main": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui-buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/ui-buttons-v1.1.0...ui-buttons-v1.2.0) (2025-01-29)


### Features

* Abstract identity components, use in canvases, easier pool metrics access ([#2479](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2479)) ([3dd021b](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/3dd021be779485875b0976cca70ec36bd293b370))
* **refactor:** Simplify bond buttons, unify "Unstake" term for nominators and pools ([#2467](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2467)) ([90bd894](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/90bd894af33ba276f29d50d054dbad5d550c72b0))

## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/ui-buttons-v1.0.0...ui-buttons-v1.1.0) (2025-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-buttons",
"version": "1.1.0",
"version": "1.2.0",
"license": "GPL-3.0-only",
"type": "module",
"main": "src/index.tsx",
Expand Down
14 changes: 14 additions & 0 deletions packages/ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/ui-core-v1.1.0...ui-core-v1.2.0) (2025-01-29)


### Features

* Abstract identity components, use in canvases, easier pool metrics access ([#2479](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2479)) ([3dd021b](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/3dd021be779485875b0976cca70ec36bd293b370))
* Add pool commission label to `Pool` canvas ([#2478](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2478)) ([9bd440a](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/9bd440ad45a5a47f2eda2e522a3b0e510ac4410f))
* Easier access to validator metrics ([#2450](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2450)) ([12379a5](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/12379a5f041d742b67a70672fa093379ee8cf397))
* Enhance graphs, add validator rewards, pool reward history graphs ([#2462](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2462)) ([ccda2cb](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/ccda2cbaeac8075e8a6650410538f9f0ae9885d5))
* Pool performance & join candidates from Staking API, fallbacks, UI enhancements ([#2457](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2457)) ([73f198c](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/73f198c7956bfbd1cbb47780bcfac8e10d15d689))
* **refactor:** List components to `ui-core` ([#2465](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2465)) ([01d5c77](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/01d5c7705a51e8cbcb96fd77ef5f710aaa75d470))
* **refactor:** Simplify bond buttons, unify "Unstake" term for nominators and pools ([#2467](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2467)) ([90bd894](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/90bd894af33ba276f29d50d054dbad5d550c72b0))
* Validator performance charts from Staking API ([#2466](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2466)) ([6215f47](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/6215f4731505e95bf78ffe826f57918b99e7a6a5))

## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/ui-core-v1.0.0...ui-core-v1.1.0) (2025-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-core",
"version": "1.1.0",
"version": "1.2.0",
"license": "GPL-3.0-only",
"type": "module",
"scripts": {
Expand Down
Loading