diff --git a/CHANGELOG-Nns-Dapp-unreleased.md b/CHANGELOG-Nns-Dapp-unreleased.md index 7d4fe8dbdd3..5c9cd546c2d 100644 --- a/CHANGELOG-Nns-Dapp-unreleased.md +++ b/CHANGELOG-Nns-Dapp-unreleased.md @@ -14,28 +14,14 @@ proposal is successful, the changes it released will be moved from this file to #### Added -* Added `get_tvl` method to `nns-dapp` canister. -* Display of principal Id and main ICP account Id in the account menu. - #### Changed -* Changes for cleaning up the stable structure migration. -* Move Canisters button from sidebar to account menu. -* Move GitHub button from account menu to sidebar. -* Reduce calls to `sns-governance` canister by getting `nervous_system_parameters` from the aggregator instead. -* Move theme toggle from account menu to sidebar. -* The `Markdown` UI component was migrated to `@dfinity/gix-components`. - #### Deprecated #### Removed -* Stop making unnecessary calls to load the SNS proposal every time we load the derived state. - #### Fixed -* Fixed a bug where a performance counter in `init` is wiped during state initialization. -* Bug with parsing nervous system parameters from aborted SNSes. * Bug where neurons are displayed as eligible to vote, even though they have already voted. #### Security @@ -52,8 +38,6 @@ proposal is successful, the changes it released will be moved from this file to #### Removed -* Removed unused `pocket-ic` dependency. - #### Fixed #### Security diff --git a/CHANGELOG-Nns-Dapp.md b/CHANGELOG-Nns-Dapp.md index aed841d4fb1..5c2c8ae95de 100644 --- a/CHANGELOG-Nns-Dapp.md +++ b/CHANGELOG-Nns-Dapp.md @@ -11,6 +11,39 @@ The NNS Dapp is released through proposals in the Network Nervous System. Theref Unreleased changes are added to `CHANGELOG-Nns-Dapp-unreleased.md` and moved here after a successful release. +## Proposal 133306 + +### Application + +#### Added + +* Added `get_tvl` method to `nns-dapp` canister. +* Display of principal Id and main ICP account Id in the account menu. + +#### Changed + +* Changes for cleaning up the stable structure migration. +* Move Canisters button from sidebar to account menu. +* Move GitHub button from account menu to sidebar. +* Reduce calls to `sns-governance` canister by getting `nervous_system_parameters` from the aggregator instead. +* Move theme toggle from account menu to sidebar. +* The `Markdown` UI component was migrated to `@dfinity/gix-components`. + +#### Removed + +* Stop making unnecessary calls to load the SNS proposal every time we load the derived state. + +#### Fixed + +* Fixed a bug where a performance counter in `init` is wiped during state initialization. +* Bug with parsing nervous system parameters from aborted SNSes. + +### Operations + +#### Removed + +* Removed unused `pocket-ic` dependency. + ## Proposal 133098 ### Application diff --git a/Cargo.lock b/Cargo.lock index 7b90c2e7fe4..0253274854b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3848,7 +3848,7 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "nns-dapp" -version = "2.0.90" +version = "2.0.91" dependencies = [ "anyhow", "base64 0.22.1", @@ -4346,7 +4346,7 @@ dependencies = [ [[package]] name = "proposals" -version = "2.0.90" +version = "2.0.91" dependencies = [ "anyhow", "candid", @@ -5031,7 +5031,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sns_aggregator" -version = "2.0.90" +version = "2.0.91" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index fe34704ec6e..ccd43266927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ resolver = "2" [workspace.package] -version = "2.0.90" +version = "2.0.91" [workspace.dependencies] ic-cdk = "0.16.0" diff --git a/frontend/package-lock.json b/frontend/package-lock.json index aa7e322b243..91511bac2e4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/nns-dapp", - "version": "2.0.90", + "version": "2.0.91", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/nns-dapp", - "version": "2.0.90", + "version": "2.0.91", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@dfinity/agent": "^2.1.1", diff --git a/frontend/package.json b/frontend/package.json index 88c7ffd7376..eb41f37a686 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/nns-dapp", - "version": "2.0.90", + "version": "2.0.91", "private": true, "license": "SEE LICENSE IN LICENSE.md", "scripts": {