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 Aug 8, 2023
1 parent a9c98cf commit 4240299
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 9 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## <small>1.0.33 (2023-08-08)</small>

* Ensure that database instance is opened on message and alarms ([a9c98cf](https://github.com/block-core/blockcore-wallet/commit/a9c98cf))
* Update lists ([762187e](https://github.com/block-core/blockcore-wallet/commit/762187e))



## <small>1.0.32 (2023-07-19)</small>

* Add a basic unit test for storage ([25a2656](https://github.com/block-core/blockcore-wallet/commit/25a2656))
* Add a comment regarding StorageService ([97f7f52](https://github.com/block-core/blockcore-wallet/commit/97f7f52))
* Add a static database instance and generic table ([924bbc7](https://github.com/block-core/blockcore-wallet/commit/924bbc7))
* Add basic DB-storage ([85f452e](https://github.com/block-core/blockcore-wallet/commit/85f452e))
* Create TEST.md ([6b5920e](https://github.com/block-core/blockcore-wallet/commit/6b5920e))
* Custom storage tables are not yet enabled, disable the tests ([87b9386](https://github.com/block-core/blockcore-wallet/commit/87b9386))
* Did some tests ([143afbf](https://github.com/block-core/blockcore-wallet/commit/143afbf))
* Enable only the bucket table for database ([0d00a83](https://github.com/block-core/blockcore-wallet/commit/0d00a83))
* Ensure quick migrate from storage to database ([82d7070](https://github.com/block-core/blockcore-wallet/commit/82d7070))
* Ensure that the database has been opened before each test ([f34c1af](https://github.com/block-core/blockcore-wallet/commit/f34c1af))
* Fix a null reference bug on executions info ([e8ad80f](https://github.com/block-core/blockcore-wallet/commit/e8ad80f))
* Implement IndexedDB storage for data ([111cf50](https://github.com/block-core/blockcore-wallet/commit/111cf50))
* Remove some debug logging ([d7f7ada](https://github.com/block-core/blockcore-wallet/commit/d7f7ada))
* Update storage.ts ([f5a04a0](https://github.com/block-core/blockcore-wallet/commit/f5a04a0))
* Update version and changelog ([89ad3b0](https://github.com/block-core/blockcore-wallet/commit/89ad3b0))



## <small>1.0.31 (2023-07-10)</small>

* Fix null reference bug for new accounts in new wallets ([0dce440](https://github.com/block-core/blockcore-wallet/commit/0dce440))
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.32",
"version": "1.0.33",
"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.32",
"version": "1.0.33",
"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.32",
"version": "1.0.33",
"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.32",
"version": "1.0.33",
"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.32",
"version": "1.0.33",
"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.32",
"version": "1.0.33",
"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.32",
"version": "1.0.33",
"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 4240299

Please sign in to comment.