diff --git a/common/coins/CHANGELOG.md b/common/coins/CHANGELOG.md index e69de29b..aa111bf5 100644 --- a/common/coins/CHANGELOG.md +++ b/common/coins/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.3 (2024-07-03) + +### Bug Fixes + +- support floating values ([#141](https://github.com/KYVENetwork/kyvejs/issues/141)) ([bb184ca](https://github.com/KYVENetwork/kyvejs/commit/bb184cafb1a5892b426a2821c34979a270f16093)) diff --git a/common/coins/package.json b/common/coins/package.json index b397986f..1378a9dc 100644 --- a/common/coins/package.json +++ b/common/coins/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/coins", - "version": "1.0.2", + "version": "1.0.3", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ @@ -26,10 +26,10 @@ "bignumber.js": "^9.1.2" }, "devDependencies": { + "@types/bignumber.js": "^5.0.0", "@types/jest": "^29.5.12", "jest": "^29.7.0", "rimraf": "^3.0.2", - "typescript": "^4.5.5", - "@types/bignumber.js": "^5.0.0" + "typescript": "^4.5.5" } } diff --git a/common/protocol/CHANGELOG.md b/common/protocol/CHANGELOG.md index 8b185253..f3565404 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.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.7...@kyvejs/protocol@1.2.0) (2024-07-03) + +### Features + +- v1.5.x ([#136](https://github.com/KYVENetwork/kyvejs/issues/136)) ([97d8b54](https://github.com/KYVENetwork/kyvejs/commit/97d8b54833d50bee7eb1a6e17d61f71d81887a9d)), closes [#133](https://github.com/KYVENetwork/kyvejs/issues/133) + ## [1.1.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.6...@kyvejs/protocol@1.1.7) (2024-04-03) **Note:** Version bump only for package @kyvejs/protocol diff --git a/common/protocol/package.json b/common/protocol/package.json index 0bb4ed21..8e29fcc4 100644 --- a/common/protocol/package.json +++ b/common/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/protocol", - "version": "1.1.7", + "version": "1.2.0", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "repository": { @@ -20,8 +20,8 @@ }, "dependencies": { "@bundlr-network/client": "^0.8.9", - "@kyvejs/sdk": "1.2.0", - "@kyvejs/types": "1.3.0", + "@kyvejs/sdk": "1.3.0", + "@kyvejs/types": "1.4.0", "arweave": "^1.10.17", "axios": "^0.27.2", "bignumber.js": "^9.1.2", @@ -39,11 +39,11 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@types/jsonfile": "^6.0.1", "@types/clone": "^2.1.1", "@types/diff": "^5.0.7", "@types/fs-extra": "^9.0.13", "@types/jest": "^28.1.7", + "@types/jsonfile": "^6.0.1", "@types/node": "^18.11.9", "@types/node-fetch": "^2.6.2", "@types/object-hash": "^2.2.1", diff --git a/common/sdk/CHANGELOG.md b/common/sdk/CHANGELOG.md index 78453be6..346c7591 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.3.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.1.1...@kyvejs/sdk@1.3.0) (2024-07-03) + +### Features + +- v1.5.x ([#136](https://github.com/KYVENetwork/kyvejs/issues/136)) ([97d8b54](https://github.com/KYVENetwork/kyvejs/commit/97d8b54833d50bee7eb1a6e17d61f71d81887a9d)), closes [#133](https://github.com/KYVENetwork/kyvejs/issues/133) + ## [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 diff --git a/common/sdk/package.json b/common/sdk/package.json index 033e3609..3e65f60a 100644 --- a/common/sdk/package.json +++ b/common/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/sdk", - "version": "1.2.0", + "version": "1.3.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ @@ -30,7 +30,7 @@ "@cosmjs/stargate": "^0.32.3", "@cosmostation/extension-client": "^0.1.15", "@keplr-wallet/cosmos": "^0.12.96", - "@kyvejs/types": "1.3.0", + "@kyvejs/types": "1.4.0", "axios": "^0.27.2", "bech32": "2.0.0", "bignumber.js": "9.1.2", diff --git a/common/types/CHANGELOG.md b/common/types/CHANGELOG.md index 769a8e78..6edb1310 100644 --- a/common/types/CHANGELOG.md +++ b/common/types/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.4.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/types@1.2.0...@kyvejs/types@1.4.0) (2024-07-03) + +### Features + +- v1.5.x ([#136](https://github.com/KYVENetwork/kyvejs/issues/136)) ([97d8b54](https://github.com/KYVENetwork/kyvejs/commit/97d8b54833d50bee7eb1a6e17d61f71d81887a9d)), closes [#133](https://github.com/KYVENetwork/kyvejs/issues/133) + # [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/types@1.2.0-rc0...@kyvejs/types@1.2.0) (2023-11-28) ### Features diff --git a/common/types/package.json b/common/types/package.json index f1022260..5d800438 100644 --- a/common/types/package.json +++ b/common/types/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/types", - "version": "1.3.0", + "version": "1.4.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { diff --git a/integrations/ethereum-blobs/CHANGELOG.md b/integrations/ethereum-blobs/CHANGELOG.md index 3fba615d..d273186f 100644 --- a/integrations/ethereum-blobs/CHANGELOG.md +++ b/integrations/ethereum-blobs/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/ethereum-blobs@1.0.0-beta.2...@kyvejs/ethereum-blobs@1.0.0-beta.3) (2024-07-03) + +**Note:** Version bump only for package @kyvejs/ethereum-blobs + # [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.1...@kyvejs/ethereum-blobs@1.0.0-beta.2) (2024-04-03) **Note:** Version bump only for package @kyvejs/ethereum-blobs diff --git a/integrations/ethereum-blobs/package.json b/integrations/ethereum-blobs/package.json index a7fd843f..bdf5b4f8 100644 --- a/integrations/ethereum-blobs/package.json +++ b/integrations/ethereum-blobs/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/ethereum-blobs", - "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.1.7", + "@kyvejs/protocol": "1.2.0", "axios": "^0.27.2", "dotenv": "^16.3.1" }, diff --git a/integrations/evm/CHANGELOG.md b/integrations/evm/CHANGELOG.md new file mode 100644 index 00000000..08af9975 --- /dev/null +++ b/integrations/evm/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.1.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.0.0-beta.27...@kyvejs/evm@1.1.0-beta.2) (2024-07-03) + +**Note:** Version bump only for package @kyvejs/evm diff --git a/integrations/evm/package.json b/integrations/evm/package.json index 08aa27c6..6602c00c 100644 --- a/integrations/evm/package.json +++ b/integrations/evm/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/evm", - "version": "1.1.0-beta.1", + "version": "1.1.0-beta.2", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.7", + "@kyvejs/protocol": "1.2.0", "ethers": "^5.6.5" }, "devDependencies": { @@ -31,4 +31,4 @@ "rimraf": "^3.0.2", "typescript": "^4.7.4" } -} \ No newline at end of file +} diff --git a/integrations/tendermint-bsync/CHANGELOG.md b/integrations/tendermint-bsync/CHANGELOG.md index 033a6c43..9035809b 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.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.7...@kyvejs/tendermint-bsync@1.2.0) (2024-07-03) + +### Features + +- v1.5.x ([#136](https://github.com/KYVENetwork/kyvejs/issues/136)) ([97d8b54](https://github.com/KYVENetwork/kyvejs/commit/97d8b54833d50bee7eb1a6e17d61f71d81887a9d)), closes [#133](https://github.com/KYVENetwork/kyvejs/issues/133) + ## [1.1.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.6...@kyvejs/tendermint-bsync@1.1.7) (2024-04-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 6908793e..ab03abf5 100644 --- a/integrations/tendermint-bsync/package.json +++ b/integrations/tendermint-bsync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-bsync", - "version": "1.1.7", + "version": "1.2.0", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,8 +22,8 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.7", - "@kyvejs/sdk": "1.2.0", + "@kyvejs/protocol": "1.2.0", + "@kyvejs/sdk": "1.3.0", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 85dedd2f..6bdae0d0 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.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.8...@kyvejs/tendermint-ssync@1.2.0) (2024-07-03) + +### Features + +- update tendermint-ssync ([#143](https://github.com/KYVENetwork/kyvejs/issues/143)) ([9be090b](https://github.com/KYVENetwork/kyvejs/commit/9be090be55dc10e4bd50ba00698a34b8a1ef6069)) + ## [1.1.8](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.7...@kyvejs/tendermint-ssync@1.1.8) (2024-04-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 7a59585e..5d0dcba2 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.1.8", + "version": "1.2.0", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,7 +22,7 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.7", + "@kyvejs/protocol": "1.2.0", "axios": "^0.27.2" }, "devDependencies": { diff --git a/integrations/tendermint/CHANGELOG.md b/integrations/tendermint/CHANGELOG.md index fd9b030a..45a2599a 100644 --- a/integrations/tendermint/CHANGELOG.md +++ b/integrations/tendermint/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.8...@kyvejs/tendermint@1.2.0) (2024-07-03) + +### Bug Fixes + +- remove max bytes from schema ([#142](https://github.com/KYVENetwork/kyvejs/issues/142)) ([25fa879](https://github.com/KYVENetwork/kyvejs/commit/25fa879296aaeb89c755bad24ad01df260fb4b52)) + +### Features + +- v1.5.x ([#136](https://github.com/KYVENetwork/kyvejs/issues/136)) ([97d8b54](https://github.com/KYVENetwork/kyvejs/commit/97d8b54833d50bee7eb1a6e17d61f71d81887a9d)), closes [#133](https://github.com/KYVENetwork/kyvejs/issues/133) + ## [1.1.8](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.7...@kyvejs/tendermint@1.1.8) (2024-04-03) **Note:** Version bump only for package @kyvejs/tendermint diff --git a/integrations/tendermint/package.json b/integrations/tendermint/package.json index 7598c155..7ab354e6 100644 --- a/integrations/tendermint/package.json +++ b/integrations/tendermint/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint", - "version": "1.1.8", + "version": "1.2.0", "license": "MIT", "scripts": { "build": "rimraf dist && tsc", @@ -22,8 +22,8 @@ "singleQuote": true }, "dependencies": { - "@kyvejs/protocol": "1.1.7", - "@kyvejs/sdk": "1.2.0", + "@kyvejs/protocol": "1.2.0", + "@kyvejs/sdk": "1.3.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 c61ddf0e..81e8553f 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.4.0](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.3.2...@kyve/kysor@1.4.0) (2024-07-03) + +### Features + +- v1.5.x ([#136](https://github.com/KYVENetwork/kyvejs/issues/136)) ([97d8b54](https://github.com/KYVENetwork/kyvejs/commit/97d8b54833d50bee7eb1a6e17d61f71d81887a9d)), closes [#133](https://github.com/KYVENetwork/kyvejs/issues/133) + ## [1.3.2](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.3.1...@kyve/kysor@1.3.2) (2024-04-03) **Note:** Version bump only for package @kyve/kysor diff --git a/tools/kysor/package.json b/tools/kysor/package.json index 0775bba3..95254cd6 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.2", + "version": "1.4.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.2.0", - "@kyvejs/types": "1.3.0", + "@kyvejs/sdk": "1.3.0", + "@kyvejs/types": "1.4.0", "axios": "^0.27.2", "bignumber.js": "^9.1.0", "commander": "^9.4.0",