From ca6a0bd5d194333872c8f833947ca81ebbae72e6 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Sun, 19 Jan 2025 20:30:16 +0700 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- packages/app/CHANGELOG.md | 13 +++++++++++++ packages/app/package.json | 2 +- packages/locales/CHANGELOG.md | 8 ++++++++ packages/locales/package.json | 2 +- packages/ui-core/CHANGELOG.md | 7 +++++++ packages/ui-core/package.json | 2 +- 7 files changed, 34 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d810f1d6d..f6a47cd59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { - "packages/ui-core": "1.1.0", + "packages/ui-core": "1.2.0", "packages/types": "1.1.0", "packages/consts": "1.1.0", "packages/assets": "1.1.0", - "packages/locales": "1.1.0", + "packages/locales": "1.2.0", "packages/styles": "1.1.0", "packages/plugin-staking-api": "1.1.0", "packages/ui-overlay": "1.1.0", "packages/ui-buttons": "1.1.0", - "packages/app": "1.8.0" + "packages/app": "1.9.0" } diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index c142ba5af..d2194ec27 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.9.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/app-v1.8.0...app-v1.9.0) (2025-01-19) + + +### Features + +* 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)) + + +### 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 b0122b7fb..d0557cd4d 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/locales/CHANGELOG.md b/packages/locales/CHANGELOG.md index 44649664e..d9ccbf6d6 100644 --- a/packages/locales/CHANGELOG.md +++ b/packages/locales/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/polkadot-cloud/polkadot-staking-dashboard/compare/locales-v1.1.0...locales-v1.2.0) (2025-01-19) + + +### Features + +* 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)) + ## [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 938af045e..71f6500e4 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/ui-core/CHANGELOG.md b/packages/ui-core/CHANGELOG.md index debd1db28..d20f781b1 100644 --- a/packages/ui-core/CHANGELOG.md +++ b/packages/ui-core/CHANGELOG.md @@ -1,5 +1,12 @@ # 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-19) + + +### Features + +* 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)) + ## [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 311498a89..3661629ff 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": {