Skip to content

Commit

Permalink
Beta release v2.37.0-beta.2 (#1995)
Browse files Browse the repository at this point in the history
* version

Signed-off-by: svetoslav-nikol0v <[email protected]>

* release notes

Signed-off-by: svetoslav-nikol0v <[email protected]>

* release beta cryptography package

Signed-off-by: Petar Tonev <[email protected]>

* prepare for beta sdk release

Signed-off-by: Petar Tonev <[email protected]>

---------

Signed-off-by: svetoslav-nikol0v <[email protected]>
Signed-off-by: Petar Tonev <[email protected]>
Co-authored-by: svetoslav-nikol0v <[email protected]>
  • Loading branch information
petreze and svetoslav-nikol0v authored Oct 24, 2023
1 parent 868a23b commit f54e2b8
Show file tree
Hide file tree
Showing 6 changed files with 1,451 additions and 1,390 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## v2.37.0-beta.2

## What's Changed

* Bug on mnemonic.toStandardECDSAsecp256k1PrivateKey() and mnemonic.toEcdsaPrivateKey() by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/1989

## v2.37.0-beta.1

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/sdk",
"version": "2.37.0-beta.1",
"version": "2.37.0-beta.2",
"description": "Hedera™ Hashgraph SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/rlp": "^5.7.0",
"@grpc/grpc-js": "1.8.2",
"@hashgraph/cryptography": "1.4.8-beta.2",
"@hashgraph/cryptography": "1.4.8-beta.3",
"@hashgraph/proto": "2.14.0-beta.2",
"axios": "^1.3.1",
"bignumber.js": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cryptography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/cryptography",
"version": "1.4.8-beta.2",
"version": "1.4.8-beta.3",
"description": "Cryptographic utilities and primitives for the Hedera™ Hashgraph SDK",
"main": "./lib/index.cjs",
"types": "./lib/index.d.ts",
Expand Down
Loading

0 comments on commit f54e2b8

Please sign in to comment.