Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions @stellar/typescript-wallet-sdk-km/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Release notes - Typescript Wallet SDK Key Manager - 1.9.0
* Version bump

# Release notes - Typescript Wallet SDK Key Manager - 1.8.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.8.0",
"version": "1.9.0",
"engines": {
"node": ">=18"
},
Expand Down
3 changes: 3 additions & 0 deletions @stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Release notes - Typescript Wallet SDK Soroban - 1.9.0
* Version bump

# Release notes - Typescript Wallet SDK Soroban - 1.8.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.8.0",
"version": "1.9.0",
"engines": {
"node": ">=18"
},
Expand Down
5 changes: 5 additions & 0 deletions @stellar/typescript-wallet-sdk/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release notes - Typescript Wallet SDK - 1.9.0

### Added
* Added SEP-43 types: (#186)

# Release notes - Typescript Wallet SDK - 1.8.0

### Added
Expand Down
Loading