diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index 7be59278..8151bf54 100644 --- a/common/protocol/CHANGELOG.md +++ b/common/protocol/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.13...@kyvejs/protocol@1.0.14) (2023-10-24) + +### Bug Fixes + +- vote instantly invalid if empty bundle was found ([#86](https://github.com/KYVENetwork/kyvejs/issues/86)) ([bbf844e](https://github.com/KYVENetwork/kyvejs/commit/bbf844efa6c8dfe77222c3e542aab834b817c33a)) + ## [1.0.13](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.12...@kyvejs/protocol@1.0.13) (2023-10-19) ### Bug Fixes diff --git a/common/protocol/package.json b/common/protocol/package.json index 297779d3..284cb1ef 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.0.13", + "version": "1.0.14", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "repository": { diff --git a/integrations/tendermint-bsync/CHANGELOG.md b/integrations/tendermint-bsync/CHANGELOG.md index f9b5ec82..4b1de8b3 100644 --- a/integrations/tendermint-bsync/CHANGELOG.md +++ b/integrations/tendermint-bsync/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.13...@kyvejs/tendermint-bsync@1.0.14) (2023-10-24) + +**Note:** Version bump only for package @kyvejs/tendermint-bsync + ## [1.0.13](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.12...@kyvejs/tendermint-bsync@1.0.13) (2023-10-19) **Note:** Version bump only for package @kyvejs/tendermint-bsync diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index f13b74cf..1d1d5a0d 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.0.13", + "version": "1.0.14", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.13", + "@kyvejs/protocol": "1.0.14", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 34be8c2c..0c75fcd7 100644 --- a/integrations/tendermint-ssync/CHANGELOG.md +++ b/integrations/tendermint-ssync/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.8](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.0.0-beta.7...@kyvejs/tendermint-ssync@1.0.0-beta.8) (2023-10-24) + +**Note:** Version bump only for package @kyvejs/tendermint-ssync + # [1.0.0-beta.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.0.0-beta.6...@kyvejs/tendermint-ssync@1.0.0-beta.7) (2023-10-19) ### Bug Fixes diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index 33c2cdbb..aae5ef7f 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.13", + "@kyvejs/protocol": "1.0.14", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index d0a31043..0a480e91 100644 --- a/integrations/tendermint/CHANGELOG.md +++ b/integrations/tendermint/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.11](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.10...@kyvejs/tendermint@1.0.11) (2023-10-24) + +### Bug Fixes + +- block_result schema ([#88](https://github.com/KYVENetwork/kyvejs/issues/88)) ([9060ccf](https://github.com/KYVENetwork/kyvejs/commit/9060ccf86d3f73f22e6c146da610a7045a69678c)) + ## [1.0.10](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.9...@kyvejs/tendermint@1.0.10) (2023-10-24) **Note:** Version bump only for package @kyvejs/tendermint diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index dc8836f6..eafefb2f 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.0.10", + "version": "1.0.11", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.13", + "@kyvejs/protocol": "1.0.14", "ajv": "^8.12.0", "axios": "^0.27.2", "dotenv": "^16.3.1"