Skip to content

Commit 401416a

Browse files
authored
Update changelog after release (#6696)
# 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 3868c2c commit 401416a

6 files changed

+22
-12
lines changed

Diff for: CHANGELOG-Nns-Dapp-unreleased.md

-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ proposal is successful, the changes it released will be moved from this file to
1414

1515
#### Added
1616

17-
* Ongoing proposals for SNS projects on Portfolio page.
18-
* Command palette for faster app navigation.
19-
2017
#### Changed
2118

2219
#### Deprecated
@@ -25,8 +22,6 @@ proposal is successful, the changes it released will be moved from this file to
2522

2623
#### Fixed
2724

28-
* Token conversion rates when opening a transactions from the tokens page.
29-
3025
#### Security
3126

3227
#### Not Published

Diff for: CHANGELOG-Nns-Dapp.md

+15
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 136220
15+
16+
### Application
17+
18+
#### Added
19+
20+
* Ongoing proposals for SNS projects on Portfolio page.
21+
* Command palette for faster app navigation.
22+
23+
#### Fixed
24+
25+
* Token conversion rates when opening a transactions from the tokens page.
26+
27+
### Operations
28+
1429
## Proposal 136068
1530

1631
### Application

Diff for: Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "2.0.111"
10+
version = "2.0.112"
1111

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

Diff for: frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/nns-dapp",
3-
"version": "2.0.111",
3+
"version": "2.0.112",
44
"private": true,
55
"license": "SEE LICENSE IN LICENSE.md",
66
"scripts": {

0 commit comments

Comments
 (0)