From f69a1f0959ed38d68060e2b452cf70d5b6c7d930 Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Wed, 27 Nov 2024 08:46:38 -0600 Subject: [PATCH] Release packages (2024-11-27) --- .changeset/clever-mayflies-itch.md | 5 ----- .changeset/itchy-jeans-try.md | 5 ----- examples/with-solana-passkeys/package.json | 2 +- examples/with-wallet-stamper/package.json | 2 +- packages/react-native-passkey-stamper/CHANGELOG.md | 8 ++++++++ packages/react-native-passkey-stamper/package.json | 2 +- packages/solana/CHANGELOG.md | 6 ++++++ packages/solana/package.json | 2 +- 8 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 .changeset/clever-mayflies-itch.md delete mode 100644 .changeset/itchy-jeans-try.md diff --git a/.changeset/clever-mayflies-itch.md b/.changeset/clever-mayflies-itch.md deleted file mode 100644 index bc022a2d6..000000000 --- a/.changeset/clever-mayflies-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@turnkey/react-native-passkey-stamper": major ---- - -Upgrade react-native-passkey to 3.0.0 diff --git a/.changeset/itchy-jeans-try.md b/.changeset/itchy-jeans-try.md deleted file mode 100644 index d63b13f0c..000000000 --- a/.changeset/itchy-jeans-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@turnkey/solana": patch ---- - -Add optional org id for all signing methods diff --git a/examples/with-solana-passkeys/package.json b/examples/with-solana-passkeys/package.json index 3a5919aac..568c69573 100644 --- a/examples/with-solana-passkeys/package.json +++ b/examples/with-solana-passkeys/package.json @@ -1,6 +1,6 @@ { "name": "@turnkey/with-solana-passkeys", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/with-wallet-stamper/package.json b/examples/with-wallet-stamper/package.json index a95fe010a..753beeebc 100644 --- a/examples/with-wallet-stamper/package.json +++ b/examples/with-wallet-stamper/package.json @@ -1,6 +1,6 @@ { "name": "with-wallet-stamper", - "version": "0.1.3", + "version": "0.1.4", "private": true, "type": "module", "scripts": { diff --git a/packages/react-native-passkey-stamper/CHANGELOG.md b/packages/react-native-passkey-stamper/CHANGELOG.md index 82151e2b4..b3917a86a 100644 --- a/packages/react-native-passkey-stamper/CHANGELOG.md +++ b/packages/react-native-passkey-stamper/CHANGELOG.md @@ -1,5 +1,13 @@ # @turnkey/react-native-passkey-stamper +## 1.0.0 + +### Major Changes + +Upgrade react-native-passkey to 3.0.0 (see [release notes](https://github.com/f-23/react-native-passkey/releases/tag/v3.0.0)). Among other things you can now specify `withSecurityKey` and `withPlatformKey` (new optional arguments to `createPasskey`) to target platform passkeys or security keys on iOS. The same options can be passed as configuration to `PasskeyStamper` to target these features at authentication time. + +This is a major change because the `transports` property, previously a string array (`Array`) is now an array of enums (`Array`). + ## 0.2.16 ### Patch Changes diff --git a/packages/react-native-passkey-stamper/package.json b/packages/react-native-passkey-stamper/package.json index 2b5a5f8cc..865d05db8 100644 --- a/packages/react-native-passkey-stamper/package.json +++ b/packages/react-native-passkey-stamper/package.json @@ -1,6 +1,6 @@ { "name": "@turnkey/react-native-passkey-stamper", - "version": "0.2.16", + "version": "1.0.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { diff --git a/packages/solana/CHANGELOG.md b/packages/solana/CHANGELOG.md index a1e0a2a10..5c61bd69f 100644 --- a/packages/solana/CHANGELOG.md +++ b/packages/solana/CHANGELOG.md @@ -1,5 +1,11 @@ # @turnkey/solana +## 1.0.4 + +### Patch Changes + +- 9eaf38a: Add optional org id for all signing methods + ## 1.0.3 ### Patch Changes diff --git a/packages/solana/package.json b/packages/solana/package.json index 081bb8271..e3d23606e 100644 --- a/packages/solana/package.json +++ b/packages/solana/package.json @@ -1,6 +1,6 @@ { "name": "@turnkey/solana", - "version": "1.0.3", + "version": "1.0.4", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": {