Skip to content

Commit

Permalink
chore: released new version
Browse files Browse the repository at this point in the history
 - @kyvejs/protocol@1.3.0
 - @kyvejs/ethereum-blobs@1.0.0-beta.8
 - @kyvejs/evm@1.1.0-beta.7
 - @kyvejs/tendermint@1.2.8
 - @kyvejs/tendermint-bsync@1.2.6
 - @kyvejs/tendermint-ssync@1.2.5
troykessler committed Oct 30, 2024
1 parent 35cec1a commit 7e02da9
Showing 12 changed files with 39 additions and 13 deletions.
6 changes: 6 additions & 0 deletions common/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.3.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.2.4...@kyvejs/protocol@1.3.0) (2024-10-30)

### Features

- add new storage provider ArDrive Turbo ([#158](https://github.com/KYVENetwork/kyvejs/issues/158)) ([35cec1a](https://github.com/KYVENetwork/kyvejs/commit/35cec1a01a76ff6525290619ee311df217bde8d5))

## [1.2.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.2.3...@kyvejs/protocol@1.2.4) (2024-09-13)

**Note:** Version bump only for package @kyvejs/protocol
6 changes: 3 additions & 3 deletions common/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/protocol",
"version": "1.2.4",
"version": "1.3.0",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": {
@@ -19,6 +19,7 @@
"doc": "typedoc"
},
"dependencies": {
"@ardrive/turbo-sdk": "^1.14.1",
"@bundlr-network/client": "^0.8.9",
"@kyvejs/sdk": "1.3.3",
"@kyvejs/types": "1.4.1",
@@ -36,8 +37,7 @@
"semver": "^7.5.3",
"tslog": "^3.2.2",
"unique-names-generator": "^4.6.0",
"uuid": "^9.0.0",
"@ardrive/turbo-sdk": "^1.14.1"
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/clone": "^2.1.1",
4 changes: 4 additions & 0 deletions integrations/ethereum-blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.8](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.7...@kyvejs/ethereum-blobs@1.0.0-beta.8) (2024-10-30)

**Note:** Version bump only for package @kyvejs/ethereum-blobs

# [1.0.0-beta.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.6...@kyvejs/ethereum-blobs@1.0.0-beta.7) (2024-09-13)

**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.7",
"version": "1.0.0-beta.8",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.4",
"@kyvejs/protocol": "1.3.0",
"axios": "^0.27.2",
"dotenv": "^16.3.1"
},
4 changes: 4 additions & 0 deletions integrations/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0-beta.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.6...@kyvejs/evm@1.1.0-beta.7) (2024-10-30)

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

# [1.1.0-beta.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.5...@kyvejs/evm@1.1.0-beta.6) (2024-09-13)

**Note:** Version bump only for package @kyvejs/evm
4 changes: 2 additions & 2 deletions integrations/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyvejs/evm",
"version": "1.1.0-beta.6",
"version": "1.1.0-beta.7",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.4",
"@kyvejs/protocol": "1.3.0",
"ethers": "^5.6.5"
},
"devDependencies": {
4 changes: 4 additions & 0 deletions integrations/tendermint-bsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.2.5...@kyvejs/tendermint-bsync@1.2.6) (2024-10-30)

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

## [1.2.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.2.4...@kyvejs/tendermint-bsync@1.2.5) (2024-09-13)

**Note:** Version bump only for package @kyvejs/tendermint-bsync
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.2.5",
"version": "1.2.6",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.4",
"@kyvejs/protocol": "1.3.0",
"@kyvejs/sdk": "1.3.3",
"axios": "^0.27.2"
},
4 changes: 4 additions & 0 deletions integrations/tendermint-ssync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.2.4...@kyvejs/tendermint-ssync@1.2.5) (2024-10-30)

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

## [1.2.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.2.3...@kyvejs/tendermint-ssync@1.2.4) (2024-09-13)

**Note:** Version bump only for package @kyvejs/tendermint-ssync
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.2.4",
"version": "1.2.5",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.4",
"@kyvejs/protocol": "1.3.0",
"axios": "^0.27.2"
},
"devDependencies": {
4 changes: 4 additions & 0 deletions integrations/tendermint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.8](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.7...@kyvejs/tendermint@1.2.8) (2024-10-30)

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

## [1.2.7](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint@1.2.6...@kyvejs/tendermint@1.2.7) (2024-10-24)

### Bug Fixes
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.2.7",
"version": "1.2.8",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyvejs/protocol": "1.2.4",
"@kyvejs/protocol": "1.3.0",
"@kyvejs/sdk": "1.3.3",
"ajv": "^8.12.0",
"axios": "^0.27.2",

0 comments on commit 7e02da9

Please sign in to comment.