From 84cba4ec99b26f28ca93612fecac18cfc08b40f3 Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Fri, 26 Jan 2024 15:46:05 +0100 Subject: [PATCH] chore: released new version - @kyvejs/protocol@1.1.4 - @kyvejs/sdk@1.1.1 - @kyvejs/tendermint@1.1.4 - @kyvejs/tendermint-bsync@1.1.4 - @kyvejs/tendermint-ssync@1.1.4 - @kyve/kysor@1.3.1 --- common/protocol/CHANGELOG.md | 4 ++++ common/protocol/package.json | 4 ++-- common/sdk/CHANGELOG.md | 4 ++++ common/sdk/package.json | 2 +- integrations/tendermint-bsync/CHANGELOG.md | 4 ++++ integrations/tendermint-bsync/package.json | 4 ++-- integrations/tendermint-ssync/CHANGELOG.md | 4 ++++ integrations/tendermint-ssync/package.json | 4 ++-- integrations/tendermint/CHANGELOG.md | 4 ++++ integrations/tendermint/package.json | 4 ++-- tools/kysor/CHANGELOG.md | 4 ++++ tools/kysor/package.json | 4 ++-- 12 files changed, 35 insertions(+), 11 deletions(-) diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index babe2de0..a42f8469 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.1.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.3...@kyvejs/protocol@1.1.4) (2024-01-26) + +**Note:** Version bump only for package @kyvejs/protocol + ## [1.1.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.2...@kyvejs/protocol@1.1.3) (2024-01-05) ### Bug Fixes diff --git a/common/protocol/package.json b/common/protocol/package.json index be14e537..8643a3dd 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.1.3", + "version": "1.1.4", "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.1.0", + "@kyvejs/sdk": "1.1.1", "@kyvejs/types": "1.2.0", "@types/cli-progress": "^3.9.2", "@types/jsonfile": "^6.0.1", diff --git a/common/sdk/CHANGELOG.md b/common/sdk/CHANGELOG.md index a84bbb24..78453be6 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.1.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.1.0...@kyvejs/sdk@1.1.1) (2024-01-26) + +**Note:** Version bump only for package @kyvejs/sdk + # [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.1.0-rc1...@kyvejs/sdk@1.1.0) (2023-11-28) ### Features diff --git a/common/sdk/package.json b/common/sdk/package.json index 8c341fdd..af0a849b 100644 --- a/common/sdk/package.json +++ b/common/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/sdk", - "version": "1.1.0", + "version": "1.1.1", "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 dc29d401..67c095a9 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.1.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.3...@kyvejs/tendermint-bsync@1.1.4) (2024-01-26) + +**Note:** Version bump only for package @kyvejs/tendermint-bsync + ## [1.1.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.2...@kyvejs/tendermint-bsync@1.1.3) (2024-01-05) **Note:** Version bump only for package @kyvejs/tendermint-bsync diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index f5e84383..6b449da7 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.3", + "@kyvejs/protocol": "1.1.4", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index f171fc50..dd700347 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.1.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.3...@kyvejs/tendermint-ssync@1.1.4) (2024-01-26) + +**Note:** Version bump only for package @kyvejs/tendermint-ssync + ## [1.1.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.2...@kyvejs/tendermint-ssync@1.1.3) (2024-01-05) **Note:** Version bump only for package @kyvejs/tendermint-ssync diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index 57b2b0d2..f21add8e 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.3", + "@kyvejs/protocol": "1.1.4", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index 52729317..c31a4c61 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.1.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.3...@kyvejs/tendermint@1.1.4) (2024-01-26) + +**Note:** Version bump only for package @kyvejs/tendermint + ## [1.1.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.2...@kyvejs/tendermint@1.1.3) (2024-01-05) **Note:** Version bump only for package @kyvejs/tendermint diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index b1674ff7..e6e532b0 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.3", + "@kyvejs/protocol": "1.1.4", "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 9179a84e..4b5a9936 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.3.1](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.3.0...@kyve/kysor@1.3.1) (2024-01-26) + +**Note:** Version bump only for package @kyve/kysor + # [1.3.0](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.2.1...@kyve/kysor@1.3.0) (2024-01-25) ### Features diff --git a/tools/kysor/package.json b/tools/kysor/package.json index b53ca462..e971a90d 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.3.0", + "version": "1.3.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.1.0", + "@kyvejs/sdk": "1.1.1", "@kyvejs/types": "1.2.0", "axios": "^0.27.2", "bignumber.js": "^9.1.0",