Skip to content

Commit

Permalink
Merge pull request #2036 from oasisprotocol/lw/release2
Browse files Browse the repository at this point in the history
Assemble changes for 2.0.0 release
  • Loading branch information
lukaw3d authored Aug 13, 2024
2 parents 7fe40c6 + 539b0fa commit ca6d6ff
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 14 deletions.
1 change: 0 additions & 1 deletion .changelog/2018.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2019.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2021.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2022.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2024.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2025.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2026.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2028.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2029.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2031.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2032.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2037.trivial.md

This file was deleted.

29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,35 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 2.0.0 (2024-08-13)

### Spotlight changes

- Transition the **ROSE Wallet - Browser Extension** to this common code base
- Initial version of the **ROSE Wallet - Android Mobile App**

### Bug Fixes and Improvements

- Don't detect pending transactions if no nonce in 20 latest transactions
([#2022](https://github.com/oasisprotocol/oasis-wallet-web/issues/2022))

- Change menu colors
([#2024](https://github.com/oasisprotocol/oasis-wallet-web/issues/2024))

- Fix footer to work with existing translations
([#2026](https://github.com/oasisprotocol/oasis-wallet-web/issues/2026))

- Fix display of delegations to non-validators
([#2031](https://github.com/oasisprotocol/oasis-wallet-web/issues/2031))

### Internal Changes

- Exclude manifest.json from towncrier check
([#2021](https://github.com/oasisprotocol/oasis-wallet-web/issues/2021))

- Fix `noGoogleTranslateCrashingSyntax` to use shallow `:has(>...)`
([#2029](https://github.com/oasisprotocol/oasis-wallet-web/issues/2029))

## 1.12.0 (2024-07-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json",
"name": "@oasisprotocol/rose-wallet",
"version": "1.12.0",
"version": "2.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"manifest_version": 2,
"version": "1.12.0",
"version": "2.0.0",
"default_locale": "en",
"icons": {
"16": "./Icon Blue 512.png",
Expand Down

0 comments on commit ca6d6ff

Please sign in to comment.