From 8156d8960b39d9391152fe7a2c2c7225659f8737 Mon Sep 17 00:00:00 2001 From: Max Strasinsky <98811342+mstrasinskis@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:04:41 +0100 Subject: [PATCH] Update changelog after release (#5760) # Motivation A release has been deployed to production. # Changes - Changelog - split out the changes included in the release. - Increment the patch version of the nns-dapp. --- CHANGELOG-Nns-Dapp-unreleased.md | 3 --- CHANGELOG-Nns-Dapp.md | 14 ++++++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- 6 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG-Nns-Dapp-unreleased.md b/CHANGELOG-Nns-Dapp-unreleased.md index 560fada2654..15f967c1563 100644 --- a/CHANGELOG-Nns-Dapp-unreleased.md +++ b/CHANGELOG-Nns-Dapp-unreleased.md @@ -14,11 +14,8 @@ proposal is successful, the changes it released will be moved from this file to #### Added -* Add navigation between neuron detail pages. - #### Changed -* Updated the dark theme and page icons. * Claim unclaimed neurons from the frontend instead of the backend. #### Deprecated diff --git a/CHANGELOG-Nns-Dapp.md b/CHANGELOG-Nns-Dapp.md index 6c4709eeb70..938f8bb874c 100644 --- a/CHANGELOG-Nns-Dapp.md +++ b/CHANGELOG-Nns-Dapp.md @@ -11,6 +11,20 @@ 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 134037 + +### Application + +#### Added + +* Add navigation between neuron detail pages. + +#### Changed + +* Updated the dark theme and page icons. + +### Operations + ## Proposal 133898 ### Application diff --git a/Cargo.lock b/Cargo.lock index 6226d5ee1de..885f69a3c93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3783,7 +3783,7 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "nns-dapp" -version = "2.0.93" +version = "2.0.94" dependencies = [ "anyhow", "base64 0.22.1", @@ -4275,7 +4275,7 @@ dependencies = [ [[package]] name = "proposals" -version = "2.0.93" +version = "2.0.94" dependencies = [ "anyhow", "candid", @@ -4960,7 +4960,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sns_aggregator" -version = "2.0.93" +version = "2.0.94" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index d9ba2cf27db..9ac57a67200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ resolver = "2" [workspace.package] -version = "2.0.93" +version = "2.0.94" [workspace.dependencies] ic-cdk = "0.17.0" diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7c07a215cfb..ae1d5f9130a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/nns-dapp", - "version": "2.0.93", + "version": "2.0.94", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/nns-dapp", - "version": "2.0.93", + "version": "2.0.94", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@dfinity/agent": "^2.1.3", diff --git a/frontend/package.json b/frontend/package.json index 257ecb385a5..8eba9e3d408 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/nns-dapp", - "version": "2.0.93", + "version": "2.0.94", "private": true, "license": "SEE LICENSE IN LICENSE.md", "scripts": {