Skip to content

Commit c5636c2

Browse files
authored
Release 1.7.0 (#155)
1 parent 285bfbb commit c5636c2

File tree

6 files changed

+37
-3
lines changed

6 files changed

+37
-3
lines changed

@stellar/typescript-wallet-sdk-km/CHANGELOG.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release notes - Typescript Wallet SDK Key Manager - 1.7.0
2+
3+
### Added
4+
* Support for `home_domain` on `GET /auth` request (#151)
5+
6+
### Fixed
7+
* Replace `tweetnacl-util` with `@stablelib` packages (#149)
8+
* ^ this fixes the lib `crashing` on `React Native` environment
9+
110
# Release notes - Typescript Wallet SDK Key Manager - 1.6.0
211

312
### Added

@stellar/typescript-wallet-sdk-km/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/typescript-wallet-sdk-km",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"engines": {
55
"node": ">=18"
66
},

@stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Release notes - Typescript Wallet SDK Soroban - 1.7.0
2+
3+
### Added
4+
* Bump version to 1.7.0
5+
16
# Release notes - Typescript Wallet SDK Soroban - 1.6.0
27

38
### Added

@stellar/typescript-wallet-sdk-soroban/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/typescript-wallet-sdk-soroban",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"engines": {
55
"node": ">=18"
66
},

@stellar/typescript-wallet-sdk/CHANGELOG.MD

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Release notes - Typescript Wallet SDK - 1.7.0
2+
3+
### Fixed
4+
* Replace `tweetnacl-util` with `@stablelib` packages (#149)
5+
* this fixes the lib `crashing` on `React Native` environment
6+
* Export missing classes and aliases (#150)
7+
* with this change devs can now access the following classes:
8+
* `Sep6`
9+
* `Sep12`
10+
* `Sep38`
11+
* `StellarAssetId`
12+
* `DomainSigner`
13+
* and aliases:
14+
* `Transfer` (alias for `Sep6` class)
15+
* `Auth` (alias for `Sep10` class)
16+
* `Customer` (alias for `Sep12` class)
17+
* `Interactive` (alias for `Sep24` class)
18+
* `Quote` (alias for `Sep38` class)
19+
* `XLM` (alias for `NativeAssetId` class)
20+
121
# Release notes - Typescript Wallet SDK - 1.6.0
222

323
### Added

@stellar/typescript-wallet-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/typescript-wallet-sdk",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)