Skip to content

Commit 92e69a5

Browse files
chore(release): v2.62.0-beta.3 (#3000)
Signed-off-by: venilinvasilev <[email protected]>
1 parent 7d89b12 commit 92e69a5

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ 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.62.0-beta.3
9+
10+
### Added
11+
12+
- Support for browser and CDN distribution by generating UMD build files. by @ivaylonikolov7 in #2980
13+
- UMD files are output to the `dist/` directory during the build process.
14+
- These files can be served via [unpkg.com](https://www.unpkg.com/) for easy integration in browser environments without a bundler.
15+
816
## v2.62.0-beta.2
917

10-
- fix: remove circular dependancy in dependencies by @ivaylonikolov7 in https://github.com/hiero-ledger/hiero-sdk-js/pull/2985
11-
- chore: bump elliptic peer dep by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2976
12-
- refactor: remove account creation in integration tests by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2970
13-
- chore: bump elliptic version by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2977
14-
- chore: regenerate lock file for tck by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2978
18+
- fix: remove circular dependancy in dependencies by @ivaylonikolov7 in https://github.com/hiero-ledger/hiero-sdk-js/pull/2985
19+
- chore: bump elliptic peer dep by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2976
20+
- refactor: remove account creation in integration tests by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2970
21+
- chore: bump elliptic version by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2977
22+
- chore: regenerate lock file for tck by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2978
1523

1624
## v2.62.0-beta.1
1725

@@ -23,10 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2331
- feat: manual update client address book by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2928
2432
- docs: add some comments about the toSolidityAddress function by @Neurone in https://github.com/hiero-ledger/hiero-sdk-js/pull/2220
2533
- docs: add note in documentation when running examples by @ivaylonikolov7 in https://github.com/hiero-ledger/hiero-sdk-js/pull/2962
26-
- chore(deps): bump @babel/runtime in /examples/react-native-example by @dependabot in
27-
https://github.com/hiero-ledger/hiero-sdk-js/pull/2947
28-
- chore(deps): bump @babel/helpers in /examples/react-native-example by @dependabot in
29-
https://github.com/hiero-ledger/hiero-sdk-js/pull/2949
34+
- chore(deps): bump @babel/runtime in /examples/react-native-example by @dependabot in
35+
https://github.com/hiero-ledger/hiero-sdk-js/pull/2947
36+
- chore(deps): bump @babel/helpers in /examples/react-native-example by @dependabot in
37+
https://github.com/hiero-ledger/hiero-sdk-js/pull/2949
3038
- chore(deps): bump @babel/helpers from 7.26.0 to 7.26.10 by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2948
3139
- chore(deps): bump axios from 1.7.9 to 1.8.2 in /examples by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2942
3240
- chore(deps): bump @babel/helpers by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2951

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/sdk",
3-
"version": "2.62.0-beta.2",
3+
"version": "2.62.0-beta.3",
44
"description": "Hiero SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",

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.

0 commit comments

Comments
 (0)