From 321f42cc05d19b677eb8ca21f230c0c611e9f323 Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Thu, 16 Nov 2023 13:06:30 +0100 Subject: [PATCH] chore: released new version - @kyvejs/protocol@1.1.0 - @kyvejs/sdk@1.1.0-rc1.0 - @kyvejs/types@1.2.0-rc0.0 - @kyvejs/tendermint@1.1.0 - @kyvejs/tendermint-bsync@1.1.0 - @kyvejs/tendermint-ssync@1.1.0 - @kyve/kysor@1.1.0 --- common/protocol/CHANGELOG.md | 8 ++++++++ common/protocol/package.json | 6 +++--- common/sdk/CHANGELOG.md | 4 ++++ common/sdk/package.json | 4 ++-- common/types/CHANGELOG.md | 4 ++++ common/types/package.json | 2 +- integrations/tendermint-bsync/CHANGELOG.md | 6 ++++++ 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 | 7 +++++++ tools/kysor/package.json | 6 +++--- 14 files changed, 56 insertions(+), 15 deletions(-) diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index 8151bf54..ceb4c62d 100644 --- a/common/protocol/CHANGELOG.md +++ b/common/protocol/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.14...@kyvejs/protocol@1.1.0) (2023-11-16) + +### Features + +- improve logging of debug information ([#90](https://github.com/KYVENetwork/kyvejs/issues/90)) ([ba3c1d6](https://github.com/KYVENetwork/kyvejs/commit/ba3c1d63060f38c112d7b5102341a0c9000d7d54)) +- made prerelease for types and sdk ([#96](https://github.com/KYVENetwork/kyvejs/issues/96)) ([38508c5](https://github.com/KYVENetwork/kyvejs/commit/38508c50d1d86e98339650626e21a1bc9017d9f5)) +- migrate decimals and korellia-2 ([#98](https://github.com/KYVENetwork/kyvejs/issues/98)) ([75f0626](https://github.com/KYVENetwork/kyvejs/commit/75f0626095a11e3a0d0137f5aa30d1d40f1a6674)) + ## [1.0.14](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.13...@kyvejs/protocol@1.0.14) (2023-10-24) ### Bug Fixes diff --git a/common/protocol/package.json b/common/protocol/package.json index 8a5eace3..327aeffb 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.0.14", + "version": "1.1.0", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "repository": { @@ -23,8 +23,8 @@ "@bundlr-network/client": "^0.8.9", "@cosmjs/proto-signing": "^0.27.1", "@cosmjs/stargate": "^0.27.1", - "@kyvejs/sdk": "1.1.0-rc1", - "@kyvejs/types": "1.2.0-rc0", + "@kyvejs/sdk": "1.1.0-rc1.0", + "@kyvejs/types": "1.2.0-rc0.0", "@types/cli-progress": "^3.9.2", "@types/jsonfile": "^6.0.1", "arweave": "^1.10.17", diff --git a/common/sdk/CHANGELOG.md b/common/sdk/CHANGELOG.md index 9f625774..ca90ce50 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.0-rc1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.1.0-rc1...@kyvejs/sdk@1.1.0-rc1.0) (2023-11-16) + +**Note:** Version bump only for package @kyvejs/sdk + ## [1.0.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.0.4...@kyvejs/sdk@1.0.5) (2023-10-18) ### Bug Fixes diff --git a/common/sdk/package.json b/common/sdk/package.json index fbac2a4e..e630a280 100644 --- a/common/sdk/package.json +++ b/common/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/sdk", - "version": "1.1.0-rc1", + "version": "1.1.0-rc1.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ @@ -31,7 +31,7 @@ "@cosmjs/tendermint-rpc": "^0.31.3", "@cosmostation/extension-client": "^0.0.6", "@keplr-wallet/cosmos": "^0.12.39", - "@kyvejs/types": "1.2.0-rc0", + "@kyvejs/types": "1.2.0-rc0.0", "axios": "0.25.0", "bech32": "2.0.0", "bignumber.js": "9.1.2", diff --git a/common/types/CHANGELOG.md b/common/types/CHANGELOG.md index 419ac714..6816a618 100644 --- a/common/types/CHANGELOG.md +++ b/common/types/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.0-rc0.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/types@1.2.0-rc0...@kyvejs/types@1.2.0-rc0.0) (2023-11-16) + +**Note:** Version bump only for package @kyvejs/types + # [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/types@1.0.3...@kyvejs/types@1.1.0) (2023-10-19) ### Features diff --git a/common/types/package.json b/common/types/package.json index 380822ce..f17f4515 100644 --- a/common/types/package.json +++ b/common/types/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/types", - "version": "1.2.0-rc0", + "version": "1.2.0-rc0.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { diff --git a/integrations/tendermint-bsync/CHANGELOG.md b/integrations/tendermint-bsync/CHANGELOG.md index 4b1de8b3..c006bb93 100644 --- a/integrations/tendermint-bsync/CHANGELOG.md +++ b/integrations/tendermint-bsync/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.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.14...@kyvejs/tendermint-bsync@1.1.0) (2023-11-16) + +### Features + +- improve logging of debug information ([#90](https://github.com/KYVENetwork/kyvejs/issues/90)) ([ba3c1d6](https://github.com/KYVENetwork/kyvejs/commit/ba3c1d63060f38c112d7b5102341a0c9000d7d54)) + ## [1.0.14](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.13...@kyvejs/tendermint-bsync@1.0.14) (2023-10-24) **Note:** Version bump only for package @kyvejs/tendermint-bsync diff --git a/integrations/tendermint-bsync/package.json b/integrations/tendermint-bsync/package.json index 1d1d5a0d..3b0845ff 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.0.14", + "version": "1.1.0", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.14", + "@kyvejs/protocol": "1.1.0", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 0c75fcd7..5bf09a8c 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.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.0.0...@kyvejs/tendermint-ssync@1.1.0) (2023-11-16) + +### Features + +- improve logging of debug information ([#90](https://github.com/KYVENetwork/kyvejs/issues/90)) ([ba3c1d6](https://github.com/KYVENetwork/kyvejs/commit/ba3c1d63060f38c112d7b5102341a0c9000d7d54)) + # [1.0.0-beta.8](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.0.0-beta.7...@kyvejs/tendermint-ssync@1.0.0-beta.8) (2023-10-24) **Note:** Version bump only for package @kyvejs/tendermint-ssync diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index 298b61f8..646fb8b0 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", + "version": "1.1.0", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.14", + "@kyvejs/protocol": "1.1.0", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index 0a480e91..5997ea12 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.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.11...@kyvejs/tendermint@1.1.0) (2023-11-16) + +### Features + +- improve logging of debug information ([#90](https://github.com/KYVENetwork/kyvejs/issues/90)) ([ba3c1d6](https://github.com/KYVENetwork/kyvejs/commit/ba3c1d63060f38c112d7b5102341a0c9000d7d54)) + ## [1.0.11](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.10...@kyvejs/tendermint@1.0.11) (2023-10-24) ### Bug Fixes diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index eafefb2f..3a69245d 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.0.11", + "version": "1.1.0", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.14", + "@kyvejs/protocol": "1.1.0", "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 c2e987e1..05f19f1d 100644 --- a/tools/kysor/CHANGELOG.md +++ b/tools/kysor/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.0](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.0.5...@kyve/kysor@1.1.0) (2023-11-16) + +### Features + +- made prerelease for types and sdk ([#96](https://github.com/KYVENetwork/kyvejs/issues/96)) ([38508c5](https://github.com/KYVENetwork/kyvejs/commit/38508c50d1d86e98339650626e21a1bc9017d9f5)) +- migrate decimals and korellia-2 ([#98](https://github.com/KYVENetwork/kyvejs/issues/98)) ([75f0626](https://github.com/KYVENetwork/kyvejs/commit/75f0626095a11e3a0d0137f5aa30d1d40f1a6674)) + ## [1.0.5](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.0.4...@kyve/kysor@1.0.5) (2023-10-18) ### Bug Fixes diff --git a/tools/kysor/package.json b/tools/kysor/package.json index c6364841..2c68babe 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.0.5", + "version": "1.1.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "homepage": "https://github.com/KYVENetwork/kysor#readme", @@ -38,8 +38,8 @@ }, "dependencies": { "@iarna/toml": "^2.2.5", - "@kyvejs/sdk": "1.1.0-rc1", - "@kyvejs/types": "1.2.0-rc0", + "@kyvejs/sdk": "1.1.0-rc1.0", + "@kyvejs/types": "1.2.0-rc0.0", "axios": "^0.27.2", "bignumber.js": "^9.1.0", "commander": "^9.4.0",