From d3179c1dbb3b01cc01663496003abf72f9401e60 Mon Sep 17 00:00:00 2001 From: Konstantin Shuplenkov Date: Mon, 13 Dec 2021 17:44:06 +0300 Subject: [PATCH] chore(release): update changelog and version to 0.21.6 --- CHANGELOG.md | 32 ++++++++++++++++++++ package.json | 2 +- packages/dapi-grpc/package.json | 2 +- packages/dapi/package.json | 2 +- packages/dashmate/package.json | 2 +- packages/dashpay-contract/package.json | 2 +- packages/dpns-contract/package.json | 2 +- packages/feature-flags-contract/package.json | 2 +- packages/js-dapi-client/package.json | 2 +- packages/js-dash-sdk/package.json | 2 +- packages/js-dpp/package.json | 2 +- packages/js-drive/package.json | 2 +- packages/js-grpc-common/package.json | 2 +- packages/platform-test-suite/package.json | 2 +- packages/wallet-lib/package.json | 2 +- 15 files changed, 46 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b34c5b4abde..191e4d08c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +### [0.21.6](https://github.com/dashevo/platform/compare/v0.21.5...v0.21.6) (2021-12-13) + + +### Bug Fixes + +* **dashmate:** RPC error on stopping node ([#61](https://github.com/dashevo/platform/issues/61)) +* **wallet-lib:** "Failure: Type not convertible to Uint8Array" ([#60](https://github.com/dashevo/platform/issues/60)) +* **wallet-lib:** eventemitter memory leak ([#56](https://github.com/dashevo/platform/issues/56)) +* **wallet-lib:** invalid deserialization of persistent storage ([#76](https://github.com/dashevo/platform/issues/76)) + + +### Documentation + +* publish consolidated docs using mkdocs ([#42](https://github.com/dashevo/platform/issues/42)) + + +### Miscellaneous Chores + +* changelogs generation script ([#62](https://github.com/dashevo/platform/issues/62)) +* enable yarn PnP to achieve zero installs ([#63](https://github.com/dashevo/platform/issues/63)) +* exit if some env variables are empty during setup ([#75](https://github.com/dashevo/platform/issues/75)) +* fix `test:drive` script ([#78](https://github.com/dashevo/platform/issues/78)) +* migrate from NPM to Yarn 3 ([#50](https://github.com/dashevo/platform/issues/50)) +* remove temporary reset script ([#64](https://github.com/dashevo/platform/issues/64)) +* update oclif and remove pnpify ([#73](https://github.com/dashevo/platform/issues/73)) + + +### Build System + +* fix bash syntax issue in release script ([#79](https://github.com/dashevo/platform/issues/79)) +* release process automation ([#67](https://github.com/dashevo/platform/issues/67)) + ## [0.21.5](https://github.com/dashevo/platform/compare/v0.21.4...v0.21.5) (2021-11-25) diff --git a/package.json b/package.json index 54d38d11a8b..acd3e35bcf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/platform", - "version": "0.21.5", + "version": "0.21.6", "private": true, "scripts": { "setup": "yarn install && yarn run build && yarn run configure", diff --git a/packages/dapi-grpc/package.json b/packages/dapi-grpc/package.json index 735bfb2b647..a1dcb77ac2d 100644 --- a/packages/dapi-grpc/package.json +++ b/packages/dapi-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-grpc", - "version": "0.21.5", + "version": "0.21.6", "description": "DAPI GRPC definition file and generated clients", "browser": "browser.js", "main": "node.js", diff --git a/packages/dapi/package.json b/packages/dapi/package.json index 8647519cbac..97bb3d71f98 100644 --- a/packages/dapi/package.json +++ b/packages/dapi/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/dapi", "private": true, - "version": "0.21.5", + "version": "0.21.6", "description": "A decentralized API for the Dash network", "scripts": { "api": "node scripts/api.js", diff --git a/packages/dashmate/package.json b/packages/dashmate/package.json index 8715c4fe262..aec2efba8a3 100644 --- a/packages/dashmate/package.json +++ b/packages/dashmate/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/dashmate", "private": true, - "version": "0.21.5", + "version": "0.21.6", "description": "Distribution package for Dash Masternode installation", "main": "src/index.js", "scripts": { diff --git a/packages/dashpay-contract/package.json b/packages/dashpay-contract/package.json index f8892a4bb04..86b9da96489 100644 --- a/packages/dashpay-contract/package.json +++ b/packages/dashpay-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dashpay-contract", - "version": "0.21.5", + "version": "0.21.6", "description": "Reference contract of the DashPay DPA on Dash Evolution", "scripts": { "lint": "eslint .", diff --git a/packages/dpns-contract/package.json b/packages/dpns-contract/package.json index c40d7c223d6..08ad39eaf91 100644 --- a/packages/dpns-contract/package.json +++ b/packages/dpns-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpns-contract", - "version": "0.21.5", + "version": "0.21.6", "description": "A contract and helper scripts for DPNS DApp", "scripts": { "lint": "eslint .", diff --git a/packages/feature-flags-contract/package.json b/packages/feature-flags-contract/package.json index 01f96fe8bc3..d82ed032fdf 100644 --- a/packages/feature-flags-contract/package.json +++ b/packages/feature-flags-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/feature-flags-contract", - "version": "0.21.5", + "version": "0.21.6", "description": "Data Contract to store Dash Platform feature flags", "scripts": { "build": "", diff --git a/packages/js-dapi-client/package.json b/packages/js-dapi-client/package.json index e04285c7401..4fa5ae89952 100644 --- a/packages/js-dapi-client/package.json +++ b/packages/js-dapi-client/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-client", - "version": "0.21.5", + "version": "0.21.6", "description": "Client library used to access Dash DAPI endpoints", "main": "lib/DAPIClient.js", "contributors": [ diff --git a/packages/js-dash-sdk/package.json b/packages/js-dash-sdk/package.json index ce0f2a33ed1..df65baff25d 100644 --- a/packages/js-dash-sdk/package.json +++ b/packages/js-dash-sdk/package.json @@ -1,6 +1,6 @@ { "name": "dash", - "version": "3.21.5", + "version": "3.21.6", "description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)", "main": "build/src/index.js", "unpkg": "dist/dash.min.js", diff --git a/packages/js-dpp/package.json b/packages/js-dpp/package.json index 95ed446ec5a..0e02defadb5 100644 --- a/packages/js-dpp/package.json +++ b/packages/js-dpp/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpp", - "version": "0.21.5", + "version": "0.21.6", "description": "The JavaScript implementation of the Dash Platform Protocol", "scripts": { "lint": "eslint .", diff --git a/packages/js-drive/package.json b/packages/js-drive/package.json index 06a834abe70..a4ef3f7f9b8 100644 --- a/packages/js-drive/package.json +++ b/packages/js-drive/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/drive", "private": true, - "version": "0.21.5", + "version": "0.21.6", "description": "Replicated state machine for Dash Platform", "engines": { "node": ">=12" diff --git a/packages/js-grpc-common/package.json b/packages/js-grpc-common/package.json index 9d5d521a479..11b9ad94401 100644 --- a/packages/js-grpc-common/package.json +++ b/packages/js-grpc-common/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/grpc-common", - "version": "0.21.5", + "version": "0.21.6", "description": "Common GRPC library", "main": "index.js", "scripts": { diff --git a/packages/platform-test-suite/package.json b/packages/platform-test-suite/package.json index e3a00183ecf..0de2aa86f42 100644 --- a/packages/platform-test-suite/package.json +++ b/packages/platform-test-suite/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/platform-test-suite", "private": true, - "version": "0.21.5", + "version": "0.21.6", "description": "Dash Network end-to-end tests", "scripts": { "test": "mocha './test/**/*.spec.js'", diff --git a/packages/wallet-lib/package.json b/packages/wallet-lib/package.json index d3d5be18309..4e6aa0ed3bc 100644 --- a/packages/wallet-lib/package.json +++ b/packages/wallet-lib/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wallet-lib", - "version": "7.21.5", + "version": "7.21.6", "description": "Light wallet library for Dash", "main": "src/index.js", "unpkg": "dist/wallet-lib.min.js",