Skip to content

Commit 528335a

Browse files
ci(repo): Version packages
1 parent b0d165a commit 528335a

File tree

8 files changed

+14
-16
lines changed

8 files changed

+14
-16
lines changed

.changeset/hungry-rivers-kiss.md

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

.changeset/old-peaches-share.md

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

.changeset/smooth-humans-divide.md

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

.changeset/thin-students-lick.md

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

packages/nextjs/CHANGELOG.md

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

3+
## 6.5.2
4+
5+
### Patch Changes
6+
7+
- Warn for deprecated support for `13.x` and `14.0.x` Next.js versions. ([#4657](https://github.com/clerk/javascript/pull/4657)) by [@panteliselef](https://github.com/panteliselef)
8+
39
## 6.5.1
410

511
### 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": "6.5.1",
3+
"version": "6.5.2",
44
"description": "Clerk SDK for NextJS",
55
"keywords": [
66
"clerk",

packages/nuxt/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Allow custom middleware with options ([#4655](https://github.com/clerk/javascript/pull/4655)) by [@wobsoriano](https://github.com/wobsoriano)
8+
39
## 0.0.5
410

511
### Patch Changes

packages/nuxt/package.json

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

0 commit comments

Comments
 (0)