Skip to content

Commit 35c8b43

Browse files
chore(release): update changelog and version to 2.0.0-rc.14
1 parent 3b09052 commit 35c8b43

File tree

50 files changed

+109
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+109
-76
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## [2.0.0-rc.14](https://github.com/dashpay/platform/compare/v2.0.0-rc.12...v2.0.0-rc.14) (2025-05-29)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **dpp:** set minimum intervals for perpetual distribution (#2622)
7+
* **platform:** load data contracts in their respective versions (#2644)
8+
9+
### Features
10+
11+
* add checks for authorized action takers in data contract create and update validations ([#2647](https://github.com/dashpay/platform/issues/2647))
12+
* **dpp:** add validation for minimum group member count ([#2646](https://github.com/dashpay/platform/issues/2646))
13+
* **dpp:** set minimum intervals for perpetual distribution ([#2622](https://github.com/dashpay/platform/issues/2622))
14+
* **platform:** add token contract info and query ([#2641](https://github.com/dashpay/platform/issues/2641))
15+
* **sdk:** add DataContractMismatch enum for detailed contract comparison ([#2648](https://github.com/dashpay/platform/issues/2648))
16+
17+
18+
### Bug Fixes
19+
20+
* **dpp:** unclear error message for missing document types if no tokens defined ([#2639](https://github.com/dashpay/platform/issues/2639))
21+
* **drive:** proved identity update was giving error ([#2642](https://github.com/dashpay/platform/issues/2642))
22+
* **platform:** load data contracts in their respective versions ([#2644](https://github.com/dashpay/platform/issues/2644))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* **release:** update changelog and bump version to 2.0.0-rc.13 ([#2645](https://github.com/dashpay/platform/issues/2645))
28+
29+
30+
### Tests
31+
32+
* **drive:** add test for invalid owner on document delete ([#2643](https://github.com/dashpay/platform/issues/2643))
33+
134
## [2.0.0-rc.13](https://github.com/dashpay/platform/compare/v2.0.0-rc.12...v2.0.0-rc.13) (2025-05-28)
235

336

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "2.0.0-rc.13",
3+
"version": "2.0.0-rc.14",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn run build && yarn run configure",

packages/bench-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/bench-suite",
33
"private": true,
4-
"version": "2.0.0-rc.13",
4+
"version": "2.0.0-rc.14",
55
"description": "Dash Platform benchmark tool",
66
"scripts": {
77
"bench": "node ./bin/bench.js",

packages/check-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "check-features"
3-
version = "2.0.0-rc.13"
3+
version = "2.0.0-rc.14"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

packages/dapi-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dapi-grpc"
33
description = "GRPC client for Dash Platform"
4-
version = "2.0.0-rc.13"
4+
version = "2.0.0-rc.14"
55
authors = [
66
"Samuel Westrich <[email protected]>",
77
"Igor Markin <[email protected]>",

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": "2.0.0-rc.13",
3+
"version": "2.0.0-rc.14",
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": "2.0.0-rc.13",
4+
"version": "2.0.0-rc.14",
55
"description": "A decentralized API for the Dash network",
66
"scripts": {
77
"api": "node scripts/api.js",

packages/dash-spv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dash-spv",
3-
"version": "3.0.0-rc.13",
3+
"version": "3.0.0-rc.14",
44
"description": "Repository containing SPV functions used by @dashevo",
55
"main": "index.js",
66
"scripts": {

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": "2.0.0-rc.13",
3+
"version": "2.0.0-rc.14",
44
"description": "Distribution package for Dash node installation",
55
"scripts": {
66
"lint": "eslint .",

0 commit comments

Comments
 (0)