diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index 03540bb8..1867d428 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.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.2.3...@kyvejs/protocol@1.2.4) (2024-09-13) + +**Note:** Version bump only for package @kyvejs/protocol + ## [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 diff --git a/common/protocol/package.json b/common/protocol/package.json index 7791f3c0..11d41e2c 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.2.3", + "version": "1.2.4", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "repository": { @@ -20,8 +20,8 @@ }, "dependencies": { "@bundlr-network/client": "^0.8.9", - "@kyvejs/sdk": "1.3.2", - "@kyvejs/types": "1.4.0", + "@kyvejs/sdk": "1.3.3", + "@kyvejs/types": "1.4.1", "arweave": "^1.10.17", "axios": "^0.27.2", "bignumber.js": "^9.1.2", diff --git a/common/sdk/CHANGELOG.md b/common/sdk/CHANGELOG.md index 1cd994ba..321c1373 100644 --- a/common/sdk/CHANGELOG.md +++ b/common/sdk/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.3.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.3.2...@kyvejs/sdk@1.3.3) (2024-09-13) + +**Note:** Version bump only for package @kyvejs/sdk + ## [1.3.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.3.1...@kyvejs/sdk@1.3.2) (2024-08-07) **Note:** Version bump only for package @kyvejs/sdk diff --git a/common/sdk/package.json b/common/sdk/package.json index 48d99142..149b6979 100644 --- a/common/sdk/package.json +++ b/common/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/sdk", - "version": "1.3.2", + "version": "1.3.3", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ @@ -31,7 +31,7 @@ "@cosmjs/stargate": "^0.32.3", "@cosmostation/extension-client": "^0.1.15", "@keplr-wallet/cosmos": "^0.12.96", - "@kyvejs/types": "1.4.0", + "@kyvejs/types": "1.4.1", "axios": "^0.27.2", "bech32": "2.0.0", "bignumber.js": "9.1.2", diff --git a/common/types/CHANGELOG.md b/common/types/CHANGELOG.md index 6edb1310..f44a19d6 100644 --- a/common/types/CHANGELOG.md +++ b/common/types/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.4.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/types@1.4.0...@kyvejs/types@1.4.1) (2024-09-13) + +**Note:** Version bump only for package @kyvejs/types + # [1.4.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/types@1.2.0...@kyvejs/types@1.4.0) (2024-07-03) ### Features diff --git a/common/types/package.json b/common/types/package.json index 740675ff..4637e1f9 100644 --- a/common/types/package.json +++ b/common/types/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/types", - "version": "1.4.0", + "version": "1.4.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { diff --git a/integrations/ethereum-blobs/CHANGELOG.md b/integrations/ethereum-blobs/CHANGELOG.md index ecb7f0e0..475f5118 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.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.6...@kyvejs/ethereum-blobs@1.0.0-beta.7) (2024-09-13) + +**Note:** Version bump only for package @kyvejs/ethereum-blobs + # [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 diff --git a/integrations/ethereum-blobs/package.json b/integrations/ethereum-blobs/package.json index 5ccfa5ad..179086ac 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.6", + "version": "1.0.0-beta.7", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.3", + "@kyvejs/protocol": "1.2.4", "axios": "^0.27.2", "dotenv": "^16.3.1" }, diff --git a/integrations/evm/CHANGELOG.md b/integrations/evm/CHANGELOG.md index 18c55e1e..c18a75d1 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.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.5...@kyvejs/evm@1.1.0-beta.6) (2024-09-13) + +**Note:** Version bump only for package @kyvejs/evm + # [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 diff --git a/integrations/evm/package.json b/integrations/evm/package.json index ed1fe695..5f89d9e5 100644 --- a/integrations/evm/package.json +++ b/integrations/evm/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/evm", - "version": "1.1.0-beta.5", + "version": "1.1.0-beta.6", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.3", + "@kyvejs/protocol": "1.2.4", "ethers": "^5.6.5" }, "devDependencies": { diff --git a/integrations/tendermint-bsync/CHANGELOG.md b/integrations/tendermint-bsync/CHANGELOG.md index 92ea43c2..a192fddb 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.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.2.4...@kyvejs/tendermint-bsync@1.2.5) (2024-09-13) + +**Note:** Version bump only for package @kyvejs/tendermint-bsync + ## [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 diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index 5d7b572d..08974f72 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.2.4", + "version": "1.2.5", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,8 +22,8 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.3", - "@kyvejs/sdk": "1.3.2", + "@kyvejs/protocol": "1.2.4", + "@kyvejs/sdk": "1.3.3", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 6e7063ea..30591b44 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.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.2.3...@kyvejs/tendermint-ssync@1.2.4) (2024-09-13) + +**Note:** Version bump only for package @kyvejs/tendermint-ssync + ## [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 diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index fca35464..4707ecb1 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "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.3", + "@kyvejs/protocol": "1.2.4", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index 9a1ff260..b5de5a52 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.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.4...@kyvejs/tendermint@1.2.5) (2024-09-13) + +**Note:** Version bump only for package @kyvejs/tendermint + ## [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 diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index e60e8379..2b3097d4 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.2.4", + "version": "1.2.5", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,8 +22,8 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.3", - "@kyvejs/sdk": "1.3.2", + "@kyvejs/protocol": "1.2.4", + "@kyvejs/sdk": "1.3.3", "ajv": "^8.12.0", "axios": "^0.27.2", "dotenv": "^16.3.1" diff --git a/tools/kysor/CHANGELOG.md b/tools/kysor/CHANGELOG.md index 46eea6fc..f950cdb3 100644 --- a/tools/kysor/CHANGELOG.md +++ b/tools/kysor/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.4.4](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.4.3...@kyve/kysor@1.4.4) (2024-09-13) + +**Note:** Version bump only for package @kyve/kysor + ## [1.4.3](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.4.2...@kyve/kysor@1.4.3) (2024-09-02) **Note:** Version bump only for package @kyve/kysor diff --git a/tools/kysor/package.json b/tools/kysor/package.json index 09c3d8db..a63f141e 100644 --- a/tools/kysor/package.json +++ b/tools/kysor/package.json @@ -1,7 +1,7 @@ { "name": "@kyve/kysor", "description": "The Cosmovisor for KYVE protocol nodes", - "version": "1.4.3", + "version": "1.4.4", "main": "./dist/index.js", "types": "./dist/index.d.ts", "homepage": "https://github.com/KYVENetwork/kysor#readme", @@ -38,8 +38,8 @@ }, "dependencies": { "@iarna/toml": "^2.2.5", - "@kyvejs/sdk": "1.3.2", - "@kyvejs/types": "1.4.0", + "@kyvejs/sdk": "1.3.3", + "@kyvejs/types": "1.4.1", "axios": "^0.27.2", "bignumber.js": "^9.1.0", "commander": "^9.4.0",