Skip to content

Commit 77e81bb

Browse files
authored
Bump version to 1.6.0 + Changelogs (#146)
* [Beta build] Bump version to 1.6.0 + Changelogs (#145) * Bump package version to 1.6.0 * Update Changelogs * Add registry-url to beta workflow (#147)
1 parent ef78092 commit 77e81bb

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

@stellar/typescript-wallet-sdk-km/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 Key Manager - 1.6.0
2+
3+
### Added
4+
* Upgrade @stellar/stellar-sdk to 12.1.0 (#143)
5+
16
# Release notes - Typescript Wallet SDK Key Manager - 1.5.0
27

38
### 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.5.0",
3+
"version": "1.6.0",
44
"engines": {
55
"node": ">=18"
66
},

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Release notes - Typescript Wallet SDK Key Soroban - 1.5.0
1+
# Release notes - Typescript Wallet SDK Soroban - 1.6.0
2+
3+
### Added
4+
* Upgrade @stellar/stellar-sdk to 12.1.0 (#143)
5+
6+
# Release notes - Typescript Wallet SDK Soroban - 1.5.0
27

38
### Added
49
* Init to the project, added soroban functionality

@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.5.0",
3+
"version": "1.6.0",
44
"engines": {
55
"node": ">=18"
66
},

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
# Release notes - Typescript Wallet SDK - 1.6.0
2+
3+
### Added
4+
* Support for Sep-7 (#141)(#144)
5+
* Upgrade @stellar/stellar-sdk to 12.1.0 (#143)
6+
* New on_hold status (#140)
7+
8+
### Fixed
9+
* [BREAKING CHANGE] Fix response objects returned on Customer functions (#142)
10+
111
# Release notes - Typescript Wallet SDK - 1.5.0
212

3-
# Added
13+
### Added
414
* AuthHeaderSigner to Authentication Flow
515
* End to end tests for testing browser build
616
* Beta builds on merges to develop branch

@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.5.0",
3+
"version": "1.6.0",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)