From 7ea0887c71b2b2fd78bcc8eb2aa214518085d5b9 Mon Sep 17 00:00:00 2001 From: SondreB Date: Sun, 25 Sep 2022 20:23:44 +0200 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 21 +++++++++++++++++++ angular/src/manifest/blockcore/manifest.json | 2 +- .../manifest/blockcore/manifest.webmanifest | 2 +- angular/src/manifest/coinvault/manifest.json | 2 +- .../manifest/coinvault/manifest.webmanifest | 2 +- .../manifest/smartcityplatform/manifest.json | 2 +- .../smartcityplatform/manifest.webmanifest | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 9 files changed, 30 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f92b5f4..d13298e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 0.0.72 (2022-09-25) + +* Add language selection to top-menu bar ([7dfbd44](https://github.com/block-core/blockcore-wallet/commit/7dfbd44)) +* Add language selector component ([1cd1906](https://github.com/block-core/blockcore-wallet/commit/1cd1906)) +* Add more translations to wallet create view ([35e70e6](https://github.com/block-core/blockcore-wallet/commit/35e70e6)) +* Added right to left support in css files (#244) ([ae0285b](https://github.com/block-core/blockcore-wallet/commit/ae0285b)), closes [#244](https://github.com/block-core/blockcore-wallet/issues/244) +* Automatically select the last account when one account is removed ([7729a89](https://github.com/block-core/blockcore-wallet/commit/7729a89)) +* Change resource key for "Receive" on account ([3202fd7](https://github.com/block-core/blockcore-wallet/commit/3202fd7)) +* Debug logging cleanup ([506732b](https://github.com/block-core/blockcore-wallet/commit/506732b)), closes [#245](https://github.com/block-core/blockcore-wallet/issues/245) +* Filter production networks for Blockcore Wallet ([687f0c2](https://github.com/block-core/blockcore-wallet/commit/687f0c2)) +* Fix an issue with binding error in debug mode ([dbd5e10](https://github.com/block-core/blockcore-wallet/commit/dbd5e10)) +* Greek Language (#240) ([20c3284](https://github.com/block-core/blockcore-wallet/commit/20c3284)), closes [#240](https://github.com/block-core/blockcore-wallet/issues/240) +* Greek Recovery phrase (#243) ([0ea75f8](https://github.com/block-core/blockcore-wallet/commit/0ea75f8)), closes [#243](https://github.com/block-core/blockcore-wallet/issues/243) +* Reset the memo when doing a new payment ([558d1d4](https://github.com/block-core/blockcore-wallet/commit/558d1d4)) +* Translate a single entry in the app ([ae97b76](https://github.com/block-core/blockcore-wallet/commit/ae97b76)) +* Unify the Bitcoin network into a single type ([9306bb0](https://github.com/block-core/blockcore-wallet/commit/9306bb0)) +* Update version and changelog ([865f217](https://github.com/block-core/blockcore-wallet/commit/865f217)) +* Use the address format to set purpose (44 or 84) ([f0d067d](https://github.com/block-core/blockcore-wallet/commit/f0d067d)) + + + ## 0.0.71 (2022-09-20) * Add all nameservers to primary server group ([5aa3ebb](https://github.com/block-core/blockcore-wallet/commit/5aa3ebb)) diff --git a/angular/src/manifest/blockcore/manifest.json b/angular/src/manifest/blockcore/manifest.json index 0c2d82e5..f2bdeba8 100644 --- a/angular/src/manifest/blockcore/manifest.json +++ b/angular/src/manifest/blockcore/manifest.json @@ -1,6 +1,6 @@ { "name": "Blockcore Wallet", - "version": "0.0.72", + "version": "1.0.0", "manifest_version": 3, "description": "Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.", "author": "Blockcore", diff --git a/angular/src/manifest/blockcore/manifest.webmanifest b/angular/src/manifest/blockcore/manifest.webmanifest index 3f795df9..d039c5c6 100644 --- a/angular/src/manifest/blockcore/manifest.webmanifest +++ b/angular/src/manifest/blockcore/manifest.webmanifest @@ -4,7 +4,7 @@ "start_url": "./", "name": "Blockcore Wallet", "short_name": "Blockcore", - "version": "0.0.72", + "version": "1.0.0", "author": "Blockcore", "display": "standalone", "theme_color": "#22a893", diff --git a/angular/src/manifest/coinvault/manifest.json b/angular/src/manifest/coinvault/manifest.json index 021f9c6e..1e2962e5 100644 --- a/angular/src/manifest/coinvault/manifest.json +++ b/angular/src/manifest/coinvault/manifest.json @@ -1,6 +1,6 @@ { "name": "CoinVault", - "version": "0.0.72", + "version": "1.0.0", "manifest_version": 3, "description": "Non-Custodial wallet for Stratis, Cirrus, NFTs and more.", "author": "Softchains Ltd", diff --git a/angular/src/manifest/coinvault/manifest.webmanifest b/angular/src/manifest/coinvault/manifest.webmanifest index e6b86065..49b115ec 100644 --- a/angular/src/manifest/coinvault/manifest.webmanifest +++ b/angular/src/manifest/coinvault/manifest.webmanifest @@ -4,7 +4,7 @@ "start_url": "./", "name": "CoinVault", "short_name": "CoinVault", - "version": "0.0.72", + "version": "1.0.0", "author": "Softchains Ltd", "display": "standalone", "theme_color": "#206997", diff --git a/angular/src/manifest/smartcityplatform/manifest.json b/angular/src/manifest/smartcityplatform/manifest.json index 7197df84..2ceb0231 100644 --- a/angular/src/manifest/smartcityplatform/manifest.json +++ b/angular/src/manifest/smartcityplatform/manifest.json @@ -1,6 +1,6 @@ { "name": "Smart City Platform", - "version": "0.0.72", + "version": "1.0.0", "manifest_version": 3, "description": "Manage your citizenship, identity, properties, social network and more.", "author": "City Chain Foundation", diff --git a/angular/src/manifest/smartcityplatform/manifest.webmanifest b/angular/src/manifest/smartcityplatform/manifest.webmanifest index 48e0535a..3008d77c 100644 --- a/angular/src/manifest/smartcityplatform/manifest.webmanifest +++ b/angular/src/manifest/smartcityplatform/manifest.webmanifest @@ -4,7 +4,7 @@ "start_url": "./", "name": "Smart City Platform", "short_name": "SmartCityPlatform", - "version": "0.0.72", + "version": "1.0.0", "author": "City Chain Foundation", "display": "standalone", "theme_color": "#DFAB3C", diff --git a/package-lock.json b/package-lock.json index d4ca2c4f..2c60a4eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "blockcore-wallet", - "version": "0.0.72", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "blockcore-wallet", - "version": "0.0.72", + "version": "1.0.0", "dependencies": { "@angular/animations": "14.2.1", "@angular/cdk": "14.2.1", diff --git a/package.json b/package.json index 43d985d9..60cd8272 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcore-wallet", - "version": "0.0.72", + "version": "1.0.0", "description": "An Non-Custodial HD wallet in your browser for Coins, Tokens, Identities, NFTs and more", "scripts": { "version": "node -p \"require('./package.json').version\"",