Skip to content

Commit 644a2ec

Browse files
authored
chore(release): update changelog and version to 0.22.0-dev.9 (#274)
1 parent 5ca1d00 commit 644a2ec

16 files changed

Lines changed: 31 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.22.0-dev.9](https://github.com/dashevo/platform/compare/v0.22.0-dev.8...v0.22.0-dev.9) (2022-03-04)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **dpp:** lower indexed string properties constraints (#273)
7+
8+
### Features
9+
10+
* **dpp:** lower indexed string properties constraints ([#273](https://github.com/dashevo/platform/issues/273))
11+
12+
13+
### Bug Fixes
14+
15+
* masternode reward shares ([#272](https://github.com/dashevo/platform/issues/272))
16+
117
## [0.22.0-dev.8](https://github.com/dashevo/platform/compare/v0.21.8...v0.22.0-dev.8) (2022-03-01)
218

319

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.8",
3+
"version": "0.22.0-dev.9",
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.8",
3+
"version": "0.22.0-dev.9",
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.8",
4+
"version": "0.22.0-dev.9",
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.8",
3+
"version": "0.22.0-dev.9",
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.8",
3+
"version": "0.22.0-dev.9",
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.8",
3+
"version": "0.22.0-dev.9",
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.8",
3+
"version": "0.22.0-dev.9",
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.8",
3+
"version": "0.22.0-dev.9",
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.8",
3+
"version": "3.22.0-dev.9",
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)