diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index 46d90e7f..97a5e748 100644 --- a/common/protocol/CHANGELOG.md +++ b/common/protocol/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.1.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.5...@kyvejs/protocol@1.1.6) (2024-03-25) + +**Note:** Version bump only for package @kyvejs/protocol + ## [1.1.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.4...@kyvejs/protocol@1.1.5) (2024-03-05) ### Bug Fixes diff --git a/common/protocol/package.json b/common/protocol/package.json index 742a5c3e..f934613a 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.1.5", + "version": "1.1.6", "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 e201ec39..46af1257 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.1.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.5...@kyvejs/tendermint-bsync@1.1.6) (2024-03-25) + +**Note:** Version bump only for package @kyvejs/tendermint-bsync + ## [1.1.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.4...@kyvejs/tendermint-bsync@1.1.5) (2024-03-05) **Note:** Version bump only for package @kyvejs/tendermint-bsync diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index d30444d8..c13eaa2c 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.5", + "@kyvejs/protocol": "1.1.6", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 3acbb865..424078a1 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.1.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.6...@kyvejs/tendermint-ssync@1.1.7) (2024-03-25) + +**Note:** Version bump only for package @kyvejs/tendermint-ssync + ## [1.1.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.5...@kyvejs/tendermint-ssync@1.1.6) (2024-03-13) ### Bug Fixes diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index 7aafb3f8..39e5b8aa 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.1.6", + "version": "1.1.7", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.5", + "@kyvejs/protocol": "1.1.6", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index 1c96b5cf..0b6297c4 100644 --- a/integrations/tendermint/CHANGELOG.md +++ b/integrations/tendermint/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.1.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.5...@kyvejs/tendermint@1.1.6) (2024-03-25) + +**Note:** Version bump only for package @kyvejs/tendermint + ## [1.1.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.4...@kyvejs/tendermint@1.1.5) (2024-03-05) **Note:** Version bump only for package @kyvejs/tendermint diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index 3f8db7df..eb2676f2 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.5", + "@kyvejs/protocol": "1.1.6", "ajv": "^8.12.0", "axios": "^0.27.2", "dotenv": "^16.3.1"