Skip to content

Commit

Permalink
Merge branch 'main' into george/usr-405-autoswitch-to-phone-number-in…
Browse files Browse the repository at this point in the history
…put-on-sign-in-start-if-just
  • Loading branch information
desiprisg authored Oct 12, 2023
2 parents 636b9cc + 91e9a55 commit 29bed70
Show file tree
Hide file tree
Showing 65 changed files with 2,148 additions and 1,038 deletions.
13 changes: 13 additions & 0 deletions .changeset/lovely-kiwis-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'gatsby-plugin-clerk': patch
'@clerk/clerk-sdk-node': patch
'@clerk/nextjs': patch
'@clerk/remix': patch
'@clerk/clerk-expo': patch
---

Warn about environment variables deprecations:

- `CLERK_API_KEY`
- `CLERK_FRONTEND_API`
- `NEXT_PUBLIC_CLERK_FRONTEND_API`
2 changes: 2 additions & 0 deletions .changeset/mean-spoons-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
13 changes: 13 additions & 0 deletions .changeset/nasty-ties-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'gatsby-plugin-clerk': patch
'@clerk/clerk-js': patch
'@clerk/chrome-extension': patch
'@clerk/fastify': patch
'@clerk/nextjs': patch
'@clerk/clerk-react': patch
'@clerk/remix': patch
'@clerk/types': patch
'@clerk/clerk-expo': patch
---

Introduce a new property on the core Clerk singleton, `sdkMetadata`. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier.
5 changes: 5 additions & 0 deletions .changeset/seven-shrimps-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/clerk-sdk-node': patch
---

Avoid always showing `__unstable_options` deprecation warning in all applications and SDKs using `@clerk/clerk-sdk-node`
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ yarn-error.log
testem.log
/typings
**/coverage/**
*.tsbuildinfo

# System Files
.DS_Store
Expand Down
Loading

0 comments on commit 29bed70

Please sign in to comment.