From d34998b1a3ac7ca98f75e7de11377529abb34b7e Mon Sep 17 00:00:00 2001 From: christopherbrumm Date: Tue, 30 Jul 2024 08:30:33 +0200 Subject: [PATCH] chore: released new version - @kyvejs/protocol@1.2.1 - @kyvejs/sdk@1.3.1 - @kyvejs/ethereum-blobs@1.0.0-beta.4 - @kyvejs/evm@1.1.0-beta.3 - @kyvejs/tendermint@1.2.2 - @kyvejs/tendermint-bsync@1.2.2 - @kyvejs/tendermint-ssync@1.2.1 - @kyve/kysor@1.4.1 --- common/protocol/CHANGELOG.md | 4 ++++ common/protocol/package.json | 4 ++-- common/sdk/CHANGELOG.md | 6 ++++++ common/sdk/package.json | 2 +- integrations/ethereum-blobs/CHANGELOG.md | 4 ++++ integrations/ethereum-blobs/package.json | 4 ++-- integrations/evm/CHANGELOG.md | 4 ++++ integrations/evm/package.json | 4 ++-- integrations/tendermint-bsync/CHANGELOG.md | 4 ++++ integrations/tendermint-bsync/package.json | 6 +++--- integrations/tendermint-ssync/CHANGELOG.md | 4 ++++ integrations/tendermint-ssync/package.json | 4 ++-- integrations/tendermint/CHANGELOG.md | 4 ++++ integrations/tendermint/package.json | 6 +++--- tools/kysor/CHANGELOG.md | 4 ++++ tools/kysor/package.json | 4 ++-- 16 files changed, 51 insertions(+), 17 deletions(-) diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index f3565404..745ffcdb 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.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.2.0...@kyvejs/protocol@1.2.1) (2024-07-30) + +**Note:** Version bump only for package @kyvejs/protocol + # [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.7...@kyvejs/protocol@1.2.0) (2024-07-03) ### Features diff --git a/common/protocol/package.json b/common/protocol/package.json index 8e29fcc4..bb3c85a1 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.2.0", + "version": "1.2.1", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "repository": { @@ -20,7 +20,7 @@ }, "dependencies": { "@bundlr-network/client": "^0.8.9", - "@kyvejs/sdk": "1.3.0", + "@kyvejs/sdk": "1.3.1", "@kyvejs/types": "1.4.0", "arweave": "^1.10.17", "axios": "^0.27.2", diff --git a/common/sdk/CHANGELOG.md b/common/sdk/CHANGELOG.md index 346c7591..d07e4535 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.3.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.3.0...@kyvejs/sdk@1.3.1) (2024-07-30) + +### Bug Fixes + +- amino types ([#147](https://github.com/KYVENetwork/kyvejs/issues/147)) ([7bf5a69](https://github.com/KYVENetwork/kyvejs/commit/7bf5a69455c3b055b0051d811b13672542cdcc8e)) + # [1.3.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.1.1...@kyvejs/sdk@1.3.0) (2024-07-03) ### Features diff --git a/common/sdk/package.json b/common/sdk/package.json index 3e65f60a..059a691d 100644 --- a/common/sdk/package.json +++ b/common/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/sdk", - "version": "1.3.0", + "version": "1.3.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ diff --git a/integrations/ethereum-blobs/CHANGELOG.md b/integrations/ethereum-blobs/CHANGELOG.md index d273186f..5482a3de 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.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.3...@kyvejs/ethereum-blobs@1.0.0-beta.4) (2024-07-30) + +**Note:** Version bump only for package @kyvejs/ethereum-blobs + # [1.0.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.2...@kyvejs/ethereum-blobs@1.0.0-beta.3) (2024-07-03) **Note:** Version bump only for package @kyvejs/ethereum-blobs diff --git a/integrations/ethereum-blobs/package.json b/integrations/ethereum-blobs/package.json index bdf5b4f8..46160db9 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.3", + "version": "1.0.0-beta.4", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.0", + "@kyvejs/protocol": "1.2.1", "axios": "^0.27.2", "dotenv": "^16.3.1" }, diff --git a/integrations/evm/CHANGELOG.md b/integrations/evm/CHANGELOG.md index 08af9975..b7432c1f 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.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.2...@kyvejs/evm@1.1.0-beta.3) (2024-07-30) + +**Note:** Version bump only for package @kyvejs/evm + # [1.1.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.0.0-beta.27...@kyvejs/evm@1.1.0-beta.2) (2024-07-03) **Note:** Version bump only for package @kyvejs/evm diff --git a/integrations/evm/package.json b/integrations/evm/package.json index 6602c00c..ff266410 100644 --- a/integrations/evm/package.json +++ b/integrations/evm/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/evm", - "version": "1.1.0-beta.2", + "version": "1.1.0-beta.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.0", + "@kyvejs/protocol": "1.2.1", "ethers": "^5.6.5" }, "devDependencies": { diff --git a/integrations/tendermint-bsync/CHANGELOG.md b/integrations/tendermint-bsync/CHANGELOG.md index cfbbb122..ad9df73b 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.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.2.1...@kyvejs/tendermint-bsync@1.2.2) (2024-07-30) + +**Note:** Version bump only for package @kyvejs/tendermint-bsync + ## [1.2.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.2.0...@kyvejs/tendermint-bsync@1.2.1) (2024-07-23) ### Bug Fixes diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index 53a84635..32110d45 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,8 +22,8 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.0", - "@kyvejs/sdk": "1.3.0", + "@kyvejs/protocol": "1.2.1", + "@kyvejs/sdk": "1.3.1", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 6bdae0d0..44d60460 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.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.2.0...@kyvejs/tendermint-ssync@1.2.1) (2024-07-30) + +**Note:** Version bump only for package @kyvejs/tendermint-ssync + # [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.8...@kyvejs/tendermint-ssync@1.2.0) (2024-07-03) ### Features diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index 5d0dcba2..64651b81 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.0", + "@kyvejs/protocol": "1.2.1", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index ada53289..c4fa2904 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.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.1...@kyvejs/tendermint@1.2.2) (2024-07-30) + +**Note:** Version bump only for package @kyvejs/tendermint + ## [1.2.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.0...@kyvejs/tendermint@1.2.1) (2024-07-24) ### Bug Fixes diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index e78009db..83bf112a 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,8 +22,8 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.2.0", - "@kyvejs/sdk": "1.3.0", + "@kyvejs/protocol": "1.2.1", + "@kyvejs/sdk": "1.3.1", "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 81e8553f..52e10ed7 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.1](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.4.0...@kyve/kysor@1.4.1) (2024-07-30) + +**Note:** Version bump only for package @kyve/kysor + # [1.4.0](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.3.2...@kyve/kysor@1.4.0) (2024-07-03) ### Features diff --git a/tools/kysor/package.json b/tools/kysor/package.json index 95254cd6..1d2afcb8 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.0", + "version": "1.4.1", "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.3.0", + "@kyvejs/sdk": "1.3.1", "@kyvejs/types": "1.4.0", "axios": "^0.27.2", "bignumber.js": "^9.1.0",