Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jan 19, 2025
1 parent adcbc97 commit ca6a0bd
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
6 changes: 3 additions & 3 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/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"
}
13 changes: 13 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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
8 changes: 8 additions & 0 deletions packages/locales/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/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)


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
7 changes: 7 additions & 0 deletions packages/ui-core/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/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)


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

0 comments on commit ca6a0bd

Please sign in to comment.