Skip to content
Merged
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/good-paws-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pets-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-cars-flash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/serious-turtles-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-fans-flow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-days-thank.md

This file was deleted.

76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"devDependencies": {
"@clerk/eslint-config-custom": "*",
"@clerk/types": "4.5.0",
"@clerk/types": "4.5.1",
"@cloudflare/workers-types": "^3.18.0",
"@types/chai": "^4.3.3",
"@types/cookie": "^0.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.0.16

### Patch Changes

- Updated dependencies [[`f4034ea24`](https://github.com/clerk/javascript/commit/f4034ea24c7b152d3f907e74bf66fcb21bee0017), [`d1c3c3012`](https://github.com/clerk/javascript/commit/d1c3c30124c10c7d96b25908d0fff7e1667726b0), [`4beb00672`](https://github.com/clerk/javascript/commit/4beb00672da64bafd67fbc98181c4c2649a9062c)]:
- @clerk/clerk-js@5.5.3
- @clerk/clerk-react@5.2.2

## 1.0.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "1.0.15",
"version": "1.0.16",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.5.2",
"@clerk/clerk-react": "5.2.1",
"@clerk/clerk-js": "5.5.3",
"@clerk/clerk-react": "5.2.2",
"@clerk/shared": "2.2.1",
"webextension-polyfill": "^0.10.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 5.5.3

### Patch Changes

- Bug fix: Use the correct returnBack url when GoogleOneTap remains open across navigations. ([#3410](https://github.com/clerk/javascript/pull/3410)) by [@panteliselef](https://github.com/panteliselef)

Previously it will only use the url that existed in the browser url bar at the time the component was initially rendered.

- Add `aria-label` and `aria-expanded` in menu trigger to improve accessibility ([#3446](https://github.com/clerk/javascript/pull/3446)) by [@panteliselef](https://github.com/panteliselef)

- Add experimental support for hCaptcha captcha provider ([#3422](https://github.com/clerk/javascript/pull/3422)) by [@anagstef](https://github.com/anagstef)

- Updated dependencies [[`4beb00672`](https://github.com/clerk/javascript/commit/4beb00672da64bafd67fbc98181c4c2649a9062c)]:
- @clerk/types@4.5.1

## 5.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "5.5.2",
"version": "5.5.3",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@clerk/localizations": "2.4.3",
"@clerk/shared": "2.2.1",
"@clerk/types": "4.5.0",
"@clerk/types": "4.5.1",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.25.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/elements

## 0.5.2

### Patch Changes

- Widen optional peerDependency of `next` to include `>=15.0.0-rc`. This way you can use Next.js 15 with Clerk Elements without your package manager complaining. Also allow React 19. ([#3445](https://github.com/clerk/javascript/pull/3445)) by [@LekoArts](https://github.com/LekoArts)

## 0.5.1

### Patch Changes
Expand Down
Loading