Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
 - @kyvejs/coins@1.0.3
 - @kyvejs/protocol@1.2.0
 - @kyvejs/sdk@1.3.0
 - @kyvejs/types@1.4.0
 - @kyvejs/ethereum-blobs@1.0.0-beta.3
 - @kyvejs/evm@1.1.0-beta.2
 - @kyvejs/tendermint@1.2.0
 - @kyvejs/tendermint-bsync@1.2.0
 - @kyvejs/tendermint-ssync@1.2.0
 - @kyve/kysor@1.4.0
  • Loading branch information
troykessler committed Jul 3, 2024
1 parent 0935a80 commit 503281c
Show file tree
Hide file tree
Showing 20 changed files with 94 additions and 26 deletions.
10 changes: 10 additions & 0 deletions common/coins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions common/coins/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
}
}
6 changes: 6 additions & 0 deletions common/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions common/protocol/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions common/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions common/sdk/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions common/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/types/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions integrations/ethereum-blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions integrations/ethereum-blobs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
8 changes: 8 additions & 0 deletions integrations/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions integrations/evm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.7",
"@kyvejs/protocol": "1.2.0",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand All @@ -31,4 +31,4 @@
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
}
}
}
6 changes: 6 additions & 0 deletions integrations/tendermint-bsync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions integrations/tendermint-bsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/tendermint-bsync",
"version": "1.1.7",
"version": "1.2.0",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions integrations/tendermint-ssync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions integrations/tendermint-ssync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/tendermint-ssync",
"version": "1.1.8",
"version": "1.2.0",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.7",
"@kyvejs/protocol": "1.2.0",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions integrations/tendermint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions integrations/tendermint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/tendermint",
"version": "1.1.8",
"version": "1.2.0",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions tools/kysor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tools/kysor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 503281c

Please sign in to comment.