diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index ba5a1ef4..03540bb8 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.2.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.2.2...@kyvejs/protocol@1.2.3) (2024-08-29) + +**Note:** Version bump only for package @kyvejs/protocol + ## [1.2.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.2.1...@kyvejs/protocol@1.2.2) (2024-08-07) **Note:** Version bump only for package @kyvejs/protocol diff --git a/common/protocol/package.json b/common/protocol/package.json index df2a177b..7791f3c0 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.2.2", + "version": "1.2.3", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "repository": { diff --git a/integrations/ethereum-blobs/CHANGELOG.md b/integrations/ethereum-blobs/CHANGELOG.md index 0d94070e..ecb7f0e0 100644 --- a/integrations/ethereum-blobs/CHANGELOG.md +++ b/integrations/ethereum-blobs/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.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.5...@kyvejs/ethereum-blobs@1.0.0-beta.6) (2024-08-29) + +**Note:** Version bump only for package @kyvejs/ethereum-blobs + # [1.0.0-beta.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.4...@kyvejs/ethereum-blobs@1.0.0-beta.5) (2024-08-07) **Note:** Version bump only for package @kyvejs/ethereum-blobs diff --git a/integrations/ethereum-blobs/package.json b/integrations/ethereum-blobs/package.json index a9988b16..5ccfa5ad 100644 --- a/integrations/ethereum-blobs/package.json +++ b/integrations/ethereum-blobs/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/ethereum-blobs", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.2", + "@kyvejs/protocol": "1.2.3", "axios": "^0.27.2", "dotenv": "^16.3.1" }, diff --git a/integrations/evm/CHANGELOG.md b/integrations/evm/CHANGELOG.md index 35bc097c..18c55e1e 100644 --- a/integrations/evm/CHANGELOG.md +++ b/integrations/evm/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.0-beta.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.4...@kyvejs/evm@1.1.0-beta.5) (2024-08-29) + +**Note:** Version bump only for package @kyvejs/evm + # [1.1.0-beta.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.3...@kyvejs/evm@1.1.0-beta.4) (2024-08-07) **Note:** Version bump only for package @kyvejs/evm diff --git a/integrations/evm/package.json b/integrations/evm/package.json index fe195e90..ed1fe695 100644 --- a/integrations/evm/package.json +++ b/integrations/evm/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/evm", - "version": "1.1.0-beta.4", + "version": "1.1.0-beta.5", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.2", + "@kyvejs/protocol": "1.2.3", "ethers": "^5.6.5" }, "devDependencies": { diff --git a/integrations/tendermint-bsync/CHANGELOG.md b/integrations/tendermint-bsync/CHANGELOG.md index 29132f5a..92ea43c2 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.2.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.2.3...@kyvejs/tendermint-bsync@1.2.4) (2024-08-29) + +**Note:** Version bump only for package @kyvejs/tendermint-bsync + ## [1.2.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.2.2...@kyvejs/tendermint-bsync@1.2.3) (2024-08-07) **Note:** Version bump only for package @kyvejs/tendermint-bsync diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index dc027ac9..5d7b572d 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.2", + "@kyvejs/protocol": "1.2.3", "@kyvejs/sdk": "1.3.2", "axios": "^0.27.2" }, diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index ceb5fe84..6e7063ea 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.2.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.2.2...@kyvejs/tendermint-ssync@1.2.3) (2024-08-29) + +**Note:** Version bump only for package @kyvejs/tendermint-ssync + ## [1.2.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.2.1...@kyvejs/tendermint-ssync@1.2.2) (2024-08-07) **Note:** Version bump only for package @kyvejs/tendermint-ssync diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index 79dad543..fca35464 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.2", + "@kyvejs/protocol": "1.2.3", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index 50c42398..9a1ff260 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.2.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.3...@kyvejs/tendermint@1.2.4) (2024-08-29) + +**Note:** Version bump only for package @kyvejs/tendermint + ## [1.2.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.2...@kyvejs/tendermint@1.2.3) (2024-08-07) **Note:** Version bump only for package @kyvejs/tendermint diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index c3c4d61d..e60e8379 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.2", + "@kyvejs/protocol": "1.2.3", "@kyvejs/sdk": "1.3.2", "ajv": "^8.12.0", "axios": "^0.27.2",