Skip to content

Commit e278139

Browse files
authored
chore(release): update changelog and bump version to 0.22.0-dev.7 (#209)
1 parent 8079c0b commit e278139

16 files changed

Lines changed: 43 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [0.22.0-dev.7](https://github.com/dashevo/platform/compare/v0.21.7...v0.22.0-dev.7) (2022-01-19)
2+
3+
4+
### Features
5+
6+
* added WalletStore ([#197](https://github.com/dashevo/platform/issues/197))
7+
* **drive:** allow using `in` and `startsWith` only in last `where` condition ([#201](https://github.com/dashevo/platform/issues/201))
8+
* **drive:** allow using `orderBy` for fields having `in` and `startsWith` in last `where` clause ([#199](https://github.com/dashevo/platform/issues/199))
9+
* register system contracts on `initChain` ([#182](https://github.com/dashevo/platform/issues/182))
10+
* **wallet-lib:** ChainStore ([#196](https://github.com/dashevo/platform/issues/196))
11+
12+
13+
### Bug Fixes
14+
15+
* **sdk:** system contract ids were hardcoded in SDKs Client module ([#192](https://github.com/dashevo/platform/issues/192))
16+
17+
18+
### Build System
19+
20+
* fix configure test suite script for grep 2.5.1 ([#187](https://github.com/dashevo/platform/issues/187))
21+
22+
23+
### Miscellaneous Chores
24+
25+
* **dashmate:** update tenderdash to 0.7.0-dev ([#188](https://github.com/dashevo/platform/issues/188))
26+
* remove `fixCumulativeFeesBug` feature flag ([#191](https://github.com/dashevo/platform/issues/191))
27+
28+
129
### [0.21.7](https://github.com/dashevo/platform/compare/v0.21.6...v0.21.7) (2022-01-17)
230

331

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