From 539b0fa3abd1fdbbbab3575ee8079c231e03fd05 Mon Sep 17 00:00:00 2001 From: Luka Jeran Date: Tue, 13 Aug 2024 16:52:36 +0200 Subject: [PATCH] Assemble changes for 2.0.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tadej Janež --- .changelog/2018.trivial.md | 1 - .changelog/2019.trivial.md | 1 - .changelog/2021.internal.md | 1 - .changelog/2022.bugfix.md | 1 - .changelog/2024.bugfix.md | 1 - .changelog/2025.trivial.md | 1 - .changelog/2026.bugfix.md | 1 - .changelog/2028.trivial.md | 1 - .changelog/2029.internal.md | 1 - .changelog/2031.bugfix.md | 1 - .changelog/2032.trivial.md | 1 - .changelog/2037.trivial.md | 1 - CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- public/manifest.json | 2 +- 15 files changed, 31 insertions(+), 14 deletions(-) delete mode 100644 .changelog/2018.trivial.md delete mode 100644 .changelog/2019.trivial.md delete mode 100644 .changelog/2021.internal.md delete mode 100644 .changelog/2022.bugfix.md delete mode 100644 .changelog/2024.bugfix.md delete mode 100644 .changelog/2025.trivial.md delete mode 100644 .changelog/2026.bugfix.md delete mode 100644 .changelog/2028.trivial.md delete mode 100644 .changelog/2029.internal.md delete mode 100644 .changelog/2031.bugfix.md delete mode 100644 .changelog/2032.trivial.md delete mode 100644 .changelog/2037.trivial.md diff --git a/.changelog/2018.trivial.md b/.changelog/2018.trivial.md deleted file mode 100644 index d597603482..0000000000 --- a/.changelog/2018.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Consistently style active and hovered buttons in nav bars diff --git a/.changelog/2019.trivial.md b/.changelog/2019.trivial.md deleted file mode 100644 index 91a2861253..0000000000 --- a/.changelog/2019.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Fix theme switcher icon size diff --git a/.changelog/2021.internal.md b/.changelog/2021.internal.md deleted file mode 100644 index dcb424d526..0000000000 --- a/.changelog/2021.internal.md +++ /dev/null @@ -1 +0,0 @@ -Exclude manifest.json from towncrier check diff --git a/.changelog/2022.bugfix.md b/.changelog/2022.bugfix.md deleted file mode 100644 index e6a823c227..0000000000 --- a/.changelog/2022.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Don't detect pending transactions if no nonce in 20 latest transactions diff --git a/.changelog/2024.bugfix.md b/.changelog/2024.bugfix.md deleted file mode 100644 index ae62f7688f..0000000000 --- a/.changelog/2024.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Change menu colors diff --git a/.changelog/2025.trivial.md b/.changelog/2025.trivial.md deleted file mode 100644 index 11d9631e36..0000000000 --- a/.changelog/2025.trivial.md +++ /dev/null @@ -1 +0,0 @@ -List and describe the 3 deploys (production, staging and dev) in README diff --git a/.changelog/2026.bugfix.md b/.changelog/2026.bugfix.md deleted file mode 100644 index 44e4e09779..0000000000 --- a/.changelog/2026.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix footer to work with existing translations diff --git a/.changelog/2028.trivial.md b/.changelog/2028.trivial.md deleted file mode 100644 index 39f82932f1..0000000000 --- a/.changelog/2028.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Make background hover indicator on menu items darker in light theme diff --git a/.changelog/2029.internal.md b/.changelog/2029.internal.md deleted file mode 100644 index f39854b94b..0000000000 --- a/.changelog/2029.internal.md +++ /dev/null @@ -1 +0,0 @@ -Fix noGoogleTranslateCrashingSyntax to use shallow :has(>...) diff --git a/.changelog/2031.bugfix.md b/.changelog/2031.bugfix.md deleted file mode 100644 index 7ef283f5b5..0000000000 --- a/.changelog/2031.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix display of delegations to non-validators diff --git a/.changelog/2032.trivial.md b/.changelog/2032.trivial.md deleted file mode 100644 index 2bbc4d3995..0000000000 --- a/.changelog/2032.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Migrate `docker-compose` to `docker compose` to fix cypress e2e diff --git a/.changelog/2037.trivial.md b/.changelog/2037.trivial.md deleted file mode 100644 index 5ec4edd069..0000000000 --- a/.changelog/2037.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Fix privateToEthAddress in jest diff --git a/CHANGELOG.md b/CHANGELOG.md index 303596f631..840707e676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,35 @@ The format is inspired by [Keep a Changelog]. +## 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 diff --git a/package.json b/package.json index efe023cac6..4292519a44 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/manifest.json b/public/manifest.json index 1827c6ce03..7b79d32e0f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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",