Skip to content

Commit 0773363

Browse files
authored
Update changelog after release (#6918)
# 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.
1 parent b80c5fd commit 0773363

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

CHANGELOG-Nns-Dapp-unreleased.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ proposal is successful, the changes it released will be moved from this file to
1414

1515
#### Added
1616

17-
* Privacy mode controls in the Command Palette
1817
* Visual feedback on copy to clipboard actions
1918

2019
#### Changed
2120

22-
* Styles for the SNS Projects Portfolio Cards
23-
* Improved voting status display with conditions progress indicators
24-
2521
#### Deprecated
2622

2723
#### Removed

CHANGELOG-Nns-Dapp.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ The NNS Dapp is released through proposals in the Network Nervous System. Theref
1111
Unreleased changes are added to `CHANGELOG-Nns-Dapp-unreleased.md` and moved
1212
here after a successful release.
1313

14+
## Proposal 136785
15+
16+
### Application
17+
18+
#### Added
19+
20+
* Privacy mode controls in the Command Palette
21+
22+
#### Changed
23+
24+
* Styles for the SNS Projects Portfolio Cards
25+
* Improved voting status display with conditions progress indicators
26+
27+
### Operations
28+
1429
## Proposal 136737
1530

1631
### Application

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "2.0.116"
10+
version = "2.0.117"
1111

1212
[workspace.dependencies]
1313
ic-cdk = "0.17.1"

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/nns-dapp",
3-
"version": "2.0.116",
3+
"version": "2.0.117",
44
"private": true,
55
"license": "SEE LICENSE IN LICENSE.md",
66
"scripts": {

0 commit comments

Comments
 (0)