Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/electron-passkeys-corrected-native-packages.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/google-signin-package-heads-up.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-buttons-align.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/electron-passkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/electron-passkeys

## 0.0.3

### Patch Changes

- Publish corrected native platform packages for Electron passkeys. ([#8989](https://github.com/clerk/javascript/pull/8989)) by [@wobsoriano](https://github.com/wobsoriano)

## 0.0.2

### Patch Changes
Expand Down
2 changes: 2 additions & 0 deletions packages/electron-passkeys/npm/darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @clerk/electron-passkeys-darwin-arm64

## 0.0.3

## 0.0.2
2 changes: 1 addition & 1 deletion packages/electron-passkeys/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/electron-passkeys-darwin-arm64",
"version": "0.0.2",
"version": "0.0.3",
"description": "Native passkey support for Clerk's Electron SDK (macOS arm64)",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/electron-passkeys/npm/darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @clerk/electron-passkeys-darwin-x64

## 0.0.3

## 0.0.2
2 changes: 1 addition & 1 deletion packages/electron-passkeys/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/electron-passkeys-darwin-x64",
"version": "0.0.2",
"version": "0.0.3",
"description": "Native passkey support for Clerk's Electron SDK (macOS x64)",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/electron-passkeys/npm/win32-arm64-msvc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @clerk/electron-passkeys-win32-arm64-msvc

## 0.0.3

## 0.0.2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/electron-passkeys-win32-arm64-msvc",
"version": "0.0.2",
"version": "0.0.3",
"description": "Native passkey support for Clerk's Electron SDK (Windows arm64)",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/electron-passkeys/npm/win32-x64-msvc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @clerk/electron-passkeys-win32-x64-msvc

## 0.0.3

## 0.0.2
2 changes: 1 addition & 1 deletion packages/electron-passkeys/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/electron-passkeys-win32-x64-msvc",
"version": "0.0.2",
"version": "0.0.3",
"description": "Native passkey support for Clerk's Electron SDK (Windows x64)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-passkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/electron-passkeys",
"version": "0.0.2",
"version": "0.0.3",
"description": "Native passkey (WebAuthn) support for Clerk's Electron SDK",
"keywords": [
"clerk",
Expand Down
2 changes: 2 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @clerk/electron

## 0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/electron",
"version": "0.0.3",
"version": "0.0.4",
"description": "Clerk SDK for Electron",
"keywords": [
"clerk",
Expand Down
10 changes: 10 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.6.0

### Minor Changes

- Align the iOS native Clerk module and native views with Android by registering them through Expo Modules. ([#8976](https://github.com/clerk/javascript/pull/8976)) by [@mikepitre](https://github.com/mikepitre)

### Patch Changes

- Add a development warning and API docs note that native Google Sign-In will require installing `@clerk/expo-google-signin` in the next major version. ([#8991](https://github.com/clerk/javascript/pull/8991)) by [@wobsoriano](https://github.com/wobsoriano)

## 3.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo",
"version": "3.5.4",
"version": "3.6.0",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
Loading