Skip to content

Commit c8d036b

Browse files
authored
Major bump version to v2.0.0 + Changelogs (#234)
1 parent 1a6ef58 commit c8d036b

6 files changed

Lines changed: 36 additions & 3 deletions

File tree

@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 - 2.0.0
2+
3+
### BREAKING CHANGES
4+
* Minimum Node.js version bumped from 18 to 20 (#233)
5+
* Upgraded `@stellar/stellar-sdk` from `13.0.0-beta.1` to `14.5.0` (#233)
6+
7+
### Changed
8+
* SEP-10 challenge validation errors now throw plain `Error` instead of `InvalidChallengeError` (upstream SDK change) (#233)
9+
110
# Release notes - Typescript Wallet SDK Key Manager - 1.10.0
211
* Version bump
312

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

@stellar/typescript-wallet-sdk-soroban/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 Soroban - 2.0.0
2+
3+
### BREAKING CHANGES
4+
* Minimum Node.js version bumped from 18 to 20 (#233)
5+
* Upgraded `@stellar/stellar-sdk` from `13.0.0-beta.1` to `14.5.0` (#233)
6+
7+
### Fixed
8+
* Fixed XDR type compatibility for SDK v14 — replaced `StrKey.encodeContract(contractId())` with `Address.fromScAddress()` to handle `Hash` type change from `Buffer` to `Opaque[]` (#233)
9+
110
# Release notes - Typescript Wallet SDK Soroban - 1.10.0
211
* Version bump
312

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

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release notes - Typescript Wallet SDK - 2.0.0
2+
3+
### BREAKING CHANGES
4+
* Minimum Node.js version bumped from 18 to 20 (#233)
5+
* Upgraded `@stellar/stellar-sdk` from `13.0.0-beta.1` to `14.5.0` (#233)
6+
* `serverSigningKey` is now required for SEP-10 authentication (#233)
7+
* `RecoveryServer.signingKey` is now required in the type definition (#233)
8+
9+
### Added
10+
* `MissingSigningKeyError` — thrown when anchor's `stellar.toml` does not contain a `SIGNING_KEY` (#233)
11+
* `ChallengeValidationFailedError` and `NetworkPassphraseMismatchError` error classes for clearer SEP-10 error handling (#233)
12+
13+
### Removed
14+
* Local `readChallengeTx` fallback function (#233)
15+
116
# Release notes - Typescript Wallet SDK - 1.10.0
217

318
### 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.10.0",
3+
"version": "2.0.0",
44
"engines": {
55
"node": ">=20"
66
},

0 commit comments

Comments
 (0)