Skip to content

Commit 83757e7

Browse files
authored
chore(nextjs,vue,nuxt): Export RedirectToTasks control component (#6546)
1 parent e4d7492 commit 83757e7

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.changeset/hot-toys-poke.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/nextjs': patch
3+
'@clerk/vue': patch
4+
'@clerk/nuxt': patch
5+
---
6+
7+
Fix export of `RedirectToTasks` control component

packages/nextjs/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export {
1212
RedirectToOrganizationProfile,
1313
RedirectToSignIn,
1414
RedirectToSignUp,
15+
RedirectToTasks,
1516
RedirectToUserProfile,
1617
} from './client-boundary/controlComponents';
1718

packages/nuxt/src/runtime/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export {
1919
RedirectToSignIn,
2020
RedirectToSignUp,
2121
RedirectToUserProfile,
22+
RedirectToTasks,
2223
AuthenticateWithRedirectCallback,
2324
RedirectToCreateOrganization,
2425
RedirectToOrganizationProfile,

packages/vue/src/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export {
1818
RedirectToSignIn,
1919
RedirectToSignUp,
2020
RedirectToUserProfile,
21+
RedirectToTasks,
2122
AuthenticateWithRedirectCallback,
2223
RedirectToCreateOrganization,
2324
RedirectToOrganizationProfile,

0 commit comments

Comments
 (0)