Skip to content

Commit 57345da

Browse files
ci(repo): Version packages
1 parent 83757e7 commit 57345da

File tree

7 files changed

+24
-10
lines changed

7 files changed

+24
-10
lines changed

.changeset/hot-toys-poke.md

Lines changed: 0 additions & 7 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.31.1
4+
5+
### Patch Changes
6+
7+
- Fix export of `RedirectToTasks` control component ([#6546](https://github.com/clerk/javascript/pull/6546)) by [@LauraBeatris](https://github.com/LauraBeatris)
8+
39
## 6.31.0
410

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

packages/nuxt/CHANGELOG.md

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

3+
## 1.8.7
4+
5+
### Patch Changes
6+
7+
- Fix export of `RedirectToTasks` control component ([#6546](https://github.com/clerk/javascript/pull/6546)) by [@LauraBeatris](https://github.com/LauraBeatris)
8+
9+
- Updated dependencies [[`83757e7`](https://github.com/clerk/javascript/commit/83757e77ffd6b0c3b3dbd48834546af6171c442c)]:
10+
- @clerk/vue@1.11.1
11+
312
## 1.8.6
413

514
### 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": "1.8.6",
3+
"version": "1.8.7",
44
"description": "Clerk SDK for Nuxt",
55
"keywords": [
66
"clerk",

packages/vue/CHANGELOG.md

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

3+
## 1.11.1
4+
5+
### Patch Changes
6+
7+
- Fix export of `RedirectToTasks` control component ([#6546](https://github.com/clerk/javascript/pull/6546)) by [@LauraBeatris](https://github.com/LauraBeatris)
8+
39
## 1.11.0
410

511
### Minor Changes

packages/vue/package.json

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

0 commit comments

Comments
 (0)