Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jan 3, 2024
1 parent ccac962 commit 426a5e7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
7 changes: 7 additions & 0 deletions common/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- abort if different bundle round was returned from api ([#113](https://github.com/KYVENetwork/kyvejs/issues/113)) ([ccac962](https://github.com/KYVENetwork/kyvejs/commit/ccac96240ddd4550d15d0970f7e4ffb33feeb188))
- archive debug bundle on invalid vote and added unit tests ([#112](https://github.com/KYVENetwork/kyvejs/issues/112)) ([800d4a1](https://github.com/KYVENetwork/kyvejs/commit/800d4a1e9b1897d8572c178769c87c8f4b0e1599))

## [1.1.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-12-15)

### 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.1.1",
"version": "1.1.2",
"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.1.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-01-03)

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

## [1.1.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-12-15)

**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.1",
"version": "1.1.2",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.1",
"@kyvejs/protocol": "1.1.2",
"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.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-01-03)

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

## [1.1.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-12-15)

### Bug Fixes
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.1",
"version": "1.1.2",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.1",
"@kyvejs/protocol": "1.1.2",
"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.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2024-01-03)

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

## [1.1.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-12-15)

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

0 comments on commit 426a5e7

Please sign in to comment.