Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
 - @kyvejs/protocol@1.0.5
 - @kyvejs/tendermint@1.0.1
 - @kyvejs/tendermint-bsync@1.0.5
  • Loading branch information
troykessler committed Aug 10, 2023
1 parent a9289b7 commit 02ca813
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
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.0.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.4...@kyvejs/protocol@1.0.5) (2023-08-10)

### Bug Fixes

- moved all checks before validator initialization ([#62](https://github.com/KYVENetwork/kyvejs/issues/62)) ([8822cbe](https://github.com/KYVENetwork/kyvejs/commit/8822cbee270f3468ae3d2e66d4f0c6fcc374cd9c))

## [1.0.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.3...@kyvejs/protocol@1.0.4) (2023-08-09)

### Bug Fixes
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.0.4",
"version": "1.0.5",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": {
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.0.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.4...@kyvejs/tendermint-bsync@1.0.5) (2023-08-10)

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

## [1.0.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.3...@kyvejs/tendermint-bsync@1.0.4) (2023-08-09)

**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.0.4",
"version": "1.0.5",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.4",
"@kyvejs/protocol": "1.0.5",
"axios": "^0.27.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions integrations/tendermint/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.0.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.0...@kyvejs/tendermint@1.0.1) (2023-08-10)

### Bug Fixes

- reset version ([a9289b7](https://github.com/KYVENetwork/kyvejs/commit/a9289b76b6d3dfa98edc2a4c5403be238ee5dddb))

# [1.0.0-beta.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.0-beta.1...@kyvejs/tendermint@1.0.0-beta.2) (2023-08-09)

### 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.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.4",
"@kyvejs/protocol": "1.0.5",
"ajv": "^8.12.0",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
Expand Down

0 comments on commit 02ca813

Please sign in to comment.