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 Dec 2, 2022
1 parent 233eb07 commit d614986
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## <small>1.0.8 (2022-12-02)</small>

* Add City Chain Identity default account selection for Smart City Platform ([6249f85](https://github.com/block-core/blockcore-wallet/commit/6249f85))
* Add VC Request handler ([f492b08](https://github.com/block-core/blockcore-wallet/commit/f492b08))
* Change the lookup URL for identities to be a friendly URL ([3b1b20b](https://github.com/block-core/blockcore-wallet/commit/3b1b20b))
* Reduce number of time indexing is run to optimize performance and network traffic ([233eb07](https://github.com/block-core/blockcore-wallet/commit/233eb07))
* Update version and changelog ([56c5dbc](https://github.com/block-core/blockcore-wallet/commit/56c5dbc))



## <small>1.0.7 (2022-11-29)</small>

* Enable Identity on Smart City Platform ([86fe03f](https://github.com/block-core/blockcore-wallet/commit/86fe03f))
Expand Down
2 changes: 1 addition & 1 deletion angular/src/manifest/blockcore/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Blockcore Wallet",
"version": "1.0.8",
"version": "1.0.9",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start_url": "./",
"name": "Blockcore Wallet",
"short_name": "Blockcore",
"version": "1.0.8",
"version": "1.0.9",
"author": "Blockcore",
"display": "standalone",
"theme_color": "#22a893",
Expand Down
2 changes: 1 addition & 1 deletion angular/src/manifest/coinvault/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CoinVault",
"version": "1.0.8",
"version": "1.0.9",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start_url": "./",
"name": "CoinVault",
"short_name": "CoinVault",
"version": "1.0.8",
"version": "1.0.9",
"author": "Softchains Ltd",
"display": "standalone",
"theme_color": "#206997",
Expand Down
2 changes: 1 addition & 1 deletion angular/src/manifest/smartcityplatform/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Smart City Platform",
"version": "1.0.8",
"version": "1.0.9",
"manifest_version": 3,
"description": "Manage your citizenship, identity, properties, social network and more.",
"author": "City Chain Foundation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start_url": "./",
"name": "Smart City Platform",
"short_name": "SmartCityPlatform",
"version": "1.0.8",
"version": "1.0.9",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockcore-wallet",
"version": "1.0.8",
"version": "1.0.9",
"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 d614986

Please sign in to comment.