Skip to content

Commit

Permalink
Merge pull-request #434
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 27, 2024
2 parents 7240285 + f69a1f0 commit 2d6e241
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-mayflies-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-jeans-try.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-solana-passkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/with-solana-passkeys",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-wallet-stamper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-wallet-stamper",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native-passkey-stamper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<string>`) is now an array of enums (`Array<AuthenticatorTransport>`).

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-passkey-stamper/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/solana",
"version": "1.0.3",
"version": "1.0.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down

0 comments on commit 2d6e241

Please sign in to comment.