Skip to content
Open
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/android-google-user-id-sub.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/astro-nanoid-security-update.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quiet-flows-move.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tidy-icons-frame.md

This file was deleted.

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

## 4.0.21

### Patch Changes

- Bump `nanoid` to 5.1.16 to pick up an upstream security fix. ([#9565](https://github.com/clerk/javascript/pull/9565)) by [@renovate](https://github.com/apps/renovate)

## 4.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "4.0.20",
"version": "4.0.21",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
6 changes: 6 additions & 0 deletions packages/expo-google-signin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/expo-google-signin

## 1.0.3

### Patch Changes

- Android now reports the Google account's stable identifier (the ID token's `sub` claim) as `user.id` instead of the email address, matching iOS. ([#9606](https://github.com/clerk/javascript/pull/9606)) by [@wobsoriano](https://github.com/wobsoriano)

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-google-signin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-google-signin",
"version": "1.0.2",
"version": "1.0.3",
"description": "Native Google Sign-In module to be used with Clerk for Expo",
"keywords": [
"react-native",
Expand Down
2 changes: 2 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 4.6.2

## 4.6.1

### 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": "4.6.1",
"version": "4.6.2",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
Loading