Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm committed Jul 30, 2024
1 parent 7bf5a69 commit d34998b
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 17 deletions.
4 changes: 4 additions & 0 deletions common/protocol/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.2.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-30)

**Note:** Version bump only for package @kyvejs/protocol

# [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-03)

### Features
Expand Down
4 changes: 2 additions & 2 deletions common/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/protocol",
"version": "1.2.0",
"version": "1.2.1",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@bundlr-network/client": "^0.8.9",
"@kyvejs/sdk": "1.3.0",
"@kyvejs/sdk": "1.3.1",
"@kyvejs/types": "1.4.0",
"arweave": "^1.10.17",
"axios": "^0.27.2",
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.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-30)

### Bug Fixes

- amino types ([#147](https://github.com/KYVENetwork/kyvejs/issues/147)) ([7bf5a69](https://github.com/KYVENetwork/kyvejs/commit/7bf5a69455c3b055b0051d811b13672542cdcc8e))

# [1.3.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion common/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/sdk",
"version": "1.3.0",
"version": "1.3.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
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.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-30)

**Note:** Version bump only for package @kyvejs/ethereum-blobs

# [1.0.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-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.3",
"version": "1.0.0-beta.4",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.0",
"@kyvejs/protocol": "1.2.1",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
},
Expand Down
4 changes: 4 additions & 0 deletions integrations/evm/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.1.0-beta.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-30)

**Note:** Version bump only for package @kyvejs/evm

# [1.1.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-03)

**Note:** Version bump only for package @kyvejs/evm
4 changes: 2 additions & 2 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.2",
"version": "1.1.0-beta.3",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.0",
"@kyvejs/protocol": "1.2.1",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions integrations/tendermint-bsync/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.2.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-30)

**Note:** Version bump only for package @kyvejs/tendermint-bsync

## [1.2.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-23)

### Bug Fixes
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.2.1",
"version": "1.2.2",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,8 +22,8 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.0",
"@kyvejs/sdk": "1.3.0",
"@kyvejs/protocol": "1.2.1",
"@kyvejs/sdk": "1.3.1",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions integrations/tendermint-ssync/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.2.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-30)

**Note:** Version bump only for package @kyvejs/tendermint-ssync

# [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-03)

### Features
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.2.0",
"version": "1.2.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.0",
"@kyvejs/protocol": "1.2.1",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions integrations/tendermint/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.2.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-30)

**Note:** Version bump only for package @kyvejs/tendermint

## [1.2.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-07-24)

### Bug Fixes
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.2.1",
"version": "1.2.2",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,8 +22,8 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.0",
"@kyvejs/sdk": "1.3.0",
"@kyvejs/protocol": "1.2.1",
"@kyvejs/sdk": "1.3.1",
"ajv": "^8.12.0",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
Expand Down
4 changes: 4 additions & 0 deletions tools/kysor/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.4.1](https://github.com/KYVENetwork/kyvejs/compare/@kyve/[email protected]...@kyve/[email protected]) (2024-07-30)

**Note:** Version bump only for package @kyve/kysor

# [1.4.0](https://github.com/KYVENetwork/kyvejs/compare/@kyve/[email protected]...@kyve/[email protected]) (2024-07-03)

### Features
Expand Down
4 changes: 2 additions & 2 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.4.0",
"version": "1.4.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/KYVENetwork/kysor#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@kyvejs/sdk": "1.3.0",
"@kyvejs/sdk": "1.3.1",
"@kyvejs/types": "1.4.0",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
Expand Down

0 comments on commit d34998b

Please sign in to comment.