Skip to content

Commit 1e39669

Browse files
authored
chore(release): update changelog and bump version to 1.4.0-dev.6 (#2218)
1 parent 3f7a3b9 commit 1e39669

File tree

44 files changed

+75
-67
lines changed

Some content is hidden

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

44 files changed

+75
-67
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.4.0-dev.6](https://github.com/dashpay/platform/compare/v1.4.0-dev.5...v1.4.0-dev.6) (2024-10-07)
2+
3+
4+
### Miscellaneous Chores
5+
6+
* **sdk:** expose drive module in public API for rs-sdk ([#2217](https://github.com/dashpay/platform/issues/2217))
7+
* update dependences ([#2072](https://github.com/dashpay/platform/issues/2072))
8+
19
## [1.4.0-dev.5](https://github.com/dashpay/platform/compare/v1.4.0-dev.4...v1.4.0-dev.5) (2024-10-07)
210

311

Cargo.lock

Lines changed: 25 additions & 25 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": "1.4.0-dev.5",
3+
"version": "1.4.0-dev.6",
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": "1.4.0-dev.5",
4+
"version": "1.4.0-dev.6",
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 = "1.4.0-dev.5"
3+
version = "1.4.0-dev.6"
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 = "1.4.0-dev.5"
4+
version = "1.4.0-dev.6"
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": "1.4.0-dev.5",
3+
"version": "1.4.0-dev.6",
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": "1.4.0-dev.5",
4+
"version": "1.4.0-dev.6",
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": "2.4.0-dev.5",
3+
"version": "2.4.0-dev.6",
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": "1.4.0-dev.5",
3+
"version": "1.4.0-dev.6",
44
"description": "Distribution package for Dash node installation",
55
"scripts": {
66
"lint": "eslint .",

packages/dashpay-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dashpay-contract"
33
description = "DashPay data contract schema and tools"
4-
version = "1.4.0-dev.5"
4+
version = "1.4.0-dev.6"
55
edition = "2021"
66
rust-version.workspace = true
77
license = "MIT"

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": "1.4.0-dev.5",
3+
"version": "1.4.0-dev.6",
44
"description": "Reference contract of the DashPay DPA on Dash Evolution",
55
"scripts": {
66
"lint": "eslint .",

packages/data-contracts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "data-contracts"
33
description = "Dash Platform system data contracts"
4-
version = "1.4.0-dev.5"
4+
version = "1.4.0-dev.6"
55
edition = "2021"
66
rust-version.workspace = true
77
license = "MIT"

packages/dpns-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dpns-contract"
33
description = "DPNS data contract schema and tools"
4-
version = "1.4.0-dev.5"
4+
version = "1.4.0-dev.6"
55
edition = "2021"
66
rust-version.workspace = true
77
license = "MIT"

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": "1.4.0-dev.5",
3+
"version": "1.4.0-dev.6",
44
"description": "A contract and helper scripts for DPNS DApp",
55
"scripts": {
66
"lint": "eslint .",

packages/feature-flags-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "feature-flags-contract"
33
description = "Feature flags data contract schema and tools"
4-
version = "1.4.0-dev.5"
4+
version = "1.4.0-dev.6"
55
edition = "2021"
66
rust-version.workspace = true
77
license = "MIT"

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": "1.4.0-dev.5",
3+
"version": "1.4.0-dev.6",
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": "1.4.0-dev.5",
3+
"version": "1.4.0-dev.6",
44
"description": "Client library used to access Dash DAPI endpoints",
55
"main": "lib/index.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": "4.4.0-dev.5",
3+
"version": "4.4.0-dev.6",
44
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
55
"main": "build/index.js",
66
"unpkg": "dist/dash.min.js",

packages/js-grpc-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/grpc-common",
3-
"version": "1.4.0-dev.5",
3+
"version": "1.4.0-dev.6",
44
"description": "Common GRPC library",
55
"main": "index.js",
66
"scripts": {

packages/masternode-reward-shares-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "masternode-reward-shares-contract"
33
description = "Masternode reward shares data contract schema and tools"
4-
version = "1.4.0-dev.5"
4+
version = "1.4.0-dev.6"
55
edition = "2021"
66
rust-version.workspace = true
77
license = "MIT"

0 commit comments

Comments
 (0)