diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index bfee3e4a..d933d16a 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.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.5...@kyvejs/protocol@1.0.6) (2023-08-17) + +### Bug Fixes + +- set max body and content length to infinity ([#67](https://github.com/KYVENetwork/kyvejs/issues/67)) ([05484f8](https://github.com/KYVENetwork/kyvejs/commit/05484f89fb81ba41128191ec46c54c454d494508)) + ## [1.0.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.4...@kyvejs/protocol@1.0.5) (2023-08-10) ### Bug Fixes diff --git a/common/protocol/package.json b/common/protocol/package.json index 18ee9247..cea1684e 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.0.5", + "version": "1.0.6", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "repository": { @@ -23,7 +23,7 @@ "@bundlr-network/client": "^0.8.9", "@cosmjs/proto-signing": "^0.27.1", "@cosmjs/stargate": "^0.27.1", - "@kyvejs/sdk": "1.0.3", + "@kyvejs/sdk": "1.0.4", "@kyvejs/types": "1.0.3", "@types/cli-progress": "^3.9.2", "@types/jsonfile": "^6.0.1", diff --git a/common/sdk/CHANGELOG.md b/common/sdk/CHANGELOG.md index 6155db4d..2547ed7d 100644 --- a/common/sdk/CHANGELOG.md +++ b/common/sdk/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.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.0.3...@kyvejs/sdk@1.0.4) (2023-08-17) + +### Bug Fixes + +- use string concatentation for url building ([#68](https://github.com/KYVENetwork/kyvejs/issues/68)) ([d2f02d2](https://github.com/KYVENetwork/kyvejs/commit/d2f02d29a44cd602136940c6258292310312d65a)) + ## [1.0.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.0.2...@kyvejs/sdk@1.0.3) (2023-08-09) ### Bug Fixes diff --git a/common/sdk/package.json b/common/sdk/package.json index 3ae5c740..ea71064b 100644 --- a/common/sdk/package.json +++ b/common/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/sdk", - "version": "1.0.3", + "version": "1.0.4", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ diff --git a/integrations/tendermint-bsync/CHANGELOG.md b/integrations/tendermint-bsync/CHANGELOG.md index e6c32a57..5c2ee05d 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.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.5...@kyvejs/tendermint-bsync@1.0.6) (2023-08-17) + +**Note:** Version bump only for package @kyvejs/tendermint-bsync + ## [1.0.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.4...@kyvejs/tendermint-bsync@1.0.5) (2023-08-10) **Note:** Version bump only for package @kyvejs/tendermint-bsync diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index f178cdce..754c84fe 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.5", + "@kyvejs/protocol": "1.0.6", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index 92683451..a92da803 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.0.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.1...@kyvejs/tendermint@1.0.2) (2023-08-17) + +**Note:** Version bump only for package @kyvejs/tendermint + ## [1.0.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.0...@kyvejs/tendermint@1.0.1) (2023-08-10) ### Bug Fixes diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index 055cfcf7..052c7f52 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.5", + "@kyvejs/protocol": "1.0.6", "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 aff0924a..5cd3d9b3 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.0.4](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.0.3...@kyve/kysor@1.0.4) (2023-08-17) + +**Note:** Version bump only for package @kyve/kysor + ## [1.0.3](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.0.2...@kyve/kysor@1.0.3) (2023-08-09) **Note:** Version bump only for package @kyve/kysor diff --git a/tools/kysor/package.json b/tools/kysor/package.json index aefa6044..c50087cd 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.0.3", + "version": "1.0.4", "main": "./dist/index.js", "types": "./dist/index.d.ts", "homepage": "https://github.com/KYVENetwork/kysor#readme", @@ -38,7 +38,7 @@ }, "dependencies": { "@iarna/toml": "^2.2.5", - "@kyvejs/sdk": "1.0.3", + "@kyvejs/sdk": "1.0.4", "@kyvejs/types": "1.0.3", "axios": "^0.27.2", "bignumber.js": "^9.1.0",