Skip to content

Commit

Permalink
[Beta] Release 1.7.0 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
CassioMG authored Jul 8, 2024
1 parent 8f92cd3 commit 479944d
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 3 deletions.
9 changes: 9 additions & 0 deletions @stellar/typescript-wallet-sdk-km/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release notes - Typescript Wallet SDK Key Manager - 1.7.0

### Added
* Support for `home_domain` on `GET /auth` request (#151)

### Fixed
* Replace `tweetnacl-util` with `@stablelib` packages (#149)
* ^ this fixes the lib `crashing` on `React Native` environment

# Release notes - Typescript Wallet SDK Key Manager - 1.6.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion @stellar/typescript-wallet-sdk-km/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/typescript-wallet-sdk-km",
"version": "1.6.0",
"version": "1.7.0",
"engines": {
"node": ">=18"
},
Expand Down
5 changes: 5 additions & 0 deletions @stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release notes - Typescript Wallet SDK Soroban - 1.7.0

### Added
* Bump version to 1.7.0

# Release notes - Typescript Wallet SDK Soroban - 1.6.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion @stellar/typescript-wallet-sdk-soroban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/typescript-wallet-sdk-soroban",
"version": "1.6.0",
"version": "1.7.0",
"engines": {
"node": ">=18"
},
Expand Down
20 changes: 20 additions & 0 deletions @stellar/typescript-wallet-sdk/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Release notes - Typescript Wallet SDK - 1.7.0

### Fixed
* Replace `tweetnacl-util` with `@stablelib` packages (#149)
* this fixes the lib `crashing` on `React Native` environment
* Export missing classes and aliases (#150)
* with this change devs can now access the following classes:
* `Sep6`
* `Sep12`
* `Sep38`
* `StellarAssetId`
* `DomainSigner`
* And aliases:
* `Transfer` (alias for `Sep6` class)
* `Auth` (alias for `Sep10` class)
* `Customer` (alias for `Sep12` class)
* `Interactive` (alias for `Sep24` class)
* `Quote` (alias for `Sep38` class)
* `XLM` (alias for `NativeAssetId` class)

# Release notes - Typescript Wallet SDK - 1.6.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion @stellar/typescript-wallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/typescript-wallet-sdk",
"version": "1.6.0",
"version": "1.7.0",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 479944d

Please sign in to comment.