Skip to content

Commit

Permalink
Bump version to 1.6.0 + Changelogs (#146)
Browse files Browse the repository at this point in the history
* [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)
  • Loading branch information
CassioMG authored Jul 2, 2024
1 parent ef78092 commit 77e81bb
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
5 changes: 5 additions & 0 deletions @stellar/typescript-wallet-sdk-km/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release notes - Typescript Wallet SDK Key Manager - 1.6.0

### Added
* Upgrade @stellar/stellar-sdk to 12.1.0 (#143)

# Release notes - Typescript Wallet SDK Key Manager - 1.5.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.5.0",
"version": "1.6.0",
"engines": {
"node": ">=18"
},
Expand Down
7 changes: 6 additions & 1 deletion @stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Release notes - Typescript Wallet SDK Key Soroban - 1.5.0
# Release notes - Typescript Wallet SDK Soroban - 1.6.0

### Added
* Upgrade @stellar/stellar-sdk to 12.1.0 (#143)

# Release notes - Typescript Wallet SDK Soroban - 1.5.0

### Added
* Init to the project, added soroban functionality
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.5.0",
"version": "1.6.0",
"engines": {
"node": ">=18"
},
Expand Down
12 changes: 11 additions & 1 deletion @stellar/typescript-wallet-sdk/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Release notes - Typescript Wallet SDK - 1.6.0

### Added
* Support for Sep-7 (#141)(#144)
* Upgrade @stellar/stellar-sdk to 12.1.0 (#143)
* New on_hold status (#140)

### Fixed
* [BREAKING CHANGE] Fix response objects returned on Customer functions (#142)

# Release notes - Typescript Wallet SDK - 1.5.0

# Added
### Added
* AuthHeaderSigner to Authentication Flow
* End to end tests for testing browser build
* Beta builds on merges to develop branch
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.5.0",
"version": "1.6.0",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 77e81bb

Please sign in to comment.