Skip to content

Commit ef11225

Browse files
authored
Update changelog after release (#7705)
# 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 676804f commit ef11225

File tree

7 files changed

+18
-10
lines changed

7 files changed

+18
-10
lines changed

CHANGELOG-Nns-Dapp-unreleased.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ proposal is successful, the changes it released will be moved from this file to
1616

1717
#### Changed
1818

19-
- Migrated authentication to the new Internet Identity service at `id.ai` with guided upgrade flow enabled.
20-
2119
#### Deprecated
2220

2321
#### Removed

CHANGELOG-Nns-Dapp.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ 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 140184
15+
16+
### Application
17+
18+
#### Changed
19+
20+
- Migrated authentication to the new Internet Identity service at `id.ai` with guided upgrade flow enabled.
21+
22+
### Operations
23+
1424
## Proposal 140007
1525

1626
### 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.136"
10+
version = "2.0.137"
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.136",
3+
"version": "2.0.137",
44
"private": true,
55
"license": "SEE LICENSE IN LICENSE.md",
66
"scripts": {

scripts/canister_ids.mainnet.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"mainnet": "qaa6y-5yaaa-aaaaa-aaafa-cai"
2828
},
2929
"internet_identity": {
30-
"mainnet": "identity"
30+
"mainnet": "id"
3131
},
3232
"icp-swap": {
3333
"mainnet": "uvevg-iyaaa-aaaak-ac27q-cai"

0 commit comments

Comments
 (0)