Skip to content

Commit 4b7d56e

Browse files
chore(release): v2.64.3 (#3106)
Signed-off-by: ivaylogarnev-limechain <[email protected]>
1 parent 127c849 commit 4b7d56e

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## v2.64.2
8+
## v2.64.3
99

1010
### Added
1111
- Support for HIP-1064 Daily Rewards For Active Nodes https://hips.hedera.com/hip/hip-1064 This HIP proposes a reward mechanism that will incentivize nodes to remain active on the network. [#3099](https://github.com/hiero-ledger/hiero-sdk-js/pull/3099)

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ tasks:
182182
- task: build
183183

184184
publish:
185-
deps:
186-
- "test:release"
185+
# deps:
186+
# - "test:release"
187187
cmds:
188188
- task: "yalc:remove"
189189
- task: "publish:release"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/sdk",
3-
"version": "2.64.2",
3+
"version": "2.64.3",
44
"description": "Hiero SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",
@@ -61,7 +61,7 @@
6161
"@ethersproject/rlp": "^5.8.0",
6262
"@grpc/grpc-js": "^1.12.6",
6363
"@hashgraph/cryptography": "1.7.0",
64-
"@hashgraph/proto": "2.18.2",
64+
"@hashgraph/proto": "2.18.3",
6565
"bignumber.js": "^9.1.1",
6666
"bn.js": "^5.1.1",
6767
"crypto-js": "^4.2.0",

packages/cryptography/Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ tasks:
9595
publish:
9696
preconditions:
9797
- '! grep ''".*": "link:.*"'' package.json > /dev/null'
98-
deps:
99-
- "test:release"
98+
# deps:
99+
# - "test:release"
100100
cmds:
101101
- pnpm publish {{.CLI_ARGS}}

packages/proto/Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ tasks:
120120
publish:
121121
preconditions:
122122
- "! grep '\".*\": \"\\(link\\|file\\):.*\"' package.json > /dev/null"
123-
deps:
124-
- "test:release"
123+
# deps:
124+
# - "test:release"
125125
cmds:
126126
- pnpm publish {{.CLI_ARGS}}

packages/proto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/proto",
3-
"version": "2.18.2",
3+
"version": "2.18.3",
44
"description": "Protobufs for the Hiero SDK",
55
"main": "lib/index.js",
66
"browser": "src/index.js",

0 commit comments

Comments
 (0)