Skip to content

Commit 9fae591

Browse files
chore(release): v2.75.0 (#3457)
Signed-off-by: Ivaylo Nikolov <[email protected]>
1 parent d1fe01d commit 9fae591

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.75.0
9+
10+
### Fixed
11+
12+
- Fixed pagination issue in `AddressBookQuery` for web environments where only the first page of nodes from the Mirror Node API was being retrieved instead of all available pages. [#3421](https://github.com/hiero-ledger/hiero-sdk-js/pull/3421)
13+
814
## v2.74.0
915

1016
### Fixed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/sdk",
3-
"version": "2.74.0",
3+
"version": "2.75.0",
44
"description": "Hiero SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",
@@ -65,8 +65,8 @@
6565
"@ethersproject/bytes": "5.8.0",
6666
"@ethersproject/rlp": "5.8.0",
6767
"@grpc/grpc-js": "1.12.6",
68-
"@hashgraph/cryptography": "1.12.0",
69-
"@hashgraph/proto": "2.23.0",
68+
"@hashgraph/cryptography": "1.13.0",
69+
"@hashgraph/proto": "2.24.0",
7070
"ansi-regex": "6.2.2",
7171
"ansi-styles": "6.2.3",
7272
"bignumber.js": "9.1.1",

packages/cryptography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/cryptography",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "Cryptographic utilities and primitives for the Hiero SDK",
55
"main": "./lib/index.cjs",
66
"types": "./lib/index.d.ts",

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.23.0",
3+
"version": "2.24.0",
44
"description": "Protobufs for the Hiero SDK",
55
"main": "lib/index.js",
66
"browser": "src/index.js",

src/client/addressbooks/mainnet.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/addressbooks/previewnet.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/addressbooks/testnet.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)