From 07931b7f5a80e184d57d72740524f072db8f4a63 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Sat, 15 Feb 2025 17:29:12 +0700 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 22 +++++++-------- packages/app/CHANGELOG.md | 35 ++++++++++++++++++++++++ packages/app/package.json | 2 +- packages/assets/CHANGELOG.md | 7 +++++ packages/assets/package.json | 2 +- packages/locales/CHANGELOG.md | 15 ++++++++++ packages/locales/package.json | 2 +- packages/plugin-staking-api/CHANGELOG.md | 13 +++++++++ packages/plugin-staking-api/package.json | 2 +- packages/styles/CHANGELOG.md | 12 ++++++++ packages/styles/package.json | 2 +- packages/types/CHANGELOG.md | 8 ++++++ packages/types/package.json | 2 +- packages/ui-buttons/CHANGELOG.md | 11 ++++++++ packages/ui-buttons/package.json | 2 +- packages/ui-core/CHANGELOG.md | 17 ++++++++++++ packages/ui-core/package.json | 2 +- packages/ui-graphs/CHANGELOG.md | 8 ++++++ packages/ui-graphs/package.json | 2 +- packages/ui-identity/CHANGELOG.md | 9 ++++++ packages/ui-identity/package.json | 2 +- packages/utils/CHANGELOG.md | 9 ++++++ packages/utils/package.json | 2 +- 23 files changed, 166 insertions(+), 22 deletions(-) create mode 100644 packages/ui-graphs/CHANGELOG.md create mode 100644 packages/ui-identity/CHANGELOG.md create mode 100644 packages/utils/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3f5e6baa1d..399bfcf190 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,15 +1,15 @@ { - "packages/app": "1.8.0", - "packages/assets": "1.1.0", + "packages/app": "1.9.0", + "packages/assets": "1.2.0", "packages/consts": "1.1.0", - "packages/locales": "1.1.0", - "packages/plugin-staking-api": "1.1.0", - "packages/styles": "1.1.0", - "packages/types": "1.1.0", - "packages/ui-buttons": "1.1.0", - "packages/ui-core": "1.1.0", - "packages/ui-graphs": "1.0.0", - "packages/ui-identity": "1.0.0", + "packages/locales": "1.2.0", + "packages/plugin-staking-api": "1.2.0", + "packages/styles": "1.2.0", + "packages/types": "1.2.0", + "packages/ui-buttons": "1.2.0", + "packages/ui-core": "1.2.0", + "packages/ui-graphs": "1.1.0", + "packages/ui-identity": "1.1.0", "packages/ui-overlay": "1.1.0", - "packages/utils": "1.0.0" + "packages/utils": "1.1.0" } diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index c142ba5af5..875ad40b16 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [1.9.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/app-v1.8.0...app-v1.9.0) (2025-02-15) + + +### 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)) +* Global token price provider ([#2495](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2495)) ([1839d8f](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/1839d8fda077ff06e9849c9632b9b8b59a0d5afe)) +* 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:** Enhance accent colors, unify primary & secondary colors ([#2500](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2500)) ([cd80af7](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/cd80af7d2740d5920a2fb088216659a1615aa2ad)) +* **refactor:** graph colors to CSS, remove JS based config ([#2502](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2502)) ([befad34](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/befad3486f128074877d1a53540d0c08fde75068)) +* **refactor:** Init `ui-graphs`, replace pie chart with pure CSS `Pie` component ([#2496](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2496)) ([98adc49](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/98adc49a7dfb423d422b77f200b32aacb45b198c)) +* **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:** Refactor stat cards to `ui-` packages, remove legacy code ([#2499](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2499)) ([26ae9d5](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/26ae9d5e8cb4fc9bd62c07c6a6bf3d8241afca42)) +* **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)) +* **refactor:** Staking API arg `chain` -> `network` ([#2515](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2515)) ([ccb2a63](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/ccb2a63549ea3decdd1336848e46f95391cedf82)) +* Use medium button sizes for key CTAs ([#2517](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2517)) ([f0e11ec](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/f0e11ec095fd5f0034450a44a32d452a7b051f61)) +* **ux:** Amend side menu toggle to top of menu ([#2527](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2527)) ([7def405](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/7def4057175f9504fa27dd5fb640b66f6b5c2b44)) +* **ux:** Get theme values directly from CSS, discontinue network colors ([#2501](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2501)) ([b8630d1](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/b8630d1291b9e39a83a6cd98eb7da8f5ed128bf2)) +* **ux:** Minify tips toggle ([#2518](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2518)) ([057c2cd](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/057c2cdbf575d18f0388ff7c28a10f7965ad1dfd)) +* **ux:** Plug role identities into `Pools` canvas, improve identity handling ([#2481](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2481)) ([dd576b5](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/dd576b58eb10c2855ab51d67b283f7c783c2d101)) +* **ux:** Use Cloud icon for favicon & app icon ([#2503](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2503)) ([2324eec](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/2324eec09f2cfcd6c986cda6d1364b2bdc173b13)) +* 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) diff --git a/packages/app/package.json b/packages/app/package.json index 8dd7bef2cb..db4c8d2672 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "1.8.0", + "version": "1.9.0", "type": "module", "license": "GPL-3.0-only", "scripts": { diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 46cc286d51..b29c2b4c31 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/assets-v1.1.0...assets-v1.2.0) (2025-02-15) + + +### Features + +* **ux:** Use Cloud icon for favicon & app icon ([#2503](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2503)) ([2324eec](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/2324eec09f2cfcd6c986cda6d1364b2bdc173b13)) + ## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/assets-v1.0.0...assets-v1.1.0) (2025-01-16) diff --git a/packages/assets/package.json b/packages/assets/package.json index 1e29e6732f..e533cf0bcf 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "assets", - "version": "1.1.0", + "version": "1.2.0", "license": "GPL-3.0-only", "type": "module", "scripts": { diff --git a/packages/locales/CHANGELOG.md b/packages/locales/CHANGELOG.md index 44649664ed..2c2143751b 100644 --- a/packages/locales/CHANGELOG.md +++ b/packages/locales/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/locales-v1.1.0...locales-v1.2.0) (2025-02-15) + + +### 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)) +* Implement browser language detection using navigator.language ([#2494](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2494)) ([f526f8e](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/f526f8ef060774810972b9596138d007633779a3)) +* 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) diff --git a/packages/locales/package.json b/packages/locales/package.json index 938af045ec..71f6500e45 100644 --- a/packages/locales/package.json +++ b/packages/locales/package.json @@ -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", diff --git a/packages/plugin-staking-api/CHANGELOG.md b/packages/plugin-staking-api/CHANGELOG.md index 308fd87912..ee4b464820 100644 --- a/packages/plugin-staking-api/CHANGELOG.md +++ b/packages/plugin-staking-api/CHANGELOG.md @@ -1,5 +1,18 @@ # 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-02-15) + + +### 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)) +* Global token price provider ([#2495](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2495)) ([1839d8f](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/1839d8fda077ff06e9849c9632b9b8b59a0d5afe)) +* 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)) +* **refactor:** Staking API arg `chain` -> `network` ([#2515](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2515)) ([ccb2a63](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/ccb2a63549ea3decdd1336848e46f95391cedf82)) +* 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) diff --git a/packages/plugin-staking-api/package.json b/packages/plugin-staking-api/package.json index 7b886bdfaf..8e2307ace7 100644 --- a/packages/plugin-staking-api/package.json +++ b/packages/plugin-staking-api/package.json @@ -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", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 7de7490f2c..2553e0f048 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/styles-v1.1.0...styles-v1.2.0) (2025-02-15) + + +### 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)) +* **refactor:** Enhance accent colors, unify primary & secondary colors ([#2500](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2500)) ([cd80af7](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/cd80af7d2740d5920a2fb088216659a1615aa2ad)) +* **refactor:** graph colors to CSS, remove JS based config ([#2502](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2502)) ([befad34](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/befad3486f128074877d1a53540d0c08fde75068)) +* Use medium button sizes for key CTAs ([#2517](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2517)) ([f0e11ec](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/f0e11ec095fd5f0034450a44a32d452a7b051f61)) +* **ux:** Get theme values directly from CSS, discontinue network colors ([#2501](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2501)) ([b8630d1](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/b8630d1291b9e39a83a6cd98eb7da8f5ed128bf2)) +* **ux:** Use Cloud icon for favicon & app icon ([#2503](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2503)) ([2324eec](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/2324eec09f2cfcd6c986cda6d1364b2bdc173b13)) + ## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/styles-v1.0.0...styles-v1.1.0) (2025-01-16) diff --git a/packages/styles/package.json b/packages/styles/package.json index 5a066adfbc..005a979090 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "styles", - "version": "1.1.0", + "version": "1.2.0", "license": "GPL-3.0-only", "type": "module", "main": "src/", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index dc5663fe09..cf2872f91f 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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-02-15) + + +### 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) diff --git a/packages/types/package.json b/packages/types/package.json index c17d24156d..e0d6e99d3d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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", diff --git a/packages/ui-buttons/CHANGELOG.md b/packages/ui-buttons/CHANGELOG.md index f839c540e7..af84e053bb 100644 --- a/packages/ui-buttons/CHANGELOG.md +++ b/packages/ui-buttons/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/ui-buttons-v1.1.0...ui-buttons-v1.2.0) (2025-02-15) + + +### 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:** Enhance accent colors, unify primary & secondary colors ([#2500](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2500)) ([cd80af7](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/cd80af7d2740d5920a2fb088216659a1615aa2ad)) +* **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)) +* Use medium button sizes for key CTAs ([#2517](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2517)) ([f0e11ec](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/f0e11ec095fd5f0034450a44a32d452a7b051f61)) +* **ux:** Get theme values directly from CSS, discontinue network colors ([#2501](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2501)) ([b8630d1](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/b8630d1291b9e39a83a6cd98eb7da8f5ed128bf2)) + ## [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) diff --git a/packages/ui-buttons/package.json b/packages/ui-buttons/package.json index 2365ece316..f147fdabf1 100644 --- a/packages/ui-buttons/package.json +++ b/packages/ui-buttons/package.json @@ -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", diff --git a/packages/ui-core/CHANGELOG.md b/packages/ui-core/CHANGELOG.md index debd1db280..e16b8d24ca 100644 --- a/packages/ui-core/CHANGELOG.md +++ b/packages/ui-core/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/ui-core-v1.1.0...ui-core-v1.2.0) (2025-02-15) + + +### 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:** Refactor stat cards to `ui-` packages, remove legacy code ([#2499](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2499)) ([26ae9d5](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/26ae9d5e8cb4fc9bd62c07c6a6bf3d8241afca42)) +* **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)) +* **ux:** Get theme values directly from CSS, discontinue network colors ([#2501](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2501)) ([b8630d1](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/b8630d1291b9e39a83a6cd98eb7da8f5ed128bf2)) +* **ux:** Plug role identities into `Pools` canvas, improve identity handling ([#2481](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2481)) ([dd576b5](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/dd576b58eb10c2855ab51d67b283f7c783c2d101)) +* 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) diff --git a/packages/ui-core/package.json b/packages/ui-core/package.json index 57a5943f29..3072c1bbfa 100644 --- a/packages/ui-core/package.json +++ b/packages/ui-core/package.json @@ -1,6 +1,6 @@ { "name": "ui-core", - "version": "1.1.0", + "version": "1.2.0", "license": "GPL-3.0-only", "type": "module", "scripts": { diff --git a/packages/ui-graphs/CHANGELOG.md b/packages/ui-graphs/CHANGELOG.md new file mode 100644 index 0000000000..d510582199 --- /dev/null +++ b/packages/ui-graphs/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/ui-graphs-v1.0.0...ui-graphs-v1.1.0) (2025-02-15) + + +### Features + +* **refactor:** Init `ui-graphs`, replace pie chart with pure CSS `Pie` component ([#2496](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2496)) ([98adc49](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/98adc49a7dfb423d422b77f200b32aacb45b198c)) diff --git a/packages/ui-graphs/package.json b/packages/ui-graphs/package.json index 1060174bce..3d91cbd67a 100644 --- a/packages/ui-graphs/package.json +++ b/packages/ui-graphs/package.json @@ -1,6 +1,6 @@ { "name": "ui-graphs", - "version": "1.0.0", + "version": "1.1.0", "license": "GPL-3.0-only", "type": "module", "scripts": { diff --git a/packages/ui-identity/CHANGELOG.md b/packages/ui-identity/CHANGELOG.md new file mode 100644 index 0000000000..e8b9355eb7 --- /dev/null +++ b/packages/ui-identity/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/ui-identity-v1.0.0...ui-identity-v1.1.0) (2025-02-15) + + +### 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)) +* **ux:** Plug role identities into `Pools` canvas, improve identity handling ([#2481](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2481)) ([dd576b5](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/dd576b58eb10c2855ab51d67b283f7c783c2d101)) diff --git a/packages/ui-identity/package.json b/packages/ui-identity/package.json index e9bcf755a4..88b3468d5b 100644 --- a/packages/ui-identity/package.json +++ b/packages/ui-identity/package.json @@ -1,6 +1,6 @@ { "name": "ui-identity", - "version": "1.0.0", + "version": "1.1.0", "license": "GPL-3.0-only", "type": "module", "scripts": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md new file mode 100644 index 0000000000..40a24d6900 --- /dev/null +++ b/packages/utils/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.1.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/utils-v1.0.0...utils-v1.1.0) (2025-02-15) + + +### Features + +* **refactor:** Pool rewards to controller, pool types to `types` package ([#2344](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2344)) ([437ffe4](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/437ffe4cca9ac23fe412cec68f59ee095f1e195f)) +* **refactor:** Remove semi ([#2356](https://github.com/polkadot-cloud/polkadot-staking-dashboard/issues/2356)) ([4c10b19](https://github.com/polkadot-cloud/polkadot-staking-dashboard/commit/4c10b192612f557128b3eb23af68a24a993f41e7)) diff --git a/packages/utils/package.json b/packages/utils/package.json index cd85e7518e..98c064f566 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "utils", - "version": "1.0.0", + "version": "1.1.0", "license": "GPL-3.0-only", "type": "module", "main": "src/index.ts",