Skip to content

Commit c04888a

Browse files
authored
Update changelog after release (#7285)
# 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 62816c5 commit c04888a

File tree

6 files changed

+22
-12
lines changed

6 files changed

+22
-12
lines changed

CHANGELOG-Nns-Dapp-unreleased.md

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

1515
#### Added
1616

17-
* New staking reward card and table data in the portfolio page.
18-
* New tables subtitles in staking and tokens pages.
19-
2017
#### Changed
2118

22-
- Split Tokens and Projects tables by type.
23-
2419
#### Deprecated
2520

2621
#### 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 137911
15+
16+
### Application
17+
18+
#### Added
19+
20+
* New staking reward card and table data in the portfolio page.
21+
* New tables subtitles in staking and tokens pages.
22+
23+
#### Changed
24+
25+
- Split Tokens and Projects tables by type.
26+
27+
### Operations
28+
1429
## Proposal 137363
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.122"
10+
version = "2.0.123"
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.122",
3+
"version": "2.0.123",
44
"private": true,
55
"license": "SEE LICENSE IN LICENSE.md",
66
"scripts": {

0 commit comments

Comments
 (0)