Skip to content

Commit

Permalink
chore(release): update changelog and bump version to 0.25.16 (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic authored Nov 16, 2023
1 parent fb7f670 commit 2aa944f
Show file tree
Hide file tree
Showing 42 changed files with 121 additions and 41 deletions.
80 changes: 80 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,83 @@
### [0.25.16](https://github.com/dashpay/platform/compare/v0.25.15...v0.25.16) (2023-11-16)


### Features

* **build:** fix core-js security audit
* **build:** fix get-func-name security audit
* **build:** fix got security audit
* **build:** fix json5 security audit
* **build:** fix loader-utils security audit
* **build:** fix npm move file security udit
* **build:** fix oclif screena audit
* **build:** fix strip-ansi security audit
* **build:** fix url security audit
* **build:** fix uuid security warning
* **build:** remove @types/expect
* **build:** replace strip ansi with ansi regex resolutions
* **build:** update yarn cache
* **build:** update yarn cache
* **build:** upgrade babel preset env
* **build:** upgrade sinon
* **ci:** remove audit ignore
* **dapi:** upgrade zeromq version
* **dashmate:** bump public-ip
* **dashmate:** fix config is undefined
* **dashmate:** fix enquirer import
* **dashmate:** fix imports leftovers
* **dashmate:** fix oclif args definitions
* **dashmate:** fix oclif argument parsing
* **dashmate:** fix part of the lint
* **dashmate:** fix setup command
* **dashmate:** fix wasm dpp import
* **dashmate:** fix yarn constraints
* **dashmate:** migrate to default export
* **dashmate:** remove test script
* **dashmate:** replace require with import / exports
* **dashmate:** upgrade eslint plugin jsdoc
* **dashmate:** upgrade for new oclif
* **docker:** bump nodejs to 20
* **package:** ignore npm audit for got
* **package:** remove @types/expect
* **package:** update yarn deps
* **package:** update yarn lock
* **package:** upgrade yarn to 4.0.1
* **platform:** link to pshenmic protobuf.js


### Bug Fixes

* **dapi-grpc:** fix lint
* **dapi:** add missing module exports
* **dapi:** enable compatibility layer for zeromq v6
* **dapi:** fix lint
* **dapi:** revert accident change
* **dapi:** revert on zeromq 5
* **dapi:** use zeromq fork
* **dash-spv:** fix lint
* **dashmate:** correct run.js path
* **dashmate:** fix import
* **dashmate:** fix lint
* **dashmate:** fix unit test
* **js-dapi-client:** fix lint
* **js-dash-sdk:** fix lint
* **js-grpc-common:** fix lint
* **platform-test-suite:** fix lint
* **wallet-lib:** fix lint


### Tests

* **dashmate:** fix import path
* **dashmate:** fix missing .js


### Miscellaneous Chores

* **dashmate:** fix lint
* **dashmate:** fix typo
* **docs:** upgrade minimum node version

### [0.25.13](https://github.com/dashpay/platform/compare/v0.25.12...v0.25.13) (2023-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/platform",
"version": "0.25.15",
"version": "0.25.16",
"private": true,
"scripts": {
"setup": "yarn install && yarn run build && yarn run configure",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/bench-suite",
"private": true,
"version": "0.25.15",
"version": "0.25.16",
"description": "Dash Platform benchmark tool",
"scripts": {
"bench": "node ./bin/bench.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dapi-grpc"
description = "GRPC client for Dash Platform"
version = "0.25.13"
version = "0.25.14"
authors = [
"Samuel Westrich <[email protected]>",
"Igor Markin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-grpc",
"version": "0.25.15",
"version": "0.25.16",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/dapi",
"private": true,
"version": "0.25.15",
"version": "0.25.16",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dash-spv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dash-spv",
"version": "0.25.15",
"version": "0.25.16",
"description": "Repository containing SPV functions used by @dashevo",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dashmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashmate",
"version": "0.25.15",
"version": "0.25.16",
"description": "Distribution package for Dash node installation",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashpay-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dashpay-contract"
description = "DashPay data contract schema and tools"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashpay-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dashpay-contract",
"version": "0.25.15",
"version": "0.25.16",
"description": "Reference contract of the DashPay DPA on Dash Evolution",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "data-contracts"
description = "Dash Platform system data contracts"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/dpns-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dpns-contract"
description = "DPNS data contract schema and tools"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/dpns-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dpns-contract",
"version": "0.25.15",
"version": "0.25.16",
"description": "A contract and helper scripts for DPNS DApp",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "feature-flags-contract"
description = "Feature flags data contract schema and tools"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/feature-flags-contract",
"version": "0.25.15",
"version": "0.25.16",
"description": "Data Contract to store Dash Platform feature flags",
"scripts": {
"build": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dapi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-client",
"version": "0.25.15",
"version": "0.25.16",
"description": "Client library used to access Dash DAPI endpoints",
"main": "lib/index.js",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dash-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash",
"version": "3.25.15",
"version": "3.25.16",
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
"main": "build/index.js",
"unpkg": "dist/dash.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-grpc-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/grpc-common",
"version": "0.25.15",
"version": "0.25.16",
"description": "Common GRPC library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/masternode-reward-shares-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "masternode-reward-shares-contract"
description = "Masternode reward shares data contract schema and tools"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/masternode-reward-shares-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/masternode-reward-shares-contract",
"version": "0.25.15",
"version": "0.25.16",
"description": "A contract and helper scripts for reward sharing",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-test-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/platform-test-suite",
"private": true,
"version": "0.25.15",
"version": "0.25.16",
"description": "Dash Network end-to-end tests",
"scripts": {
"test": "yarn exec bin/test.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-dapi-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs-dapi-client"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-dapi-grpc-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "dapi-grpc-macros"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Macros used by dapi-grpc. Internal use only."

Expand Down
2 changes: 1 addition & 1 deletion packages/rs-dpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dpp"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive-abci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drive-abci"
version = "0.25.13"
version = "0.25.14"
authors = [
"Samuel Westrich <[email protected]>",
"Ivan Shumkov <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive-proof-verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drive-proof-verifier"
version = "0.25.0-dev"
version = "0.25.0"
edition = "2021"
rust-version = "1.73"

Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive-verify-c-binding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs-drive-verify-c-binding"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"

Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "drive"
description = "Dash drive built on top of GroveDB"
version = "0.25.13"
version = "0.25.14"
authors = [
"Samuel Westrich <[email protected]>",
"Ivan Shumkov <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-serialization-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-serialization-derive"
authors = ["Samuel Westrich <[email protected]>"]
description = "Bincode serialization and deserialization derivations"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-serialization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-serialization"
authors = ["Samuel Westrich <[email protected]>"]
description = "Bincode based serialization and deserialization"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-value-convertible/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-value-convertible"
authors = ["Samuel Westrich <[email protected]>"]
description = "Convertion to and from platform values"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-value"
authors = ["Samuel Westrich <[email protected]>"]
description = "A simple value module"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-version"
authors = ["Samuel Westrich <[email protected]>"]
description = "Bincode based serialization and deserialization"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-versioning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-versioning"
authors = ["Samuel Westrich <[email protected]>"]
description = "Version derivation"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs-sdk"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-signer"
version = "0.25.13"
version = "0.25.14"
edition = "2021"
rust-version = "1.73"

Expand Down
2 changes: 1 addition & 1 deletion packages/strategy-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strategy-tests"
version = "0.25.13"
version = "0.25.14"
authors = [
"Samuel Westrich <[email protected]>",
"Ivan Shumkov <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/wallet-lib",
"version": "7.25.15",
"version": "7.25.16",
"description": "Light wallet library for Dash",
"main": "src/index.js",
"unpkg": "dist/wallet-lib.min.js",
Expand Down
Loading

0 comments on commit 2aa944f

Please sign in to comment.