From 2f07667af8c11f4835694bfcb7e568c3a90962bb Mon Sep 17 00:00:00 2001 From: Clerk Cookie <136073014+clerk-cookie@users.noreply.github.com> Date: Mon, 28 Aug 2023 07:35:56 -0500 Subject: [PATCH] chore(repo): Version packages (#1546) --- .changeset/afraid-countries-smash.md | 6 -- .changeset/beige-readers-rhyme.md | 2 - .changeset/cool-bikes-kick.md | 2 - .changeset/cuddly-tips-compete.md | 2 - .changeset/curly-carpets-visit.md | 2 - .changeset/cyan-clouds-suffer.md | 2 - .changeset/dry-worms-lick.md | 2 - .changeset/eighty-planets-sit.md | 9 --- .changeset/flat-timers-bow.md | 2 - .changeset/fluffy-goats-bathe.md | 2 - .changeset/forty-cobras-confess.md | 2 - .changeset/fuzzy-ears-hide.md | 2 - .changeset/giant-rocks-know.md | 2 - .changeset/giant-timers-film.md | 10 --- .changeset/gold-jeans-turn.md | 9 --- .changeset/green-rocks-refuse.md | 6 -- .changeset/healthy-carrots-turn.md | 6 -- .changeset/khaki-frogs-clap.md | 2 - .changeset/lemon-balloons-exist.md | 2 - .changeset/light-pumas-push.md | 2 - .changeset/loud-fireants-joke.md | 2 - .changeset/loud-foxes-sniff.md | 2 - .changeset/lucky-plums-rescue.md | 2 - .changeset/mean-walls-press.md | 5 -- .changeset/mighty-boxes-reply.md | 9 --- .changeset/mighty-carrots-heal.md | 2 - .changeset/nervous-lizards-repeat.md | 10 --- .changeset/nervous-shrimps-invent.md | 2 - .changeset/new-schools-swim.md | 2 - .changeset/nice-experts-hope.md | 7 -- .changeset/nine-peas-care.md | 5 -- .changeset/orange-taxis-eat.md | 7 -- .changeset/orange-tigers-act.md | 11 --- .changeset/pink-keys-shake.md | 5 -- .changeset/pink-suns-fly.md | 5 -- .changeset/poor-berries-wave.md | 2 - .changeset/quiet-shirts-notice.md | 7 -- .changeset/real-pigs-roll.md | 5 -- .changeset/red-deers-happen.md | 5 -- .changeset/rotten-rules-argue.md | 10 --- .changeset/selfish-avocados-serve.md | 2 - .changeset/serious-dragons-provide.md | 6 -- .changeset/serious-olives-do.md | 2 - .changeset/shaggy-terms-train.md | 8 -- .changeset/shy-readers-visit.md | 7 -- .changeset/six-guests-admire.md | 2 - .changeset/slimy-rules-knock.md | 5 -- .changeset/slow-chicken-suffer.md | 2 - .changeset/spotty-seas-reflect.md | 2 - .changeset/strange-owls-behave.md | 19 ----- .changeset/sweet-rockets-approve.md | 2 - .changeset/tall-socks-teach.md | 2 - .changeset/tender-icons-bake.md | 7 -- .changeset/thin-moles-obey.md | 9 --- .changeset/twelve-weeks-poke.md | 2 - .changeset/weak-snakes-itch.md | 2 - .changeset/wicked-schools-tell.md | 5 -- .changeset/wicked-scissors-tell.md | 2 - .changeset/wise-actors-boil.md | 2 - .changeset/wise-badgers-cover.md | 8 -- packages/backend/CHANGELOG.md | 13 +++ packages/backend/package.json | 4 +- packages/chrome-extension/CHANGELOG.md | 8 ++ packages/chrome-extension/package.json | 6 +- packages/clerk-js/CHANGELOG.md | 99 +++++++++++++++++++++++ packages/clerk-js/package.json | 8 +- packages/expo/CHANGELOG.md | 10 +++ packages/expo/package.json | 8 +- packages/fastify/CHANGELOG.md | 8 ++ packages/fastify/package.json | 6 +- packages/gatsby-plugin-clerk/CHANGELOG.md | 10 +++ packages/gatsby-plugin-clerk/package.json | 10 +-- packages/localizations/CHANGELOG.md | 39 +++++++++ packages/localizations/package.json | 4 +- packages/nextjs/CHANGELOG.md | 14 ++++ packages/nextjs/package.json | 10 +-- packages/react/CHANGELOG.md | 14 ++++ packages/react/package.json | 6 +- packages/remix/CHANGELOG.md | 14 ++++ packages/remix/package.json | 10 +-- packages/sdk-node/CHANGELOG.md | 8 ++ packages/sdk-node/package.json | 6 +- packages/shared/CHANGELOG.md | 30 +++++++ packages/shared/package.json | 4 +- packages/themes/package.json | 2 +- packages/types/CHANGELOG.md | 86 ++++++++++++++++++++ packages/types/package.json | 2 +- 87 files changed, 396 insertions(+), 318 deletions(-) delete mode 100644 .changeset/afraid-countries-smash.md delete mode 100644 .changeset/beige-readers-rhyme.md delete mode 100644 .changeset/cool-bikes-kick.md delete mode 100644 .changeset/cuddly-tips-compete.md delete mode 100644 .changeset/curly-carpets-visit.md delete mode 100644 .changeset/cyan-clouds-suffer.md delete mode 100644 .changeset/dry-worms-lick.md delete mode 100644 .changeset/eighty-planets-sit.md delete mode 100644 .changeset/flat-timers-bow.md delete mode 100644 .changeset/fluffy-goats-bathe.md delete mode 100644 .changeset/forty-cobras-confess.md delete mode 100644 .changeset/fuzzy-ears-hide.md delete mode 100644 .changeset/giant-rocks-know.md delete mode 100644 .changeset/giant-timers-film.md delete mode 100644 .changeset/gold-jeans-turn.md delete mode 100644 .changeset/green-rocks-refuse.md delete mode 100644 .changeset/healthy-carrots-turn.md delete mode 100644 .changeset/khaki-frogs-clap.md delete mode 100644 .changeset/lemon-balloons-exist.md delete mode 100644 .changeset/light-pumas-push.md delete mode 100644 .changeset/loud-fireants-joke.md delete mode 100644 .changeset/loud-foxes-sniff.md delete mode 100644 .changeset/lucky-plums-rescue.md delete mode 100644 .changeset/mean-walls-press.md delete mode 100644 .changeset/mighty-boxes-reply.md delete mode 100644 .changeset/mighty-carrots-heal.md delete mode 100644 .changeset/nervous-lizards-repeat.md delete mode 100644 .changeset/nervous-shrimps-invent.md delete mode 100644 .changeset/new-schools-swim.md delete mode 100644 .changeset/nice-experts-hope.md delete mode 100644 .changeset/nine-peas-care.md delete mode 100644 .changeset/orange-taxis-eat.md delete mode 100644 .changeset/orange-tigers-act.md delete mode 100644 .changeset/pink-keys-shake.md delete mode 100644 .changeset/pink-suns-fly.md delete mode 100644 .changeset/poor-berries-wave.md delete mode 100644 .changeset/quiet-shirts-notice.md delete mode 100644 .changeset/real-pigs-roll.md delete mode 100644 .changeset/red-deers-happen.md delete mode 100644 .changeset/rotten-rules-argue.md delete mode 100644 .changeset/selfish-avocados-serve.md delete mode 100644 .changeset/serious-dragons-provide.md delete mode 100644 .changeset/serious-olives-do.md delete mode 100644 .changeset/shaggy-terms-train.md delete mode 100644 .changeset/shy-readers-visit.md delete mode 100644 .changeset/six-guests-admire.md delete mode 100644 .changeset/slimy-rules-knock.md delete mode 100644 .changeset/slow-chicken-suffer.md delete mode 100644 .changeset/spotty-seas-reflect.md delete mode 100644 .changeset/strange-owls-behave.md delete mode 100644 .changeset/sweet-rockets-approve.md delete mode 100644 .changeset/tall-socks-teach.md delete mode 100644 .changeset/tender-icons-bake.md delete mode 100644 .changeset/thin-moles-obey.md delete mode 100644 .changeset/twelve-weeks-poke.md delete mode 100644 .changeset/weak-snakes-itch.md delete mode 100644 .changeset/wicked-schools-tell.md delete mode 100644 .changeset/wicked-scissors-tell.md delete mode 100644 .changeset/wise-actors-boil.md delete mode 100644 .changeset/wise-badgers-cover.md diff --git a/.changeset/afraid-countries-smash.md b/.changeset/afraid-countries-smash.md deleted file mode 100644 index fe19be845f..0000000000 --- a/.changeset/afraid-countries-smash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/clerk-js': patch -'@clerk/nextjs': patch ---- - -Pass dev_browser to AP via query param, fix AP origin detection util diff --git a/.changeset/beige-readers-rhyme.md b/.changeset/beige-readers-rhyme.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/beige-readers-rhyme.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/cool-bikes-kick.md b/.changeset/cool-bikes-kick.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/cool-bikes-kick.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/cuddly-tips-compete.md b/.changeset/cuddly-tips-compete.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/cuddly-tips-compete.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/curly-carpets-visit.md b/.changeset/curly-carpets-visit.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/curly-carpets-visit.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/cyan-clouds-suffer.md b/.changeset/cyan-clouds-suffer.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/cyan-clouds-suffer.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/dry-worms-lick.md b/.changeset/dry-worms-lick.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/dry-worms-lick.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/eighty-planets-sit.md b/.changeset/eighty-planets-sit.md deleted file mode 100644 index 5d060f6279..0000000000 --- a/.changeset/eighty-planets-sit.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@clerk/clerk-js': patch -'@clerk/shared': patch -'@clerk/types': patch ---- - -Introduces a new resource called OrganizationMembership - -+ useOrganization has been updated in order to return a list of domain with the above type diff --git a/.changeset/flat-timers-bow.md b/.changeset/flat-timers-bow.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/flat-timers-bow.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/fluffy-goats-bathe.md b/.changeset/fluffy-goats-bathe.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/fluffy-goats-bathe.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/forty-cobras-confess.md b/.changeset/forty-cobras-confess.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/forty-cobras-confess.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/fuzzy-ears-hide.md b/.changeset/fuzzy-ears-hide.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/fuzzy-ears-hide.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/giant-rocks-know.md b/.changeset/giant-rocks-know.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/giant-rocks-know.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/giant-timers-film.md b/.changeset/giant-timers-film.md deleted file mode 100644 index c670841716..0000000000 --- a/.changeset/giant-timers-film.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@clerk/localizations': patch -'@clerk/clerk-js': patch -'@clerk/shared': patch -'@clerk/types': patch ---- - -Introduces Membership Requests in - -- This is a list of users that have requested to join the active organization diff --git a/.changeset/gold-jeans-turn.md b/.changeset/gold-jeans-turn.md deleted file mode 100644 index a2a50a2bbe..0000000000 --- a/.changeset/gold-jeans-turn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@clerk/clerk-js': patch -'@clerk/shared': patch -'@clerk/types': patch ---- - -Updates signature of OrganizationMembership.retrieve to support backwards compatibility while allowing using the new paginated responses. - -+ userMemberships is now also part of the returned values of useOrganizationList diff --git a/.changeset/green-rocks-refuse.md b/.changeset/green-rocks-refuse.md deleted file mode 100644 index ee5de50ece..0000000000 --- a/.changeset/green-rocks-refuse.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/clerk-js': patch -'@clerk/types': patch ---- - -Introduces the accept method in UserOrganizationInvitation class diff --git a/.changeset/healthy-carrots-turn.md b/.changeset/healthy-carrots-turn.md deleted file mode 100644 index 68cee6e66c..0000000000 --- a/.changeset/healthy-carrots-turn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/clerk-js': patch -'@clerk/types': patch ---- - -Display a notification counter for organization invitations in OrganizationSwitcher diff --git a/.changeset/khaki-frogs-clap.md b/.changeset/khaki-frogs-clap.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/khaki-frogs-clap.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/lemon-balloons-exist.md b/.changeset/lemon-balloons-exist.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/lemon-balloons-exist.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/light-pumas-push.md b/.changeset/light-pumas-push.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/light-pumas-push.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/loud-fireants-joke.md b/.changeset/loud-fireants-joke.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/loud-fireants-joke.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/loud-foxes-sniff.md b/.changeset/loud-foxes-sniff.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/loud-foxes-sniff.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/lucky-plums-rescue.md b/.changeset/lucky-plums-rescue.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/lucky-plums-rescue.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mean-walls-press.md b/.changeset/mean-walls-press.md deleted file mode 100644 index 0325ed1956..0000000000 --- a/.changeset/mean-walls-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/nextjs': patch ---- - -Logs that exceed maximum allowed length on Vercel deployments will now be truncated to max length exactly diff --git a/.changeset/mighty-boxes-reply.md b/.changeset/mighty-boxes-reply.md deleted file mode 100644 index bf9e6b1b3e..0000000000 --- a/.changeset/mighty-boxes-reply.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@clerk/clerk-js': patch -'@clerk/shared': patch -'@clerk/types': patch ---- - -Introduces a new resource called OrganizationDomain - -+ useOrganization has been updated in order to return a list of domain with the above type diff --git a/.changeset/mighty-carrots-heal.md b/.changeset/mighty-carrots-heal.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/mighty-carrots-heal.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/nervous-lizards-repeat.md b/.changeset/nervous-lizards-repeat.md deleted file mode 100644 index abd5df1546..0000000000 --- a/.changeset/nervous-lizards-repeat.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@clerk/localizations': patch -'@clerk/clerk-js': patch -'@clerk/types': patch ---- - -Introduces domains and invitations in - -- The "Members" page now accommodates Domain and Individual invitations -- The "Settings" page allows for the addition, edit and removal of a domain diff --git a/.changeset/nervous-shrimps-invent.md b/.changeset/nervous-shrimps-invent.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/nervous-shrimps-invent.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/new-schools-swim.md b/.changeset/new-schools-swim.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/new-schools-swim.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/nice-experts-hope.md b/.changeset/nice-experts-hope.md deleted file mode 100644 index e5b07a1270..0000000000 --- a/.changeset/nice-experts-hope.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/clerk-js': minor -'@clerk/types': minor ---- - -Introducing validatePassword for SignIn and SignUp resources -- Validate a password based on the instance's configuration set in Password Policies in Dashboard diff --git a/.changeset/nine-peas-care.md b/.changeset/nine-peas-care.md deleted file mode 100644 index 226a0c54c6..0000000000 --- a/.changeset/nine-peas-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/remix': minor ---- - -Configure sign in/up and afterSignIn/Up paths for remix via env variables. diff --git a/.changeset/orange-taxis-eat.md b/.changeset/orange-taxis-eat.md deleted file mode 100644 index c28f1cb384..0000000000 --- a/.changeset/orange-taxis-eat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/clerk-js': minor -'@clerk/types': minor ---- - -Introduce a new resource called OrganizationSuggestion along with retrieve() & accept() methods -Also make available the user's suggestions from the useOrganizationList hook diff --git a/.changeset/orange-tigers-act.md b/.changeset/orange-tigers-act.md deleted file mode 100644 index 4352bfc2e7..0000000000 --- a/.changeset/orange-tigers-act.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@clerk/clerk-js': minor -'@clerk/shared': minor -'@clerk/clerk-react': minor -'@clerk/types': minor ---- - -Introduces userInvitations from `useOrganizationList` - -`userInvitations` is a paginated list of data. It can be used to create Paginated tables or Infinite lists. - diff --git a/.changeset/pink-keys-shake.md b/.changeset/pink-keys-shake.md deleted file mode 100644 index ef3dd7fc4d..0000000000 --- a/.changeset/pink-keys-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': minor ---- - -Implement Resend OTP functionality as part of the Organization Domain verification flow diff --git a/.changeset/pink-suns-fly.md b/.changeset/pink-suns-fly.md deleted file mode 100644 index e5d174a564..0000000000 --- a/.changeset/pink-suns-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@clerk/localizations": patch ---- - -Add missing account deletion description to Korean translation file diff --git a/.changeset/poor-berries-wave.md b/.changeset/poor-berries-wave.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/poor-berries-wave.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/quiet-shirts-notice.md b/.changeset/quiet-shirts-notice.md deleted file mode 100644 index ff2848ea67..0000000000 --- a/.changeset/quiet-shirts-notice.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/clerk-js': minor -'@clerk/backend': minor -'@clerk/types': minor ---- - -Introduce `hasImage` in User / Organization / Session resources diff --git a/.changeset/real-pigs-roll.md b/.changeset/real-pigs-roll.md deleted file mode 100644 index 98695c57a5..0000000000 --- a/.changeset/real-pigs-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@clerk/localizations": minor ---- - -Add uk-UA localization diff --git a/.changeset/red-deers-happen.md b/.changeset/red-deers-happen.md deleted file mode 100644 index 13c688bea4..0000000000 --- a/.changeset/red-deers-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Fix a bug where it was not possible to delete the username if it was optional. \ No newline at end of file diff --git a/.changeset/rotten-rules-argue.md b/.changeset/rotten-rules-argue.md deleted file mode 100644 index 4b22bdb902..0000000000 --- a/.changeset/rotten-rules-argue.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@clerk/localizations': patch -'@clerk/clerk-js': patch -'@clerk/types': patch ---- - -A OrganizationMembershipRequest can now be rejected - -- New `OrganizationMembershipRequest.reject` method alongside `accept` -- As an organization admin, navigate to `Organization Profile` > `Members` > `Requests`. You can now reject a request from the table. diff --git a/.changeset/selfish-avocados-serve.md b/.changeset/selfish-avocados-serve.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/selfish-avocados-serve.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/serious-dragons-provide.md b/.changeset/serious-dragons-provide.md deleted file mode 100644 index af6c5aa9bc..0000000000 --- a/.changeset/serious-dragons-provide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/clerk-js': patch -'@clerk/clerk-expo': patch ---- - -Ensure the session token is updated when calling `setActive()` in a non-browser environment. diff --git a/.changeset/serious-olives-do.md b/.changeset/serious-olives-do.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/serious-olives-do.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/shaggy-terms-train.md b/.changeset/shaggy-terms-train.md deleted file mode 100644 index 909b9d7c80..0000000000 --- a/.changeset/shaggy-terms-train.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@clerk/localizations': patch -'@clerk/clerk-js': patch -'@clerk/types': patch ---- - -Introduces an invitation list within -+ Users can accept the invitation that is sent to them diff --git a/.changeset/shy-readers-visit.md b/.changeset/shy-readers-visit.md deleted file mode 100644 index da1fb5ffb3..0000000000 --- a/.changeset/shy-readers-visit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/localizations': patch -'@clerk/clerk-js': patch -'@clerk/types': patch ---- - -When updating enrollment mode of a domain uses can now delete any pending invitations or suggestions. diff --git a/.changeset/six-guests-admire.md b/.changeset/six-guests-admire.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/six-guests-admire.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/slimy-rules-knock.md b/.changeset/slimy-rules-knock.md deleted file mode 100644 index 35d0556dd1..0000000000 --- a/.changeset/slimy-rules-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@clerk/localizations": patch ---- - -Add translations for deleteOrganization and domainSection objects to Korean diff --git a/.changeset/slow-chicken-suffer.md b/.changeset/slow-chicken-suffer.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/slow-chicken-suffer.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/spotty-seas-reflect.md b/.changeset/spotty-seas-reflect.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/spotty-seas-reflect.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/strange-owls-behave.md b/.changeset/strange-owls-behave.md deleted file mode 100644 index c30fea5ef9..0000000000 --- a/.changeset/strange-owls-behave.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'@clerk/clerk-js': patch -'@clerk/types': patch ---- - -Construct urls based on context in -- Deprecate `afterSwitchOrganizationUrl` -- Introduce `afterSelectOrganizationUrl` & `afterSelectPersonalUrl` - -`afterSelectOrganizationUrl` accepts -- Full URL -> 'https://clerk.com/' -- relative path -> '/organizations' -- relative path -> with param '/organizations/:id' -- function that returns a string -> (org) => `/org/${org.slug}` -`afterSelectPersonalUrl` accepts -- Full URL -> 'https://clerk.com/' -- relative path -> '/users' -- relative path -> with param '/users/:username' -- function that returns a string -> (user) => `/users/${user.id}` diff --git a/.changeset/sweet-rockets-approve.md b/.changeset/sweet-rockets-approve.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/sweet-rockets-approve.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/tall-socks-teach.md b/.changeset/tall-socks-teach.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/tall-socks-teach.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/tender-icons-bake.md b/.changeset/tender-icons-bake.md deleted file mode 100644 index ceb2e4a03c..0000000000 --- a/.changeset/tender-icons-bake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/clerk-js': minor -'@clerk/types': minor ---- - -Improve redirects on OAuth callback. Now, if you try to sign up with a provider that allows unverified accounts, it will -navigate to the appropriate change when needed, fixing the broken flow. diff --git a/.changeset/thin-moles-obey.md b/.changeset/thin-moles-obey.md deleted file mode 100644 index 5e154ea690..0000000000 --- a/.changeset/thin-moles-obey.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@clerk/localizations': patch -'@clerk/clerk-js': patch -'@clerk/shared': patch -'@clerk/types': patch ---- - -Introduces list of suggestions within -+ Users can request to join a suggested organization diff --git a/.changeset/twelve-weeks-poke.md b/.changeset/twelve-weeks-poke.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/twelve-weeks-poke.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/weak-snakes-itch.md b/.changeset/weak-snakes-itch.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/weak-snakes-itch.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/wicked-schools-tell.md b/.changeset/wicked-schools-tell.md deleted file mode 100644 index ed7ac323b3..0000000000 --- a/.changeset/wicked-schools-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/backend': minor ---- - -Include `signUpUrl`, `afterSignInUrl` and `afterSignUpUrl` to `authenticateRequest` options. diff --git a/.changeset/wicked-scissors-tell.md b/.changeset/wicked-scissors-tell.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/wicked-scissors-tell.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/wise-actors-boil.md b/.changeset/wise-actors-boil.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/wise-actors-boil.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/wise-badgers-cover.md b/.changeset/wise-badgers-cover.md deleted file mode 100644 index a65b4b606e..0000000000 --- a/.changeset/wise-badgers-cover.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@clerk/clerk-js': minor -'@clerk/types': minor ---- - -Introduce `logoLinkUrl` prop in `appearance.layout` -A new `logoLinkUrl` prop has been added to `appearance.layout` and used in `ApplicationLogo` to change the `href` of the link. -By default, the logo link url will be the Home URL you've set in the Clerk Dashboard. \ No newline at end of file diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index 3795ae2d86..4e876d59f0 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.28.0 + +### Minor Changes + +- Introduce `hasImage` in User / Organization / Session resources ([#1544](https://github.com/clerkinc/javascript/pull/1544)) by [@dimkl](https://github.com/dimkl) + +- Include `signUpUrl`, `afterSignInUrl` and `afterSignUpUrl` to `authenticateRequest` options. ([#1470](https://github.com/clerkinc/javascript/pull/1470)) by [@desiprisg](https://github.com/desiprisg) + +### Patch Changes + +- Updated dependencies [[`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/types@3.50.0 + ## 0.27.0 ### Minor Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index 4c2d5fc4e1..3dc2f4c7ee 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/backend", - "version": "0.27.0", + "version": "0.28.0", "license": "MIT", "description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", "types": "./dist/types/index.d.ts", @@ -44,7 +44,7 @@ "test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh" }, "dependencies": { - "@clerk/types": "^3.49.0", + "@clerk/types": "^3.50.0", "@peculiar/webcrypto": "1.4.1", "@types/node": "16.18.6", "cookie": "0.5.0", diff --git a/packages/chrome-extension/CHANGELOG.md b/packages/chrome-extension/CHANGELOG.md index 545cd1b18c..0ec5128785 100644 --- a/packages/chrome-extension/CHANGELOG.md +++ b/packages/chrome-extension/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.3.27 + +### Patch Changes + +- Updated dependencies [[`854aa381c`](https://github.com/clerkinc/javascript/commit/854aa381c31b712f264767e16e7025884a5122d7), [`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`d39c029a5`](https://github.com/clerkinc/javascript/commit/d39c029a543e861556773bfbc0b208cde3a54521), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`ac5a70059`](https://github.com/clerkinc/javascript/commit/ac5a70059ca142a95b168909c05d488c05d94c3a), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`1663aaae7`](https://github.com/clerkinc/javascript/commit/1663aaae704b8a0f62e31acab440584e681666b3), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/clerk-js@4.56.0 + - @clerk/clerk-react@4.24.0 + ## 0.3.26 ### Patch Changes diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 409b65e06c..1ebb68d81f 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/chrome-extension", - "version": "0.3.26", + "version": "0.3.27", "license": "MIT", "description": "Clerk SDK for Chrome extensions", "keywords": [ @@ -32,8 +32,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@clerk/clerk-js": "^4.55.0", - "@clerk/clerk-react": "^4.23.2" + "@clerk/clerk-js": "^4.56.0", + "@clerk/clerk-react": "^4.24.0" }, "devDependencies": { "@types/chrome": "*", diff --git a/packages/clerk-js/CHANGELOG.md b/packages/clerk-js/CHANGELOG.md index 950e9e8766..64790816af 100644 --- a/packages/clerk-js/CHANGELOG.md +++ b/packages/clerk-js/CHANGELOG.md @@ -1,5 +1,104 @@ # Change Log +## 4.56.0 + +### Minor Changes + +- Introducing validatePassword for SignIn and SignUp resources ([#1445](https://github.com/clerkinc/javascript/pull/1445)) by [@panteliselef](https://github.com/panteliselef) + + - Validate a password based on the instance's configuration set in Password Policies in Dashboard + +- Introduce a new resource called OrganizationSuggestion along with retrieve() & accept() methods ([#1574](https://github.com/clerkinc/javascript/pull/1574)) by [@chanioxaris](https://github.com/chanioxaris) + + Also make available the user's suggestions from the useOrganizationList hook + +- Introduces userInvitations from `useOrganizationList` ([#1520](https://github.com/clerkinc/javascript/pull/1520)) by [@panteliselef](https://github.com/panteliselef) + + `userInvitations` is a paginated list of data. It can be used to create Paginated tables or Infinite lists. + +- Implement Resend OTP functionality as part of the Organization Domain verification flow ([#1583](https://github.com/clerkinc/javascript/pull/1583)) by [@chanioxaris](https://github.com/chanioxaris) + +- Introduce `hasImage` in User / Organization / Session resources ([#1544](https://github.com/clerkinc/javascript/pull/1544)) by [@dimkl](https://github.com/dimkl) + +- Improve redirects on OAuth callback. Now, if you try to sign up with a provider that allows unverified accounts, it will ([#1563](https://github.com/clerkinc/javascript/pull/1563)) by [@kostaspt](https://github.com/kostaspt) + + navigate to the appropriate change when needed, fixing the broken flow. + +- Introduce `logoLinkUrl` prop in `appearance.layout` ([#1449](https://github.com/clerkinc/javascript/pull/1449)) by [@nikospapcom](https://github.com/nikospapcom) + + A new `logoLinkUrl` prop has been added to `appearance.layout` and used in `ApplicationLogo` to change the `href` of the link. + By default, the logo link url will be the Home URL you've set in the Clerk Dashboard. + +### Patch Changes + +- Pass dev_browser to AP via query param, fix AP origin detection util ([#1567](https://github.com/clerkinc/javascript/pull/1567)) by [@yourtallness](https://github.com/yourtallness) + +- Introduces a new resource called OrganizationMembership ([#1572](https://github.com/clerkinc/javascript/pull/1572)) by [@panteliselef](https://github.com/panteliselef) + + - useOrganization has been updated in order to return a list of domain with the above type + +- Introduces Membership Requests in ([#1576](https://github.com/clerkinc/javascript/pull/1576)) by [@panteliselef](https://github.com/panteliselef) + + - This is a list of users that have requested to join the active organization + +- Updates signature of OrganizationMembership.retrieve to support backwards compatibility while allowing using the new paginated responses. ([#1606](https://github.com/clerkinc/javascript/pull/1606)) by [@panteliselef](https://github.com/panteliselef) + + - userMemberships is now also part of the returned values of useOrganizationList + +- Introduces the accept method in UserOrganizationInvitation class ([#1550](https://github.com/clerkinc/javascript/pull/1550)) by [@panteliselef](https://github.com/panteliselef) + +- Display a notification counter for organization invitations in OrganizationSwitcher ([#1627](https://github.com/clerkinc/javascript/pull/1627)) by [@panteliselef](https://github.com/panteliselef) + +- Introduces a new resource called OrganizationDomain ([#1569](https://github.com/clerkinc/javascript/pull/1569)) by [@panteliselef](https://github.com/panteliselef) + + - useOrganization has been updated in order to return a list of domain with the above type + +- Introduces domains and invitations in ([#1560](https://github.com/clerkinc/javascript/pull/1560)) by [@panteliselef](https://github.com/panteliselef) + + - The "Members" page now accommodates Domain and Individual invitations + - The "Settings" page allows for the addition, edit and removal of a domain + +- Fix a bug where it was not possible to delete the username if it was optional. ([#1580](https://github.com/clerkinc/javascript/pull/1580)) by [@raptisj](https://github.com/raptisj) + +- A OrganizationMembershipRequest can now be rejected ([#1612](https://github.com/clerkinc/javascript/pull/1612)) by [@panteliselef](https://github.com/panteliselef) + + - New `OrganizationMembershipRequest.reject` method alongside `accept` + - As an organization admin, navigate to `Organization Profile` > `Members` > `Requests`. You can now reject a request from the table. + +- Ensure the session token is updated when calling `setActive()` in a non-browser environment. ([#1623](https://github.com/clerkinc/javascript/pull/1623)) by [@BRKalow](https://github.com/BRKalow) + +- Introduces an invitation list within ([#1554](https://github.com/clerkinc/javascript/pull/1554)) by [@panteliselef](https://github.com/panteliselef) + + - Users can accept the invitation that is sent to them + +- When updating enrollment mode of a domain uses can now delete any pending invitations or suggestions. ([#1632](https://github.com/clerkinc/javascript/pull/1632)) by [@panteliselef](https://github.com/panteliselef) + +- Construct urls based on context in ([#1503](https://github.com/clerkinc/javascript/pull/1503)) by [@panteliselef](https://github.com/panteliselef) + + - Deprecate `afterSwitchOrganizationUrl` + - Introduce `afterSelectOrganizationUrl` & `afterSelectPersonalUrl` + + `afterSelectOrganizationUrl` accepts + + - Full URL -> 'https://clerk.com/' + - relative path -> '/organizations' + - relative path -> with param '/organizations/:id' + - function that returns a string -> (org) => `/org/${org.slug}` + `afterSelectPersonalUrl` accepts + - Full URL -> 'https://clerk.com/' + - relative path -> '/users' + - relative path -> with param '/users/:username' + - function that returns a string -> (user) => `/users/${user.id}` + +- Introduces list of suggestions within ([#1577](https://github.com/clerkinc/javascript/pull/1577)) by [@panteliselef](https://github.com/panteliselef) + + - Users can request to join a suggested organization + +- Updated dependencies [[`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`17b3de961`](https://github.com/clerkinc/javascript/commit/17b3de961096446b66853ef2a0a75dc276d89b16), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`e404b98f7`](https://github.com/clerkinc/javascript/commit/e404b98f7339f2f8167684e664153b7d5ac4400e), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`dcabc22c5`](https://github.com/clerkinc/javascript/commit/dcabc22c5ed71094683ac7e1691c1cfa34f59783), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/shared@0.22.0 + - @clerk/types@3.50.0 + - @clerk/localizations@1.25.0 + ## 4.55.0 ### Minor Changes diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json index 59e435f9c6..7bc7845dfc 100644 --- a/packages/clerk-js/package.json +++ b/packages/clerk-js/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-js", - "version": "4.55.0", + "version": "4.56.0", "license": "MIT", "description": "Clerk JS library", "keywords": [ @@ -41,9 +41,9 @@ "watch": "webpack --config webpack.config.js --env production --watch" }, "dependencies": { - "@clerk/localizations": "^1.24.1", - "@clerk/shared": "^0.21.0", - "@clerk/types": "^3.49.0", + "@clerk/localizations": "^1.25.0", + "@clerk/shared": "^0.22.0", + "@clerk/types": "^3.50.0", "@emotion/cache": "11.10.5", "@emotion/react": "11.10.5", "@floating-ui/react": "0.19.0", diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md index 28ee160396..4e15b4fa22 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.18.18 + +### Patch Changes + +- Ensure the session token is updated when calling `setActive()` in a non-browser environment. ([#1623](https://github.com/clerkinc/javascript/pull/1623)) by [@BRKalow](https://github.com/BRKalow) + +- Updated dependencies [[`854aa381c`](https://github.com/clerkinc/javascript/commit/854aa381c31b712f264767e16e7025884a5122d7), [`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`d39c029a5`](https://github.com/clerkinc/javascript/commit/d39c029a543e861556773bfbc0b208cde3a54521), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`ac5a70059`](https://github.com/clerkinc/javascript/commit/ac5a70059ca142a95b168909c05d488c05d94c3a), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`1663aaae7`](https://github.com/clerkinc/javascript/commit/1663aaae704b8a0f62e31acab440584e681666b3), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/clerk-js@4.56.0 + - @clerk/clerk-react@4.24.0 + ## 0.18.17 ### Patch Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index a4ecf5a698..17282e48d1 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-expo", - "version": "0.18.17", + "version": "0.18.18", "license": "MIT", "description": "Clerk React Native/Expo library", "keywords": [ @@ -27,13 +27,13 @@ "lint": "eslint ." }, "dependencies": { - "@clerk/clerk-js": "^4.55.0", - "@clerk/clerk-react": "^4.23.2", + "@clerk/clerk-js": "^4.56.0", + "@clerk/clerk-react": "^4.24.0", "base-64": "1.0.0", "react-native-url-polyfill": "1.3.0" }, "devDependencies": { - "@clerk/types": "^3.49.0", + "@clerk/types": "^3.50.0", "@types/base-64": "^1.0.0", "@types/node": "^16.11.55", "@types/react": "*", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index 4f43e6fa99..4bf9c93b55 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.6.4 + +### Patch Changes + +- Updated dependencies [[`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`30fcdd51a`](https://github.com/clerkinc/javascript/commit/30fcdd51a98dea60da36f2b5152ea22405d2c4f2), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/types@3.50.0 + - @clerk/backend@0.28.0 + ## 0.6.3 ### Patch Changes diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 2b7f485b28..87754d96d7 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/fastify", - "version": "0.6.3", + "version": "0.6.4", "license": "MIT", "description": "Clerk SDK for Fastify", "keywords": [ @@ -26,8 +26,8 @@ "test": "jest" }, "dependencies": { - "@clerk/backend": "^0.27.0", - "@clerk/types": "^3.49.0", + "@clerk/backend": "^0.28.0", + "@clerk/types": "^3.50.0", "cookies": "0.8.0" }, "devDependencies": { diff --git a/packages/gatsby-plugin-clerk/CHANGELOG.md b/packages/gatsby-plugin-clerk/CHANGELOG.md index 28a0624901..17fdd27e5e 100644 --- a/packages/gatsby-plugin-clerk/CHANGELOG.md +++ b/packages/gatsby-plugin-clerk/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 4.4.5 + +### Patch Changes + +- Updated dependencies [[`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`30fcdd51a`](https://github.com/clerkinc/javascript/commit/30fcdd51a98dea60da36f2b5152ea22405d2c4f2), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/types@3.50.0 + - @clerk/clerk-react@4.24.0 + - @clerk/backend@0.28.0 + - @clerk/clerk-sdk-node@4.12.3 + ## 4.4.4 ### Patch Changes diff --git a/packages/gatsby-plugin-clerk/package.json b/packages/gatsby-plugin-clerk/package.json index d7ccfd2cfc..047a2a7bc2 100644 --- a/packages/gatsby-plugin-clerk/package.json +++ b/packages/gatsby-plugin-clerk/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-clerk", - "version": "4.4.4", + "version": "4.4.5", "license": "MIT", "description": "Clerk SDK for Gatsby", "keywords": [ @@ -32,10 +32,10 @@ "lint": "eslint ." }, "dependencies": { - "@clerk/backend": "^0.27.0", - "@clerk/clerk-react": "^4.23.2", - "@clerk/clerk-sdk-node": "^4.12.2", - "@clerk/types": "^3.49.0", + "@clerk/backend": "^0.28.0", + "@clerk/clerk-react": "^4.24.0", + "@clerk/clerk-sdk-node": "^4.12.3", + "@clerk/types": "^3.50.0", "cookie": "0.5.0", "tslib": "2.4.1" }, diff --git a/packages/localizations/CHANGELOG.md b/packages/localizations/CHANGELOG.md index 97a2a8580c..f39eadfb4d 100644 --- a/packages/localizations/CHANGELOG.md +++ b/packages/localizations/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log +## 1.25.0 + +### Minor Changes + +- Add uk-UA localization ([#1558](https://github.com/clerkinc/javascript/pull/1558)) by [@demptd13](https://github.com/demptd13) + +### Patch Changes + +- Introduces Membership Requests in ([#1576](https://github.com/clerkinc/javascript/pull/1576)) by [@panteliselef](https://github.com/panteliselef) + + - This is a list of users that have requested to join the active organization + +- Introduces domains and invitations in ([#1560](https://github.com/clerkinc/javascript/pull/1560)) by [@panteliselef](https://github.com/panteliselef) + + - The "Members" page now accommodates Domain and Individual invitations + - The "Settings" page allows for the addition, edit and removal of a domain + +- Add missing account deletion description to Korean translation file ([#1609](https://github.com/clerkinc/javascript/pull/1609)) by [@JungHoonGhae](https://github.com/JungHoonGhae) + +- A OrganizationMembershipRequest can now be rejected ([#1612](https://github.com/clerkinc/javascript/pull/1612)) by [@panteliselef](https://github.com/panteliselef) + + - New `OrganizationMembershipRequest.reject` method alongside `accept` + - As an organization admin, navigate to `Organization Profile` > `Members` > `Requests`. You can now reject a request from the table. + +- Introduces an invitation list within ([#1554](https://github.com/clerkinc/javascript/pull/1554)) by [@panteliselef](https://github.com/panteliselef) + + - Users can accept the invitation that is sent to them + +- When updating enrollment mode of a domain uses can now delete any pending invitations or suggestions. ([#1632](https://github.com/clerkinc/javascript/pull/1632)) by [@panteliselef](https://github.com/panteliselef) + +- Add translations for deleteOrganization and domainSection objects to Korean ([#1630](https://github.com/clerkinc/javascript/pull/1630)) by [@JungHoonGhae](https://github.com/JungHoonGhae) + +- Introduces list of suggestions within ([#1577](https://github.com/clerkinc/javascript/pull/1577)) by [@panteliselef](https://github.com/panteliselef) + + - Users can request to join a suggested organization + +- Updated dependencies [[`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/types@3.50.0 + ## 1.24.1 ### Patch Changes diff --git a/packages/localizations/package.json b/packages/localizations/package.json index 8705c52914..e7a4c97d9e 100644 --- a/packages/localizations/package.json +++ b/packages/localizations/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/localizations", - "version": "1.24.1", + "version": "1.25.0", "license": "MIT", "description": "Localizations for the Clerk components", "keywords": [ @@ -28,7 +28,7 @@ "lint": "eslint ." }, "dependencies": { - "@clerk/types": "^3.49.0" + "@clerk/types": "^3.50.0" }, "devDependencies": { "tsup": "*", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 96321c6771..0d2a0a814c 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 4.23.3 + +### Patch Changes + +- Pass dev_browser to AP via query param, fix AP origin detection util ([#1567](https://github.com/clerkinc/javascript/pull/1567)) by [@yourtallness](https://github.com/yourtallness) + +- Logs that exceed maximum allowed length on Vercel deployments will now be truncated to max length exactly ([#1598](https://github.com/clerkinc/javascript/pull/1598)) by [@jescalan](https://github.com/jescalan) + +- Updated dependencies [[`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`30fcdd51a`](https://github.com/clerkinc/javascript/commit/30fcdd51a98dea60da36f2b5152ea22405d2c4f2), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/types@3.50.0 + - @clerk/clerk-react@4.24.0 + - @clerk/backend@0.28.0 + - @clerk/clerk-sdk-node@4.12.3 + ## 4.23.2 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index f84fd008f2..eb88ae9dac 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nextjs", - "version": "4.23.2", + "version": "4.23.3", "license": "MIT", "description": "Clerk SDK for NextJS", "keywords": [ @@ -75,10 +75,10 @@ "test:ci": "jest --maxWorkers=50%" }, "dependencies": { - "@clerk/backend": "^0.27.0", - "@clerk/clerk-react": "^4.23.2", - "@clerk/clerk-sdk-node": "^4.12.2", - "@clerk/types": "^3.49.0", + "@clerk/backend": "^0.28.0", + "@clerk/clerk-react": "^4.24.0", + "@clerk/clerk-sdk-node": "^4.12.3", + "@clerk/types": "^3.50.0", "path-to-regexp": "6.2.1", "tslib": "2.4.1" }, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 45f44129af..df67a56690 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 4.24.0 + +### Minor Changes + +- Introduces userInvitations from `useOrganizationList` ([#1520](https://github.com/clerkinc/javascript/pull/1520)) by [@panteliselef](https://github.com/panteliselef) + + `userInvitations` is a paginated list of data. It can be used to create Paginated tables or Infinite lists. + +### Patch Changes + +- Updated dependencies [[`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/shared@0.22.0 + - @clerk/types@3.50.0 + ## 4.23.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index a3716edced..a74dced6ce 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-react", - "version": "4.23.2", + "version": "4.24.0", "license": "MIT", "description": "Clerk React library", "keywords": [ @@ -38,8 +38,8 @@ "test:ci": "jest --maxWorkers=50%" }, "dependencies": { - "@clerk/shared": "^0.21.0", - "@clerk/types": "^3.49.0", + "@clerk/shared": "^0.22.0", + "@clerk/types": "^3.50.0", "tslib": "2.4.1" }, "devDependencies": { diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index 37f5f7eb93..aa555d0d58 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.10.0 + +### Minor Changes + +- Configure sign in/up and afterSignIn/Up paths for remix via env variables. ([#1470](https://github.com/clerkinc/javascript/pull/1470)) by [@desiprisg](https://github.com/desiprisg) + +### Patch Changes + +- Updated dependencies [[`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`30fcdd51a`](https://github.com/clerkinc/javascript/commit/30fcdd51a98dea60da36f2b5152ea22405d2c4f2), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/shared@0.22.0 + - @clerk/types@3.50.0 + - @clerk/clerk-react@4.24.0 + - @clerk/backend@0.28.0 + ## 2.9.1 ### Patch Changes diff --git a/packages/remix/package.json b/packages/remix/package.json index 791eca687d..401b6767cc 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/remix", - "version": "2.9.1", + "version": "2.10.0", "license": "MIT", "description": "Clerk SDK for Remix", "keywords": [ @@ -30,10 +30,10 @@ "lint": "eslint ." }, "dependencies": { - "@clerk/backend": "^0.27.0", - "@clerk/clerk-react": "^4.23.2", - "@clerk/shared": "^0.21.0", - "@clerk/types": "^3.49.0", + "@clerk/backend": "^0.28.0", + "@clerk/clerk-react": "^4.24.0", + "@clerk/shared": "^0.22.0", + "@clerk/types": "^3.50.0", "cookie": "0.5.0", "tslib": "2.4.1" }, diff --git a/packages/sdk-node/CHANGELOG.md b/packages/sdk-node/CHANGELOG.md index e2c5f64d93..6c77bd489a 100644 --- a/packages/sdk-node/CHANGELOG.md +++ b/packages/sdk-node/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.12.3 + +### Patch Changes + +- Updated dependencies [[`96cc1921c`](https://github.com/clerkinc/javascript/commit/96cc1921cac20442f19510137ee0100df5f8a0f4), [`8d1e7d76d`](https://github.com/clerkinc/javascript/commit/8d1e7d76de40c0ecb367c6745094dd0a75f764b3), [`435d2cff5`](https://github.com/clerkinc/javascript/commit/435d2cff5dfc86c58690d3f0d843f567ac4f3c04), [`8873841fc`](https://github.com/clerkinc/javascript/commit/8873841fcbb96f31aaeb8a12a0ce1d90512986d4), [`0a5f632f8`](https://github.com/clerkinc/javascript/commit/0a5f632f83bb4dae4cc82718dc86b7df3a125a56), [`34da40a50`](https://github.com/clerkinc/javascript/commit/34da40a5035b37eb365c6cb273e25c4d3bcf7161), [`3158752c7`](https://github.com/clerkinc/javascript/commit/3158752c73b9266775f954d3adaf43c66ba8b2e8), [`8538cd0c1`](https://github.com/clerkinc/javascript/commit/8538cd0c1e2ee2e38bd11079735a2ffc6738f71b), [`a412a5014`](https://github.com/clerkinc/javascript/commit/a412a501426f5d7a32284fda47efe48a04b5d38e), [`4ea30e883`](https://github.com/clerkinc/javascript/commit/4ea30e883a4f5c19cdde3424bf02afa99e2bc86d), [`86de584dd`](https://github.com/clerkinc/javascript/commit/86de584ddf1c22ec99852b983a92386e5542613c), [`e02a1aff2`](https://github.com/clerkinc/javascript/commit/e02a1aff2d4b1478601a2e7b598d600ab3902169), [`09bfb793e`](https://github.com/clerkinc/javascript/commit/09bfb793ee54d50eb54ef4e3a5eb385ea2f2fb54), [`b2296d630`](https://github.com/clerkinc/javascript/commit/b2296d6304e1ca31a35450e0c67a12555c0142f9), [`52ce79108`](https://github.com/clerkinc/javascript/commit/52ce79108fb5cb4fc84bf4f2df3e3dc748ee4eb3), [`4764e40c7`](https://github.com/clerkinc/javascript/commit/4764e40c7e858803fc6379dec20fcf687dcaed64), [`1e117beec`](https://github.com/clerkinc/javascript/commit/1e117beeca53f27d8e9f58f2a724fbc8a7d54021), [`30fcdd51a`](https://github.com/clerkinc/javascript/commit/30fcdd51a98dea60da36f2b5152ea22405d2c4f2), [`89bc5de04`](https://github.com/clerkinc/javascript/commit/89bc5de04aafa9832d4d1b5f816af2340acd14d4)]: + - @clerk/types@3.50.0 + - @clerk/backend@0.28.0 + ## 4.12.2 ### Patch Changes diff --git a/packages/sdk-node/package.json b/packages/sdk-node/package.json index 9d868da5f4..65ce7a95c0 100644 --- a/packages/sdk-node/package.json +++ b/packages/sdk-node/package.json @@ -1,5 +1,5 @@ { - "version": "4.12.2", + "version": "4.12.3", "license": "MIT", "type": "commonjs", "main": "./dist/cjs/index.js", @@ -58,8 +58,8 @@ "typescript": "*" }, "dependencies": { - "@clerk/backend": "^0.27.0", - "@clerk/types": "^3.49.0", + "@clerk/backend": "^0.28.0", + "@clerk/types": "^3.50.0", "@types/cookies": "0.7.7", "@types/express": "4.17.14", "@types/node-fetch": "2.6.2", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 3695f388ac..4cc0183e7b 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,35 @@ # Change Log +## 0.22.0 + +### Minor Changes + +- Introduces userInvitations from `useOrganizationList` ([#1520](https://github.com/clerkinc/javascript/pull/1520)) by [@panteliselef](https://github.com/panteliselef) + + `userInvitations` is a paginated list of data. It can be used to create Paginated tables or Infinite lists. + +### Patch Changes + +- Introduces a new resource called OrganizationMembership ([#1572](https://github.com/clerkinc/javascript/pull/1572)) by [@panteliselef](https://github.com/panteliselef) + + - useOrganization has been updated in order to return a list of domain with the above type + +- Introduces Membership Requests in ([#1576](https://github.com/clerkinc/javascript/pull/1576)) by [@panteliselef](https://github.com/panteliselef) + + - This is a list of users that have requested to join the active organization + +- Updates signature of OrganizationMembership.retrieve to support backwards compatibility while allowing using the new paginated responses. ([#1606](https://github.com/clerkinc/javascript/pull/1606)) by [@panteliselef](https://github.com/panteliselef) + + - userMemberships is now also part of the returned values of useOrganizationList + +- Introduces a new resource called OrganizationDomain ([#1569](https://github.com/clerkinc/javascript/pull/1569)) by [@panteliselef](https://github.com/panteliselef) + + - useOrganization has been updated in order to return a list of domain with the above type + +- Introduces list of suggestions within ([#1577](https://github.com/clerkinc/javascript/pull/1577)) by [@panteliselef](https://github.com/panteliselef) + + - Users can request to join a suggested organization + ## 0.21.0 ### Minor Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 697f38b608..4f6c72ad71 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/shared", - "version": "0.21.0", + "version": "0.22.0", "description": "Internal package utils used by the Clerk SDKs", "types": "./dist/types/index.d.ts", "main": "./dist/cjs/index.js", @@ -35,7 +35,7 @@ "test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html" }, "devDependencies": { - "@clerk/types": "^3.49.0", + "@clerk/types": "^3.50.0", "@types/glob-to-regexp": "0.4.1", "@types/js-cookie": "3.0.2", "tsup": "*", diff --git a/packages/themes/package.json b/packages/themes/package.json index 6b354a2496..a841b77fbc 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -28,7 +28,7 @@ "lint": "eslint ." }, "devDependencies": { - "@clerk/types": "^3.49.0", + "@clerk/types": "^3.50.0", "typescript": "*" }, "peerDependencies": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index d977e0c4a5..9680821def 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,91 @@ # Change Log +## 3.50.0 + +### Minor Changes + +- Introducing validatePassword for SignIn and SignUp resources ([#1445](https://github.com/clerkinc/javascript/pull/1445)) by [@panteliselef](https://github.com/panteliselef) + + - Validate a password based on the instance's configuration set in Password Policies in Dashboard + +- Introduce a new resource called OrganizationSuggestion along with retrieve() & accept() methods ([#1574](https://github.com/clerkinc/javascript/pull/1574)) by [@chanioxaris](https://github.com/chanioxaris) + + Also make available the user's suggestions from the useOrganizationList hook + +- Introduces userInvitations from `useOrganizationList` ([#1520](https://github.com/clerkinc/javascript/pull/1520)) by [@panteliselef](https://github.com/panteliselef) + + `userInvitations` is a paginated list of data. It can be used to create Paginated tables or Infinite lists. + +- Introduce `hasImage` in User / Organization / Session resources ([#1544](https://github.com/clerkinc/javascript/pull/1544)) by [@dimkl](https://github.com/dimkl) + +- Improve redirects on OAuth callback. Now, if you try to sign up with a provider that allows unverified accounts, it will ([#1563](https://github.com/clerkinc/javascript/pull/1563)) by [@kostaspt](https://github.com/kostaspt) + + navigate to the appropriate change when needed, fixing the broken flow. + +- Introduce `logoLinkUrl` prop in `appearance.layout` ([#1449](https://github.com/clerkinc/javascript/pull/1449)) by [@nikospapcom](https://github.com/nikospapcom) + + A new `logoLinkUrl` prop has been added to `appearance.layout` and used in `ApplicationLogo` to change the `href` of the link. + By default, the logo link url will be the Home URL you've set in the Clerk Dashboard. + +### Patch Changes + +- Introduces a new resource called OrganizationMembership ([#1572](https://github.com/clerkinc/javascript/pull/1572)) by [@panteliselef](https://github.com/panteliselef) + + - useOrganization has been updated in order to return a list of domain with the above type + +- Introduces Membership Requests in ([#1576](https://github.com/clerkinc/javascript/pull/1576)) by [@panteliselef](https://github.com/panteliselef) + + - This is a list of users that have requested to join the active organization + +- Updates signature of OrganizationMembership.retrieve to support backwards compatibility while allowing using the new paginated responses. ([#1606](https://github.com/clerkinc/javascript/pull/1606)) by [@panteliselef](https://github.com/panteliselef) + + - userMemberships is now also part of the returned values of useOrganizationList + +- Introduces the accept method in UserOrganizationInvitation class ([#1550](https://github.com/clerkinc/javascript/pull/1550)) by [@panteliselef](https://github.com/panteliselef) + +- Display a notification counter for organization invitations in OrganizationSwitcher ([#1627](https://github.com/clerkinc/javascript/pull/1627)) by [@panteliselef](https://github.com/panteliselef) + +- Introduces a new resource called OrganizationDomain ([#1569](https://github.com/clerkinc/javascript/pull/1569)) by [@panteliselef](https://github.com/panteliselef) + + - useOrganization has been updated in order to return a list of domain with the above type + +- Introduces domains and invitations in ([#1560](https://github.com/clerkinc/javascript/pull/1560)) by [@panteliselef](https://github.com/panteliselef) + + - The "Members" page now accommodates Domain and Individual invitations + - The "Settings" page allows for the addition, edit and removal of a domain + +- A OrganizationMembershipRequest can now be rejected ([#1612](https://github.com/clerkinc/javascript/pull/1612)) by [@panteliselef](https://github.com/panteliselef) + + - New `OrganizationMembershipRequest.reject` method alongside `accept` + - As an organization admin, navigate to `Organization Profile` > `Members` > `Requests`. You can now reject a request from the table. + +- Introduces an invitation list within ([#1554](https://github.com/clerkinc/javascript/pull/1554)) by [@panteliselef](https://github.com/panteliselef) + + - Users can accept the invitation that is sent to them + +- When updating enrollment mode of a domain uses can now delete any pending invitations or suggestions. ([#1632](https://github.com/clerkinc/javascript/pull/1632)) by [@panteliselef](https://github.com/panteliselef) + +- Construct urls based on context in ([#1503](https://github.com/clerkinc/javascript/pull/1503)) by [@panteliselef](https://github.com/panteliselef) + + - Deprecate `afterSwitchOrganizationUrl` + - Introduce `afterSelectOrganizationUrl` & `afterSelectPersonalUrl` + + `afterSelectOrganizationUrl` accepts + + - Full URL -> 'https://clerk.com/' + - relative path -> '/organizations' + - relative path -> with param '/organizations/:id' + - function that returns a string -> (org) => `/org/${org.slug}` + `afterSelectPersonalUrl` accepts + - Full URL -> 'https://clerk.com/' + - relative path -> '/users' + - relative path -> with param '/users/:username' + - function that returns a string -> (user) => `/users/${user.id}` + +- Introduces list of suggestions within ([#1577](https://github.com/clerkinc/javascript/pull/1577)) by [@panteliselef](https://github.com/panteliselef) + + - Users can request to join a suggested organization + ## 3.49.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index dfc3df2216..ddd77f3c25 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/types", - "version": "3.49.0", + "version": "3.50.0", "license": "MIT", "description": "Typings for Clerk libraries.", "keywords": [