Skip to content

Commit a421efa

Browse files
ci(repo): Version packages
1 parent 6ce705c commit a421efa

11 files changed

+32
-19
lines changed

.changeset/chilled-starfishes-jam.md

-5
This file was deleted.

.changeset/perfect-carrots-arrive.md

-5
This file was deleted.

.changeset/silver-dodos-invite.md

-5
This file was deleted.

packages/chrome-extension/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.2.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ce705cc9dab04db4872b7e9004fdb47739c68c3`](https://github.com/clerk/javascript/commit/6ce705cc9dab04db4872b7e9004fdb47739c68c3), [`f936cf121ea85af131619d13129cca5fa01c46fc`](https://github.com/clerk/javascript/commit/f936cf121ea85af131619d13129cca5fa01c46fc)]:
8+
- @clerk/clerk-js@5.52.2
9+
310
## 2.2.7
411

512
### Patch Changes

packages/chrome-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/clerk-js/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 5.52.2
4+
5+
### Patch Changes
6+
7+
- Fix issue accessing routing option when componentProps is undefined. ([#5088](https://github.com/clerk/javascript/pull/5088)) by [@alexcarpenter](https://github.com/alexcarpenter)
8+
9+
- `createAllowedRedirectOrigins` now takes the instance type into account to include Frontend API URL for development instances. This is necessary to properly support Clerk as an IdP with OAuth for development instances. ([#4767](https://github.com/clerk/javascript/pull/4767)) by [@kostaspt](https://github.com/kostaspt)
10+
311
## 5.52.1
412

513
### Patch Changes

packages/clerk-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "5.52.1",
3+
"version": "5.52.2",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

packages/expo/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.7.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ce705cc9dab04db4872b7e9004fdb47739c68c3`](https://github.com/clerk/javascript/commit/6ce705cc9dab04db4872b7e9004fdb47739c68c3), [`f936cf121ea85af131619d13129cca5fa01c46fc`](https://github.com/clerk/javascript/commit/f936cf121ea85af131619d13129cca5fa01c46fc)]:
8+
- @clerk/clerk-js@5.52.2
9+
310
## 2.7.5
411

512
### Patch Changes

packages/expo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "2.7.5",
3+
"version": "2.7.6",
44
"description": "Clerk React Native/Expo library",
55
"keywords": [
66
"react",

packages/nextjs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 6.11.2
4+
5+
### Patch Changes
6+
7+
- Fixes the "Unable to verify request ..." error occured when switching keys from an application running on keyless and a regular claimed application and there is a user signed-in. ([#5085](https://github.com/clerk/javascript/pull/5085)) by [@panteliselef](https://github.com/panteliselef)
8+
39
## 6.11.1
410

511
### Patch Changes

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nextjs",
3-
"version": "6.11.1",
3+
"version": "6.11.2",
44
"description": "Clerk SDK for NextJS",
55
"keywords": [
66
"clerk",

0 commit comments

Comments
 (0)