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 Nov 29, 2022
1 parent 657d13a commit 56c5dbc
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 10 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## <small>1.0.6 (2022-11-28)</small>
## <small>1.0.7 (2022-11-29)</small>

* Enable Identity on Smart City Platform ([86fe03f](https://github.com/block-core/blockcore-wallet/commit/86fe03f))
* Fixed translation on Account.Login (#299) ([d1e55b7](https://github.com/block-core/blockcore-wallet/commit/d1e55b7)), closes [#299](https://github.com/block-core/blockcore-wallet/issues/299)
* Made "SignVerify" centered (#298) ([e739869](https://github.com/block-core/blockcore-wallet/commit/e739869)), closes [#298](https://github.com/block-core/blockcore-wallet/issues/298)
* Set purpose before re-calculate the derivation path ([b455ac7](https://github.com/block-core/blockcore-wallet/commit/b455ac7))
* Sidechain fee (#297) ([f9cfc85](https://github.com/block-core/blockcore-wallet/commit/f9cfc85)), closes [#297](https://github.com/block-core/blockcore-wallet/issues/297) [#294](https://github.com/block-core/blockcore-wallet/issues/294)
* Update diw-jwt dependency ([df3399b](https://github.com/block-core/blockcore-wallet/commit/df3399b))
* Update the network for JWK and KEY DID Methods ([657d13a](https://github.com/block-core/blockcore-wallet/commit/657d13a))
* Update the README with link to Guide and new animation ([b20f010](https://github.com/block-core/blockcore-wallet/commit/b20f010))
* Update version and changelog ([e07c2df](https://github.com/block-core/blockcore-wallet/commit/e07c2df))



## <small>1.0.6 (2022-11-27)</small>

* Add "SignVerify" to .json (#295) ([a3221d0](https://github.com/block-core/blockcore-wallet/commit/a3221d0)), closes [#295](https://github.com/block-core/blockcore-wallet/issues/295)
* Add basic publish of DID Document for did:is ([73dd6b4](https://github.com/block-core/blockcore-wallet/commit/73dd6b4))
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.7",
"version": "1.0.8",
"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.7",
"version": "1.0.8",
"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.7",
"version": "1.0.8",
"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.7",
"version": "1.0.8",
"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.7",
"version": "1.0.8",
"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.7",
"version": "1.0.8",
"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.7",
"version": "1.0.8",
"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 56c5dbc

Please sign in to comment.