From 42402998ab49c28c2f35471f8e5bce295c7957ee Mon Sep 17 00:00:00 2001 From: SondreB Date: Tue, 8 Aug 2023 20:30:46 +0200 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 27 +++++++++++++++++++ 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, 36 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d14afeb8..7250f68c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## 1.0.33 (2023-08-08) + +* 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)) + + + +## 1.0.32 (2023-07-19) + +* 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)) + + + ## 1.0.31 (2023-07-10) * Fix null reference bug for new accounts in new wallets ([0dce440](https://github.com/block-core/blockcore-wallet/commit/0dce440)) diff --git a/angular/src/manifest/blockcore/manifest.json b/angular/src/manifest/blockcore/manifest.json index 755470b4..be666265 100644 --- a/angular/src/manifest/blockcore/manifest.json +++ b/angular/src/manifest/blockcore/manifest.json @@ -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", diff --git a/angular/src/manifest/blockcore/manifest.webmanifest b/angular/src/manifest/blockcore/manifest.webmanifest index 2efb35e8..55140363 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": "1.0.32", + "version": "1.0.33", "author": "Blockcore", "display": "standalone", "theme_color": "#22a893", diff --git a/angular/src/manifest/coinvault/manifest.json b/angular/src/manifest/coinvault/manifest.json index ff1c7983..aa225cff 100644 --- a/angular/src/manifest/coinvault/manifest.json +++ b/angular/src/manifest/coinvault/manifest.json @@ -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", diff --git a/angular/src/manifest/coinvault/manifest.webmanifest b/angular/src/manifest/coinvault/manifest.webmanifest index 91bed2a9..81a3a873 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": "1.0.32", + "version": "1.0.33", "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 0f994bfc..08379d5a 100644 --- a/angular/src/manifest/smartcityplatform/manifest.json +++ b/angular/src/manifest/smartcityplatform/manifest.json @@ -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", diff --git a/angular/src/manifest/smartcityplatform/manifest.webmanifest b/angular/src/manifest/smartcityplatform/manifest.webmanifest index b186a5fe..7fcf9df7 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": "1.0.32", + "version": "1.0.33", "author": "City Chain Foundation", "display": "standalone", "theme_color": "#DFAB3C", diff --git a/package-lock.json b/package-lock.json index 04841634..8fb1d342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "blockcore-wallet", - "version": "1.0.32", + "version": "1.0.33", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "blockcore-wallet", - "version": "1.0.32", + "version": "1.0.33", "dependencies": { "@angular/animations": "14.2.1", "@angular/cdk": "14.2.1", diff --git a/package.json b/package.json index de893277..e6449eb4 100644 --- a/package.json +++ b/package.json @@ -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\"",