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 Dec 15, 2023
1 parent 6915fda commit 40180ad
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 8 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.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-12-15)

### Bug Fixes

- remove unecessary logs ([#109](https://github.com/KYVENetwork/kyvejs/issues/109)) ([6915fda](https://github.com/KYVENetwork/kyvejs/commit/6915fda81b5debce1ca0451857d2fbbd35acdcd5))
- zip archives of binaries ([#106](https://github.com/KYVENetwork/kyvejs/issues/106)) ([b6d8290](https://github.com/KYVENetwork/kyvejs/commit/b6d829042a9f7304603a25b9716b948923fc07dd))

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### Features
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.0",
"version": "1.1.1",
"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.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

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### Features
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.0",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.0",
"@kyvejs/protocol": "1.1.1",
"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.1.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-12-15)

### Bug Fixes

- add prevalidation for snapshot chunk ([#108](https://github.com/KYVENetwork/kyvejs/issues/108)) ([3cba83d](https://github.com/KYVENetwork/kyvejs/commit/3cba83dec15bc293d6e8c01c4628d96b8a99b12c))

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### 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.1.0",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.0",
"@kyvejs/protocol": "1.1.1",
"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.1.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-12-15)

### Bug Fixes

- zip archives of binaries ([#106](https://github.com/KYVENetwork/kyvejs/issues/106)) ([b6d8290](https://github.com/KYVENetwork/kyvejs/commit/b6d829042a9f7304603a25b9716b948923fc07dd))

# [1.1.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/[email protected]...@kyvejs/[email protected]) (2023-11-28)

### Features
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.0",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.1.0",
"@kyvejs/protocol": "1.1.1",
"ajv": "^8.12.0",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
Expand Down
6 changes: 6 additions & 0 deletions tools/kysor/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.2.1](https://github.com/KYVENetwork/kyvejs/compare/@kyve/[email protected]...@kyve/[email protected]) (2023-12-15)

### Bug Fixes

- extract zip files with correct permissions ([#107](https://github.com/KYVENetwork/kyvejs/issues/107)) ([09ff476](https://github.com/KYVENetwork/kyvejs/commit/09ff47675aad7272d18aaffdf660d6a261f03a73))

# [1.2.0](https://github.com/KYVENetwork/kyvejs/compare/@kyve/[email protected]...@kyve/[email protected]) (2023-11-28)

### Features
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.2.0",
"version": "1.2.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/KYVENetwork/kysor#readme",
Expand Down

0 comments on commit 40180ad

Please sign in to comment.