diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index 8dacf563..d1bf9cc7 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.8](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.7...@kyvejs/protocol@1.0.8) (2023-09-27) + +### Bug Fixes + +- use latest protocol version ([#72](https://github.com/KYVENetwork/kyvejs/issues/72)) ([f6eb8e4](https://github.com/KYVENetwork/kyvejs/commit/f6eb8e438c83007000d3051c4764555d508d72f8)) + ## [1.0.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.6...@kyvejs/protocol@1.0.7) (2023-09-27) ### Bug Fixes diff --git a/common/protocol/package.json b/common/protocol/package.json index 72b32e6c..ddede3aa 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.0.7", + "version": "1.0.8", "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 282c9d68..d3e6922c 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.8](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.7...@kyvejs/tendermint-bsync@1.0.8) (2023-09-27) + +**Note:** Version bump only for package @kyvejs/tendermint-bsync + ## [1.0.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.6...@kyvejs/tendermint-bsync@1.0.7) (2023-09-27) **Note:** Version bump only for package @kyvejs/tendermint-bsync diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index e4aa0754..fb09ea0c 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.7", + "@kyvejs/protocol": "1.0.8", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index d482a9b7..a654bb6e 100644 --- a/integrations/tendermint-ssync/CHANGELOG.md +++ b/integrations/tendermint-ssync/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.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.0.0-beta.1...@kyvejs/tendermint-ssync@1.0.0-beta.2) (2023-09-27) + +### Bug Fixes + +- use latest protocol version ([#72](https://github.com/KYVENetwork/kyvejs/issues/72)) ([f6eb8e4](https://github.com/KYVENetwork/kyvejs/commit/f6eb8e438c83007000d3051c4764555d508d72f8)) + # 1.0.0-beta.1 (2023-09-27) ### Features diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index eb471444..ab152434 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.7", + "@kyvejs/protocol": "1.0.8", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index 4b334fc3..745f2b08 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.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.3...@kyvejs/tendermint@1.0.4) (2023-09-27) + +**Note:** Version bump only for package @kyvejs/tendermint + ## [1.0.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.2...@kyvejs/tendermint@1.0.3) (2023-09-27) **Note:** Version bump only for package @kyvejs/tendermint diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index fbc2cc8c..62ef29f5 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.7", + "@kyvejs/protocol": "1.0.8", "ajv": "^8.12.0", "axios": "^0.27.2", "dotenv": "^16.3.1"