Skip to content

Commit

Permalink
Update changelog after release (dfinity#4609)
Browse files Browse the repository at this point in the history
# Motivation

A release has been deployed to production.

# Changes

- Changelog - split out the changes included in the release + [custom
fix
entry](https://github.com/dfinity/nns-dapp/pull/4609/files#diff-9d543e5d87a67ec57eb53931d029ba6ce9b0aa358aea50f2e61c928f5f51253eR30).
- Increment the patch version of the nns-dapp.
  • Loading branch information
mstrasinskis authored Mar 11, 2024
1 parent 19f633d commit 18f0ebf
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 20 deletions.
13 changes: 0 additions & 13 deletions CHANGELOG-Nns-Dapp-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,14 @@ proposal is successful, the changes it released will be moved from this file to

#### Changed

* Refactored `icpAccountsStore` to be derived from separate stores.
* More readable error messages if `assert_eq` fails in tests.
* Wording changes for ineligible neurons description.

#### Deprecated

#### Removed

* Removed unreleased feature flag `ENABLE_ICP_ICRC`.

#### Fixed

* Don't reload transactions multiple times when closing the receive modal.

#### Security

#### Not Published
Expand All @@ -39,21 +33,14 @@ proposal is successful, the changes it released will be moved from this file to

#### Added

* Notify the maintainers if the docker build is not reproducible.

#### Changed

* Disambiguated the title of the docker reproducibility check.
* Change the number of accounts tested in `test-upgrade-map-stable` from 1000 to 20.
* Andrew will be making the release forum posts.

#### Deprecated

#### Removed

#### Fixed

* Adapted the docker reproducibility test to work with `upload-artifact@v4`.
* Make `JestPageObjectElement.selectOption` work with fake timers.

#### Security
34 changes: 34 additions & 0 deletions CHANGELOG-Nns-Dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,40 @@ 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 128297

### Application

#### Changed

* Refactored `icpAccountsStore` to be derived from separate stores.
* Wording changes for ineligible neurons description.

#### Removed

* Removed unreleased feature flag `ENABLE_ICP_ICRC`.

#### Fixed

* Don't reload transactions multiple times when closing the receive modal.
* Reload balance when opening NNS wallet.

### Operations

#### Added

* Notify the maintainers if the docker build is not reproducible.

#### Changed

* Disambiguated the title of the docker reproducibility check.
* Change the number of accounts tested in `test-upgrade-map-stable` from 1000 to 20.
* Andrew will be making the release forum posts.

#### Fixed

* Adapted the docker reproducibility test to work with `upload-artifact@v4`.

## Proposal 128153

### Application
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "2.0.68"
version = "2.0.69"

[workspace.dependencies]
ic-cdk = "0.9.2"
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/nns-dapp",
"version": "2.0.68",
"version": "2.0.69",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
Expand Down

0 comments on commit 18f0ebf

Please sign in to comment.