Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
 - @kyvejs/protocol@1.0.13
 - @kyvejs/types@1.1.0
 - @kyvejs/tendermint@1.0.9
 - @kyvejs/tendermint-bsync@1.0.13
 - @kyvejs/tendermint-ssync@1.0.0-beta.7
  • Loading branch information
troykessler committed Oct 19, 2023
1 parent afade99 commit bf5001c
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 8 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.13](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.12...@kyvejs/protocol@1.0.13) (2023-10-19)

### Bug Fixes

- idle if data is not available ([#84](https://github.com/KYVENetwork/kyvejs/issues/84)) ([afade99](https://github.com/KYVENetwork/kyvejs/commit/afade998cd967fbb6064275a1a16c224fb1625cf))

## [1.0.12](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.0.11...@kyvejs/protocol@1.0.12) (2023-10-18)

**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.0.12",
"version": "1.0.13",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": {
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.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/types@1.0.3...@kyvejs/types@1.1.0) (2023-10-19)

### Features

- add buf proto generation ([#82](https://github.com/KYVENetwork/kyvejs/issues/82)) ([58bc12c](https://github.com/KYVENetwork/kyvejs/commit/58bc12c92631df33ca03a68bbf0d630347cc3739))

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

**Note:** Version bump only for package @kyvejs/types
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.0.4",
"version": "1.1.0",
"main": "./dist/index.js",
"types": "./dist/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.13](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.12...@kyvejs/tendermint-bsync@1.0.13) (2023-10-19)

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

## [1.0.12](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.0.11...@kyvejs/tendermint-bsync@1.0.12) (2023-10-18)

**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.12",
"version": "1.0.13",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.12",
"@kyvejs/protocol": "1.0.13",
"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.0.0-beta.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.0.0-beta.6...@kyvejs/tendermint-ssync@1.0.0-beta.7) (2023-10-19)

### Bug Fixes

- use key as bundle summary in state-sync runtime ([#83](https://github.com/KYVENetwork/kyvejs/issues/83)) ([da043cc](https://github.com/KYVENetwork/kyvejs/commit/da043cc1ed14a4dabb85357c7a1178b37f2d4ed0))

# [1.0.0-beta.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.0.0-beta.5...@kyvejs/tendermint-ssync@1.0.0-beta.6) (2023-10-18)

**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.0.0-beta.6",
"version": "1.0.0-beta.7",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.12",
"@kyvejs/protocol": "1.0.13",
"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.0.9](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.8...@kyvejs/tendermint@1.0.9) (2023-10-19)

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

## [1.0.8](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.0.7...@kyvejs/tendermint@1.0.8) (2023-10-18)

**Note:** Version bump only for package @kyvejs/tendermint
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.8",
"version": "1.0.9",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.0.12",
"@kyvejs/protocol": "1.0.13",
"ajv": "^8.12.0",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
Expand Down

0 comments on commit bf5001c

Please sign in to comment.