Skip to content

Commit 0e2b879

Browse files
ci(repo): Version packages
1 parent 3ffbe1f commit 0e2b879

8 files changed

Lines changed: 28 additions & 15 deletions

File tree

.changeset/improve-auth-middleware-error-message.md

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

.changeset/pink-taxes-do.md

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

packages/chrome-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 3.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3ffbe1f`](https://github.com/clerk/javascript/commit/3ffbe1f397d3b70b44f73c3ae41fcbf21b140b7c)]:
8+
- @clerk/ui@1.8.1
9+
- @clerk/react@6.6.0
10+
311
## 3.1.22
412

513
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "3.1.22",
3+
"version": "3.1.23",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/nextjs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 7.3.2
4+
5+
### Patch Changes
6+
7+
- Improved `auth()` error message when `clerkMiddleware()` is not detected to mention that infrastructure issues (e.g. edge runtime errors or platform outages) can also cause this error. ([#8007](https://github.com/clerk/javascript/pull/8007)) by [@jacekradko](https://github.com/jacekradko)
8+
9+
- Updated dependencies []:
10+
- @clerk/react@6.6.0
11+
312
## 7.3.1
413

514
### Patch Changes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nextjs",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
44
"description": "Clerk SDK for NextJS",
55
"keywords": [
66
"clerk",

packages/ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @clerk/ui
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- Remove back button on the sign-in password compromised/pwned error screen. ([#8280](https://github.com/clerk/javascript/pull/8280)) by [@Ephem](https://github.com/Ephem)
8+
9+
These errors are not recoverable by re-entering the password, so the back button led to a confusing dead end that would always take you back to the same error.
10+
311
## 1.8.0
412

513
### Minor Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/ui",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Internal package that contains the UI components for the Clerk frontend SDKs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)