From cd7b3c904f0006b7e3f4eccf7ce0812d80e00a00 Mon Sep 17 00:00:00 2001 From: christopherbrumm Date: Fri, 5 Jan 2024 17:15:06 +0100 Subject: [PATCH] chore: released new version - @kyvejs/protocol@1.1.3 - @kyvejs/tendermint@1.1.3 - @kyvejs/tendermint-bsync@1.1.3 - @kyvejs/tendermint-ssync@1.1.3 --- common/protocol/CHANGELOG.md | 6 ++++++ common/protocol/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 ++-- 8 files changed, 25 insertions(+), 7 deletions(-) diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index b94157a4..babe2de0 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.1.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.2...@kyvejs/protocol@1.1.3) (2024-01-05) + +### Bug Fixes + +- disable debug bundle because of memory issue ([#114](https://github.com/KYVENetwork/kyvejs/issues/114)) ([dae9858](https://github.com/KYVENetwork/kyvejs/commit/dae9858226d2da0fbf31070964888d2e2853f3b0)) + ## [1.1.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.1...@kyvejs/protocol@1.1.2) (2024-01-03) ### Bug Fixes diff --git a/common/protocol/package.json b/common/protocol/package.json index 0c8c67c6..be14e537 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.1.2", + "version": "1.1.3", "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 821cfada..dc29d401 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.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 + ## [1.1.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.1...@kyvejs/tendermint-bsync@1.1.2) (2024-01-03) **Note:** Version bump only for package @kyvejs/tendermint-bsync diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index 90fc8bab..f5e84383 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.2", + "@kyvejs/protocol": "1.1.3", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 98d52299..f171fc50 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.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 + ## [1.1.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.1...@kyvejs/tendermint-ssync@1.1.2) (2024-01-03) **Note:** Version bump only for package @kyvejs/tendermint-ssync diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index d702eb79..57b2b0d2 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.2", + "@kyvejs/protocol": "1.1.3", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index ebb8954e..52729317 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.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 + ## [1.1.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.1...@kyvejs/tendermint@1.1.2) (2024-01-03) **Note:** Version bump only for package @kyvejs/tendermint diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index 03f420d5..b1674ff7 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.2", + "@kyvejs/protocol": "1.1.3", "ajv": "^8.12.0", "axios": "^0.27.2", "dotenv": "^16.3.1"