diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index a42f8469..46d90e7f 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.1.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.4...@kyvejs/protocol@1.1.5) (2024-03-05) + +### Bug Fixes + +- debug bundles ([#121](https://github.com/KYVENetwork/kyvejs/issues/121)) ([00b9ade](https://github.com/KYVENetwork/kyvejs/commit/00b9ade296a3bc81c2ab3f2ebb2896ae27a699ae)) + ## [1.1.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.3...@kyvejs/protocol@1.1.4) (2024-01-26) **Note:** Version bump only for package @kyvejs/protocol diff --git a/common/protocol/package.json b/common/protocol/package.json index a9d77583..742a5c3e 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.1.4", + "version": "1.1.5", "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 67c095a9..e201ec39 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.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 + ## [1.1.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.3...@kyvejs/tendermint-bsync@1.1.4) (2024-01-26) **Note:** Version bump only for package @kyvejs/tendermint-bsync diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index 6b449da7..d30444d8 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.4", + "@kyvejs/protocol": "1.1.5", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index dd700347..8342c553 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.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.4...@kyvejs/tendermint-ssync@1.1.5) (2024-03-05) + +**Note:** Version bump only for package @kyvejs/tendermint-ssync + ## [1.1.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.3...@kyvejs/tendermint-ssync@1.1.4) (2024-01-26) **Note:** Version bump only for package @kyvejs/tendermint-ssync diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index f21add8e..10217817 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.4", + "@kyvejs/protocol": "1.1.5", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index c31a4c61..1c96b5cf 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.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 + ## [1.1.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.3...@kyvejs/tendermint@1.1.4) (2024-01-26) **Note:** Version bump only for package @kyvejs/tendermint diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index e6e532b0..3f8db7df 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.4", + "@kyvejs/protocol": "1.1.5", "ajv": "^8.12.0", "axios": "^0.27.2", "dotenv": "^16.3.1"