Skip to content

Commit a9c5409

Browse files
committed
chore: released new version
- @kyvejs/protocol@1.4.0 - @kyvejs/sdk@1.4.0 - @kyvejs/types@1.5.0 - @kyvejs/ethereum-blobs@1.0.0-beta.11 - @kyvejs/evm@1.1.0-beta.10 - @kyvejs/tendermint@1.3.0 - @kyvejs/tendermint-bsync@1.2.9 - @kyvejs/tendermint-ssync@1.3.0 - @kyve/kysor@1.5.0
1 parent 5fee7f9 commit a9c5409

18 files changed

Lines changed: 71 additions & 23 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.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.3.2...@kyvejs/protocol@1.4.0) (2025-02-14)
7+
8+
### Features
9+
10+
- shared staking ([#165](https://github.com/KYVENetwork/kyvejs/issues/165)) ([5fee7f9](https://github.com/KYVENetwork/kyvejs/commit/5fee7f9db9c0aa47b0486ca880643333a7bdcc1a))
11+
612
## [1.3.2](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/protocol@1.3.1...@kyvejs/protocol@1.3.2) (2025-02-13)
713

814
### Bug Fixes

common/protocol/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyvejs/protocol",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"main": "./dist/src/index.js",
55
"types": "./dist/src/index.d.ts",
66
"repository": {
@@ -22,8 +22,8 @@
2222
"@ardrive/turbo-sdk": "^1.14.1",
2323
"@bundlr-network/client": "^0.8.9",
2424
"@kyvejs/coins": "1.0.3",
25-
"@kyvejs/sdk": "1.3.4",
26-
"@kyvejs/types": "1.4.1",
25+
"@kyvejs/sdk": "1.4.0",
26+
"@kyvejs/types": "1.5.0",
2727
"arweave": "^1.10.17",
2828
"axios": "^0.27.2",
2929
"bignumber.js": "^9.1.2",

common/sdk/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.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.3.4...@kyvejs/sdk@1.4.0) (2025-02-14)
7+
8+
### Features
9+
10+
- shared staking ([#165](https://github.com/KYVENetwork/kyvejs/issues/165)) ([5fee7f9](https://github.com/KYVENetwork/kyvejs/commit/5fee7f9db9c0aa47b0486ca880643333a7bdcc1a))
11+
612
## [1.3.4](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.3.3...@kyvejs/sdk@1.3.4) (2025-01-15)
713

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

common/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyvejs/sdk",
3-
"version": "1.3.4",
3+
"version": "1.4.0",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"files": [
@@ -31,7 +31,7 @@
3131
"@cosmjs/stargate": "^0.32.4",
3232
"@cosmostation/extension-client": "^0.1.15",
3333
"@keplr-wallet/cosmos": "^0.12.96",
34-
"@kyvejs/types": "1.4.1",
34+
"@kyvejs/types": "1.5.0",
3535
"axios": "^0.27.2",
3636
"bech32": "2.0.0",
3737
"bignumber.js": "9.1.2",

common/types/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.5.0](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/types@1.4.1...@kyvejs/types@1.5.0) (2025-02-14)
7+
8+
### Features
9+
10+
- shared staking ([#165](https://github.com/KYVENetwork/kyvejs/issues/165)) ([5fee7f9](https://github.com/KYVENetwork/kyvejs/commit/5fee7f9db9c0aa47b0486ca880643333a7bdcc1a))
11+
612
## [1.4.1](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/types@1.4.0...@kyvejs/types@1.4.1) (2024-09-13)
713

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

common/types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyvejs/types",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"repository": {
@@ -26,8 +26,8 @@
2626
"typescript": "^4.7.3"
2727
},
2828
"dependencies": {
29+
"@bufbuild/protobuf": "^2.2.3",
2930
"long": "^5.2.3",
30-
"protobufjs": "^7.4.0",
31-
"@bufbuild/protobuf": "^2.2.3"
31+
"protobufjs": "^7.4.0"
3232
}
3333
}

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.11](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.10...@kyvejs/ethereum-blobs@1.0.0-beta.11) (2025-02-14)
7+
8+
**Note:** Version bump only for package @kyvejs/ethereum-blobs
9+
610
# [1.0.0-beta.10](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/ethereum-blobs@1.0.0-beta.9...@kyvejs/ethereum-blobs@1.0.0-beta.10) (2025-02-13)
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.10",
3+
"version": "1.0.0-beta.11",
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
2222
"singleQuote": true
2323
},
2424
"dependencies": {
25-
"@kyvejs/protocol": "1.3.2",
25+
"@kyvejs/protocol": "1.4.0",
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.10](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.9...@kyvejs/evm@1.1.0-beta.10) (2025-02-14)
7+
8+
**Note:** Version bump only for package @kyvejs/evm
9+
610
# [1.1.0-beta.9](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/evm@1.1.0-beta.8...@kyvejs/evm@1.1.0-beta.9) (2025-02-13)
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.9",
3+
"version": "1.1.0-beta.10",
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",
@@ -22,7 +22,7 @@
2222
"singleQuote": true
2323
},
2424
"dependencies": {
25-
"@kyvejs/protocol": "1.3.2",
25+
"@kyvejs/protocol": "1.4.0",
2626
"ethers": "^5.6.5"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)