Skip to content

Commit 3f0c9bd

Browse files
committed
chore: released new version
- @kyvejs/protocol@1.4.3 - @kyvejs/ethereum-blobs@1.0.0-beta.14 - @kyvejs/evm@1.1.0-beta.13 - @kyvejs/tendermint@1.3.3 - @kyvejs/tendermint-bsync@1.2.12 - @kyvejs/tendermint-ssync@1.3.3
1 parent 14cc792 commit 3f0c9bd

12 files changed

Lines changed: 39 additions & 11 deletions

File tree

common/protocol/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.4.2...@kyvejs/protocol@1.4.3) (2025-03-03)
7+
8+
### Bug Fixes
9+
10+
- storage provider error handling ([#167](https://github.com/KYVENetwork/kyvejs/issues/167)) ([14cc792](https://github.com/KYVENetwork/kyvejs/commit/14cc792eb0d59cfb3e9cb8c1e2e150cc1d1a4441))
11+
612
## [1.4.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.4.1...@kyvejs/protocol@1.4.2) (2025-02-21)
713

814
**Note:** Version bump only for package @kyvejs/protocol

common/protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyvejs/protocol",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"main": "./dist/src/index.js",
55
"types": "./dist/src/index.d.ts",
66
"repository": {

integrations/ethereum-blobs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.14](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.13...@kyvejs/ethereum-blobs@1.0.0-beta.14) (2025-03-03)
7+
8+
**Note:** Version bump only for package @kyvejs/ethereum-blobs
9+
610
# [1.0.0-beta.13](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.12...@kyvejs/ethereum-blobs@1.0.0-beta.13) (2025-02-21)
711

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

integrations/ethereum-blobs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyvejs/ethereum-blobs",
3-
"version": "1.0.0-beta.13",
3+
"version": "1.0.0-beta.14",
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
2222
"singleQuote": true
2323
},
2424
"dependencies": {
25-
"@kyvejs/protocol": "1.4.2",
25+
"@kyvejs/protocol": "1.4.3",
2626
"axios": "^0.27.2",
2727
"dotenv": "^16.3.1"
2828
},

integrations/evm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0-beta.13](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.12...@kyvejs/evm@1.1.0-beta.13) (2025-03-03)
7+
8+
**Note:** Version bump only for package @kyvejs/evm
9+
610
# [1.1.0-beta.12](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.11...@kyvejs/evm@1.1.0-beta.12) (2025-02-21)
711

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

integrations/evm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyvejs/evm",
3-
"version": "1.1.0-beta.12",
3+
"version": "1.1.0-beta.13",
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
2222
"singleQuote": true
2323
},
2424
"dependencies": {
25-
"@kyvejs/protocol": "1.4.2",
25+
"@kyvejs/protocol": "1.4.3",
2626
"ethers": "^5.6.5"
2727
},
2828
"devDependencies": {

integrations/tendermint-bsync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.12](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.2.11...@kyvejs/tendermint-bsync@1.2.12) (2025-03-03)
7+
8+
**Note:** Version bump only for package @kyvejs/tendermint-bsync
9+
610
## [1.2.11](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-bsync@1.2.10...@kyvejs/tendermint-bsync@1.2.11) (2025-02-21)
711

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

integrations/tendermint-bsync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyvejs/tendermint-bsync",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
2222
"singleQuote": true
2323
},
2424
"dependencies": {
25-
"@kyvejs/protocol": "1.4.2",
25+
"@kyvejs/protocol": "1.4.3",
2626
"@kyvejs/sdk": "1.4.2",
2727
"axios": "^0.27.2"
2828
},

integrations/tendermint-ssync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.3](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.3.2...@kyvejs/tendermint-ssync@1.3.3) (2025-03-03)
7+
8+
**Note:** Version bump only for package @kyvejs/tendermint-ssync
9+
610
## [1.3.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.3.1...@kyvejs/tendermint-ssync@1.3.2) (2025-02-21)
711

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

integrations/tendermint-ssync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyvejs/tendermint-ssync",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
2222
"singleQuote": true
2323
},
2424
"dependencies": {
25-
"@kyvejs/protocol": "1.4.2",
25+
"@kyvejs/protocol": "1.4.3",
2626
"axios": "^0.27.2"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)