Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
 - @kyvejs/protocol@1.1.7
 - @kyvejs/ethereum-blobs@1.0.0-beta.2
 - @kyvejs/tendermint@1.1.8
 - @kyvejs/tendermint-bsync@1.1.7
 - @kyvejs/tendermint-ssync@1.1.8
 - @kyve/kysor@1.3.2
  • Loading branch information
troykessler committed Apr 3, 2024
1 parent 50320ae commit 783e9b8
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 10 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.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

## [1.1.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.1.5...@kyvejs/protocol@1.1.6) (2024-03-25)

**Note:** Version bump only for package @kyvejs/protocol
Expand Down
2 changes: 1 addition & 1 deletion common/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/protocol",
"version": "1.1.6",
"version": "1.1.7",
"main": "./dist/src/index.js",
"types": "./dist/src/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.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

# 1.0.0-beta.1 (2024-04-02)

**Note:** Version bump only for package @kyvejs/ethereum-blobs
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.1",
"version": "1.0.0-beta.2",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.6",
"@kyvejs/protocol": "1.1.7",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
},
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.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

## [1.1.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.1.5...@kyvejs/tendermint-bsync@1.1.6) (2024-03-25)

**Note:** Version bump only for package @kyvejs/tendermint-bsync
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "1.1.7",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.6",
"@kyvejs/protocol": "1.1.7",
"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.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

## [1.1.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.6...@kyvejs/tendermint-ssync@1.1.7) (2024-03-25)

**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.7",
"version": "1.1.8",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.6",
"@kyvejs/protocol": "1.1.7",
"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.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

## [1.1.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.1.6...@kyvejs/tendermint@1.1.7) (2024-03-27)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "1.1.8",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.6",
"@kyvejs/protocol": "1.1.7",
"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.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

## [1.3.1](https://github.com/KYVENetwork/kyvejs/compare/@kyve/kysor@1.3.0...@kyve/kysor@1.3.1) (2024-01-26)

**Note:** Version bump only for package @kyve/kysor
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.3.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/KYVENetwork/kysor#readme",
Expand Down

0 comments on commit 783e9b8

Please sign in to comment.