From 5c7fb8ef1027269a7ca494e6756d04883aab962f Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Wed, 11 Jan 2023 09:49:46 +0100 Subject: [PATCH] chore: released new version - @kyvejs/protocol@1.0.0-beta.3 - @kyvejs/sdk@1.0.0-beta.2 - @kyvejs/bitcoin@1.0.0-beta.3 - @kyvejs/celo@1.0.0-beta.3 - @kyvejs/cosmos@1.0.0-beta.3 - @kyvejs/evm@1.0.0-beta.3 - @kyvejs/uniswap@1.0.0-beta.3 - @kyve/kysor@1.0.0-beta.2 --- common/protocol/CHANGELOG.md | 4 ++++ common/protocol/package.json | 4 ++-- common/sdk/CHANGELOG.md | 6 ++++++ common/sdk/package.json | 2 +- integrations/bitcoin/CHANGELOG.md | 6 ++++++ integrations/bitcoin/package.json | 4 ++-- integrations/celo/CHANGELOG.md | 6 ++++++ integrations/celo/package.json | 4 ++-- integrations/cosmos/CHANGELOG.md | 4 ++++ integrations/cosmos/package.json | 4 ++-- integrations/evm/CHANGELOG.md | 6 ++++++ integrations/evm/package.json | 4 ++-- integrations/uniswap/CHANGELOG.md | 6 ++++++ integrations/uniswap/package.json | 4 ++-- tools/kysor/CHANGELOG.md | 4 ++++ tools/kysor/package.json | 4 ++-- 16 files changed, 57 insertions(+), 15 deletions(-) diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index d7208f52..4d6c6bbd 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.0.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.0-beta.2...@kyvejs/protocol@1.0.0-beta.3) (2023-01-11) + +**Note:** Version bump only for package @kyvejs/protocol + # [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.0-beta.1...@kyvejs/protocol@1.0.0-beta.2) (2022-12-08) **Note:** Version bump only for package @kyvejs/protocol diff --git a/common/protocol/package.json b/common/protocol/package.json index 4959d59e..6e4ed451 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "repository": { @@ -22,7 +22,7 @@ "@bundlr-network/client": "^0.8.9", "@cosmjs/proto-signing": "^0.27.1", "@cosmjs/stargate": "^0.27.1", - "@kyvejs/sdk": "1.0.0-beta.1", + "@kyvejs/sdk": "1.0.0-beta.2", "@kyvejs/types": "1.0.0-beta.1", "@types/cli-progress": "^3.9.2", "@types/jsonfile": "^6.0.1", diff --git a/common/sdk/CHANGELOG.md b/common/sdk/CHANGELOG.md index bd35d9b0..e0f89d0a 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.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.0.0-beta.1...@kyvejs/sdk@1.0.0-beta.2) (2023-01-11) + +### Features + +- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd)) + # 1.0.0-beta.1 (2022-12-07) **Note:** Version bump only for package @kyvejs/sdk diff --git a/common/sdk/package.json b/common/sdk/package.json index 3a51dd47..310b8aae 100644 --- a/common/sdk/package.json +++ b/common/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/sdk", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { diff --git a/integrations/bitcoin/CHANGELOG.md b/integrations/bitcoin/CHANGELOG.md index 0fde2362..003d9457 100644 --- a/integrations/bitcoin/CHANGELOG.md +++ b/integrations/bitcoin/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.0.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/bitcoin@1.0.0-beta.2...@kyvejs/bitcoin@1.0.0-beta.3) (2023-01-11) + +### Features + +- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd)) + # [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/bitcoin@1.0.0-beta.1...@kyvejs/bitcoin@1.0.0-beta.2) (2022-12-08) **Note:** Version bump only for package @kyvejs/bitcoin diff --git a/integrations/bitcoin/package.json b/integrations/bitcoin/package.json index 62f5f082..3430b181 100644 --- a/integrations/bitcoin/package.json +++ b/integrations/bitcoin/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/bitcoin", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -24,7 +24,7 @@ "outputPath": "out" }, "dependencies": { - "@kyvejs/protocol": "1.0.0-beta.2", + "@kyvejs/protocol": "1.0.0-beta.3", "axios": "^0.26.1", "nanoid": "^3.3.3" }, diff --git a/integrations/celo/CHANGELOG.md b/integrations/celo/CHANGELOG.md index 60de3bdf..f670ab82 100644 --- a/integrations/celo/CHANGELOG.md +++ b/integrations/celo/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.0.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/celo@1.0.0-beta.2...@kyvejs/celo@1.0.0-beta.3) (2023-01-11) + +### Features + +- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd)) + # [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/celo@1.0.0-beta.1...@kyvejs/celo@1.0.0-beta.2) (2022-12-08) **Note:** Version bump only for package @kyvejs/celo diff --git a/integrations/celo/package.json b/integrations/celo/package.json index fb135296..9ce6c613 100644 --- a/integrations/celo/package.json +++ b/integrations/celo/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/celo", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -28,7 +28,7 @@ }, "dependencies": { "@celo-tools/celo-ethers-wrapper": "^0.3.0", - "@kyvejs/protocol": "1.0.0-beta.2" + "@kyvejs/protocol": "1.0.0-beta.3" }, "devDependencies": { "ethers": "^5.6.9", diff --git a/integrations/cosmos/CHANGELOG.md b/integrations/cosmos/CHANGELOG.md index 4640c509..5ee00aab 100644 --- a/integrations/cosmos/CHANGELOG.md +++ b/integrations/cosmos/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.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/cosmos@1.0.0-beta.2...@kyvejs/cosmos@1.0.0-beta.3) (2023-01-11) + +**Note:** Version bump only for package @kyvejs/cosmos + # [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/cosmos@1.0.0-beta.1...@kyvejs/cosmos@1.0.0-beta.2) (2022-12-10) ### Bug Fixes diff --git a/integrations/cosmos/package.json b/integrations/cosmos/package.json index 41f2ad17..bc245070 100644 --- a/integrations/cosmos/package.json +++ b/integrations/cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/cosmos", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.0-beta.2", + "@kyvejs/protocol": "1.0.0-beta.3", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/evm/CHANGELOG.md b/integrations/evm/CHANGELOG.md index 07f9574a..63778d55 100644 --- a/integrations/evm/CHANGELOG.md +++ b/integrations/evm/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.0.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.0.0-beta.2...@kyvejs/evm@1.0.0-beta.3) (2023-01-11) + +### Features + +- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd)) + # [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.0.0-beta.1...@kyvejs/evm@1.0.0-beta.2) (2022-12-08) **Note:** Version bump only for package @kyvejs/evm diff --git a/integrations/evm/package.json b/integrations/evm/package.json index 3fd5157a..d13a2f4c 100644 --- a/integrations/evm/package.json +++ b/integrations/evm/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/evm", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -27,7 +27,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.0-beta.2", + "@kyvejs/protocol": "1.0.0-beta.3", "ethers": "^5.6.5" }, "devDependencies": { diff --git a/integrations/uniswap/CHANGELOG.md b/integrations/uniswap/CHANGELOG.md index a678cc5d..4ff4eefa 100644 --- a/integrations/uniswap/CHANGELOG.md +++ b/integrations/uniswap/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.0.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/uniswap@1.0.0-beta.2...@kyvejs/uniswap@1.0.0-beta.3) (2023-01-11) + +### Features + +- txs all ([#10](https://github.com/KYVENetwork/kyvejs/issues/10)) ([e7c6a26](https://github.com/KYVENetwork/kyvejs/commit/e7c6a26bfd21a9193fee46b4e137f7998d46fcfd)) + # 1.0.0-beta.2 (2022-12-09) **Note:** Version bump only for package @kyvejs/uniswap diff --git a/integrations/uniswap/package.json b/integrations/uniswap/package.json index b0d39e22..676e9734 100644 --- a/integrations/uniswap/package.json +++ b/integrations/uniswap/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/uniswap", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -27,7 +27,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.0.0-beta.2", + "@kyvejs/protocol": "1.0.0-beta.3", "ethers": "^5.6.5" }, "devDependencies": { diff --git a/tools/kysor/CHANGELOG.md b/tools/kysor/CHANGELOG.md index e09c7eea..8670fc59 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.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.0.0-beta.1...@kyve/kysor@1.0.0-beta.2) (2023-01-11) + +**Note:** Version bump only for package @kyve/kysor + # 1.0.0-beta.1 (2022-12-07) **Note:** Version bump only for package @kyve/kysor diff --git a/tools/kysor/package.json b/tools/kysor/package.json index 7297de4b..0cfe21b6 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.0-beta.1", + "version": "1.0.0-beta.2", "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.0.0-beta.1", + "@kyvejs/sdk": "1.0.0-beta.2", "@kyvejs/types": "1.0.0-beta.1", "axios": "^0.27.2", "bignumber.js": "^9.1.0",