Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 25, 2022
1 parent 506732b commit 7ea0887
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,24 @@
## <small>0.0.72 (2022-09-25)</small>

* 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))



## <small>0.0.71 (2022-09-20)</small>

* Add all nameservers to primary server group ([5aa3ebb](https://github.com/block-core/blockcore-wallet/commit/5aa3ebb))
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion angular/src/manifest/blockcore/manifest.webmanifest
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion angular/src/manifest/coinvault/manifest.webmanifest
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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 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\"",
Expand Down

0 comments on commit 7ea0887

Please sign in to comment.