Skip to content

Commit 5144d1c

Browse files
author
Konstantin Shuplenkov
authored
chore(release): update changelog and version to 0.22.0-dev.10 (#277)
1 parent 686d68d commit 5144d1c

16 files changed

Lines changed: 22 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.22.0-dev.10](https://github.com/dashevo/platform/compare/v0.22.0-dev.9...v0.22.0-dev.10) (2022-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **dpp:** Invalid DER format public key ([#275](https://github.com/dashevo/platform/issues/275))
7+
18
## [0.22.0-dev.9](https://github.com/dashevo/platform/compare/v0.22.0-dev.8...v0.22.0-dev.9) (2022-03-04)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/platform",
3-
"version": "0.22.0-dev.9",
3+
"version": "0.22.0-dev.10",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn run build && yarn run configure",

packages/dapi-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dapi-grpc",
3-
"version": "0.22.0-dev.9",
3+
"version": "0.22.0-dev.10",
44
"description": "DAPI GRPC definition file and generated clients",
55
"browser": "browser.js",
66
"main": "node.js",

packages/dapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/dapi",
33
"private": true,
4-
"version": "0.22.0-dev.9",
4+
"version": "0.22.0-dev.10",
55
"description": "A decentralized API for the Dash network",
66
"scripts": {
77
"api": "node scripts/api.js",

packages/dashmate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashmate",
3-
"version": "0.22.0-dev.9",
3+
"version": "0.22.0-dev.10",
44
"description": "Distribution package for Dash Masternode installation",
55
"main": "src/index.js",
66
"scripts": {

packages/dashpay-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dashpay-contract",
3-
"version": "0.22.0-dev.9",
3+
"version": "0.22.0-dev.10",
44
"description": "Reference contract of the DashPay DPA on Dash Evolution",
55
"scripts": {
66
"lint": "eslint .",

packages/dpns-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dpns-contract",
3-
"version": "0.22.0-dev.9",
3+
"version": "0.22.0-dev.10",
44
"description": "A contract and helper scripts for DPNS DApp",
55
"scripts": {
66
"lint": "eslint .",

packages/feature-flags-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/feature-flags-contract",
3-
"version": "0.22.0-dev.9",
3+
"version": "0.22.0-dev.10",
44
"description": "Data Contract to store Dash Platform feature flags",
55
"scripts": {
66
"build": "",

packages/js-dapi-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dapi-client",
3-
"version": "0.22.0-dev.9",
3+
"version": "0.22.0-dev.10",
44
"description": "Client library used to access Dash DAPI endpoints",
55
"main": "lib/DAPIClient.js",
66
"contributors": [

packages/js-dash-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash",
3-
"version": "3.22.0-dev.9",
3+
"version": "3.22.0-dev.10",
44
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
55
"main": "build/src/index.js",
66
"unpkg": "dist/dash.min.js",

0 commit comments

Comments
 (0)