Skip to content

Commit cfd9772

Browse files
authored
Merge branch 'main' into experimental/cross-tab-sync
2 parents e759418 + 8734ef5 commit cfd9772

File tree

120 files changed

+2166
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+2166
-621
lines changed

.changeset/early-clowns-dance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/clerk-js': minor
3+
---
4+
5+
Removes SWR as direct dependency

.changeset/fuzzy-donuts-jam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/shared': minor
3+
---
4+
5+
Creates compatibility layer for SWR hooks that were previously inside `@clerk/clerk-js`

.changeset/old-wombats-tease.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ jobs:
310310
'vue',
311311
'nuxt',
312312
'react-router',
313-
'machine',
314313
'custom',
315314
]
316315
test-project: ["chrome"]
@@ -321,6 +320,12 @@ jobs:
321320
- test-name: 'billing'
322321
test-project: 'chrome'
323322
clerk-use-rq: 'true'
323+
- test-name: 'machine'
324+
test-project: 'chrome'
325+
clerk-use-rq: 'false'
326+
- test-name: 'machine'
327+
test-project: 'chrome'
328+
clerk-use-rq: 'true'
324329
- test-name: 'nextjs'
325330
test-project: 'chrome'
326331
next-version: '14'

0 commit comments

Comments
 (0)