Skip to content

Commit 7f3abaa

Browse files
authored
Merge branch 'main' into brk.feat/upgrade-cli-core-3
2 parents 202e28c + bddd5f9 commit 7f3abaa

File tree

154 files changed

+889
-359
lines changed

Some content is hidden

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

154 files changed

+889
-359
lines changed

.changeset/blue-stars-tie.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/bright-islands-say.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/deprecate-clerk-types.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

.changeset/eight-groups-poke.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
---
44

55
Add support for the latest versions of the following packages:
6-
- `@clerk/react` (replacement for `@clerk/clerk-react`)
7-
- `@clerk/expo` (replacement for `@clerk/clerk-expo`)
6+
- `@clerk/react` (replacement for `@clerk/react`)
7+
- `@clerk/expo` (replacement for `@clerk/expo`)
88
- `@clerk/nextjs`
99
- `@clerk/react-router`
1010
- `@clerk/tanstack-start-react`

.changeset/honest-pigs-move.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-items-crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-dryers-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/set-minimum-expo-53.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ Drop support for Expo 50, 51 and 52. This release includes two breaking changes:
1010

1111
## 1. Updated Expo peer dependency requirements
1212

13-
**@clerk/clerk-expo**
13+
**@clerk/expo**
1414
- **Added** new peer dependency: `expo: >=53 <55`
1515
- The core `expo` package is now explicitly required as a peer dependency
1616
- This ensures compatibility with the Expo SDK version range that supports the features used by Clerk
1717

1818
**@clerk/expo-passkeys**
1919
- **Updated** peer dependency: `expo: >=53 <55` (previously `>=50 <55`)
2020
- Minimum Expo version increased from 50 to 53
21-
- This aligns with the main `@clerk/clerk-expo` package requirements
21+
- This aligns with the main `@clerk/expo` package requirements
2222

2323
## 2. Removed legacy subpath exports
2424

2525
The following packages have removed their legacy subpath export mappings:
26-
- `@clerk/clerk-expo`
26+
- `@clerk/expo`
2727
- `@clerk/shared`
28-
- `@clerk/clerk-react`
28+
- `@clerk/react`
2929
- `@clerk/localizations`
3030

3131
**What changed:**
32-
Previously, these packages used a workaround to support subpath imports (e.g., `@clerk/shared/react`, `@clerk/clerk-expo/web`). These legacy exports have been removed in favor of modern package.json `exports` field configuration.
32+
Previously, these packages used a workaround to support subpath imports (e.g., `@clerk/shared/react`, `@clerk/expo/web`). These legacy exports have been removed in favor of modern package.json `exports` field configuration.
3333

3434
All public APIs remain available through the main package entry points.
3535

.changeset/some-phones-report.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ agent-toolkit:
9393
- any-glob-to-any-file: packages/agent-toolkit/**
9494

9595
# Base branch labels
96-
core2:
96+
core-3:
9797
- base-branch: '^main$'
9898

99-
core3:
100-
- base-branch: '^vincent-and-the-doctor$'
99+
core-2:
100+
- base-branch: '^release/core-2$'

0 commit comments

Comments
 (0)