Skip to content

Commit 6bc24fe

Browse files
committed
Introduce new changeset
1 parent caac240 commit 6bc24fe

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

.changeset/brown-garlics-boil.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
'@clerk/tanstack-react-start': patch
3+
'@clerk/localizations': patch
4+
'@clerk/react-router': patch
5+
'@clerk/clerk-js': patch
6+
'@clerk/testing': patch
7+
'@clerk/nextjs': patch
8+
'@clerk/clerk-react': patch
9+
'@clerk/remix': patch
10+
'@clerk/types': patch
11+
---
12+
13+
Introduce `TaskChooseOrganization` component
14+
15+
It deprecates `TaskSelectOrganization`, and also introduces a new UI that make the experience similar to the previous `SignIn` and `SignUp` steps

.changeset/five-heads-swim.md

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

packages/clerk-js/sandbox/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@
157157
<li class="relative">
158158
<a
159159
class="relative isolate flex w-full rounded-md border border-white px-2 py-[0.4375rem] text-sm hover:bg-gray-50 aria-[current]:bg-gray-50"
160-
href="/task-select-organization"
160+
href="/task-choose-organization"
161161
>
162-
TaskSelectOrganization
162+
TaskChooseOrganization
163163
</a>
164164
</li>
165165
<li class="relative">

packages/localizations/src/en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const enUS: LocalizationResource = {
1515
},
1616
chooseOrganization: {
1717
title: 'Choose an organization',
18-
subtitle: 'Select the organization with which you wish to continue',
18+
subtitle: 'Choose the organization with which you wish to continue',
1919
suggestionsAcceptedLabel: 'Pending approval',
2020
action__createOrganization: 'Create new organization',
2121
action__suggestionsAccept: 'Request to join',

0 commit comments

Comments
 (0)