From 40180adc8059a875b6855cc180c7660a23c5bf07 Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Fri, 15 Dec 2023 16:13:25 +0100 Subject: [PATCH] chore: released new version - @kyvejs/protocol@1.1.1 - @kyvejs/tendermint@1.1.1 - @kyvejs/tendermint-bsync@1.1.1 - @kyvejs/tendermint-ssync@1.1.1 - @kyve/kysor@1.2.1 --- common/protocol/CHANGELOG.md | 7 +++++++ common/protocol/package.json | 2 +- integrations/tendermint-bsync/CHANGELOG.md | 4 ++++ integrations/tendermint-bsync/package.json | 4 ++-- integrations/tendermint-ssync/CHANGELOG.md | 6 ++++++ integrations/tendermint-ssync/package.json | 4 ++-- integrations/tendermint/CHANGELOG.md | 6 ++++++ integrations/tendermint/package.json | 4 ++-- tools/kysor/CHANGELOG.md | 6 ++++++ tools/kysor/package.json | 2 +- 10 files changed, 37 insertions(+), 8 deletions(-) diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index a8389504..902b80ec 100644 --- a/common/protocol/CHANGELOG.md +++ b/common/protocol/CHANGELOG.md @@ -3,6 +3,13 @@ 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/protocol@1.1.0...@kyvejs/protocol@1.1.1) (2023-12-15) + +### Bug Fixes + +- remove unecessary logs ([#109](https://github.com/KYVENetwork/kyvejs/issues/109)) ([6915fda](https://github.com/KYVENetwork/kyvejs/commit/6915fda81b5debce1ca0451857d2fbbd35acdcd5)) +- zip archives of binaries ([#106](https://github.com/KYVENetwork/kyvejs/issues/106)) ([b6d8290](https://github.com/KYVENetwork/kyvejs/commit/b6d829042a9f7304603a25b9716b948923fc07dd)) + # [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.14...@kyvejs/protocol@1.1.0) (2023-11-28) ### Features diff --git a/common/protocol/package.json b/common/protocol/package.json index 48423fa7..4baee34a 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.1.0", + "version": "1.1.1", "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 9f4769b1..0f1ba1f5 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.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.0...@kyvejs/tendermint-bsync@1.1.1) (2023-12-15) + +**Note:** Version bump only for package @kyvejs/tendermint-bsync + # [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.14...@kyvejs/tendermint-bsync@1.1.0) (2023-11-28) ### Features diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index eabeb548..2b795e80 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.0", + "@kyvejs/protocol": "1.1.1", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 6d440920..a9ca078a 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.1.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.0...@kyvejs/tendermint-ssync@1.1.1) (2023-12-15) + +### Bug Fixes + +- add prevalidation for snapshot chunk ([#108](https://github.com/KYVENetwork/kyvejs/issues/108)) ([3cba83d](https://github.com/KYVENetwork/kyvejs/commit/3cba83dec15bc293d6e8c01c4628d96b8a99b12c)) + # [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.0.0...@kyvejs/tendermint-ssync@1.1.0) (2023-11-28) ### Features diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index 8c0ca46f..c087f13d 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.0", + "@kyvejs/protocol": "1.1.1", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index fd2ee547..4ae777ff 100644 --- a/integrations/tendermint/CHANGELOG.md +++ b/integrations/tendermint/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.1.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.0...@kyvejs/tendermint@1.1.1) (2023-12-15) + +### Bug Fixes + +- zip archives of binaries ([#106](https://github.com/KYVENetwork/kyvejs/issues/106)) ([b6d8290](https://github.com/KYVENetwork/kyvejs/commit/b6d829042a9f7304603a25b9716b948923fc07dd)) + # [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.11...@kyvejs/tendermint@1.1.0) (2023-11-28) ### Features diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index 44f64d95..986245d2 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.0", + "@kyvejs/protocol": "1.1.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 06ddb872..fc68a4e0 100644 --- a/tools/kysor/CHANGELOG.md +++ b/tools/kysor/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.2.1](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.2.0...@kyve/kysor@1.2.1) (2023-12-15) + +### Bug Fixes + +- extract zip files with correct permissions ([#107](https://github.com/KYVENetwork/kyvejs/issues/107)) ([09ff476](https://github.com/KYVENetwork/kyvejs/commit/09ff47675aad7272d18aaffdf660d6a261f03a73)) + # [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.0.5...@kyve/kysor@1.2.0) (2023-11-28) ### Features diff --git a/tools/kysor/package.json b/tools/kysor/package.json index c75526b5..26f5eb36 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.2.0", + "version": "1.2.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "homepage": "https://github.com/KYVENetwork/kysor#readme",