diff --git a/.changeset/all-hats-float.md b/.changeset/all-hats-float.md deleted file mode 100644 index 8afe487eb62..00000000000 --- a/.changeset/all-hats-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/backend': patch ---- - -Align create params for Invitation and OrganizationInvitation with backend API diff --git a/.changeset/angry-impalas-draw.md b/.changeset/angry-impalas-draw.md deleted file mode 100644 index 5138985c709..00000000000 --- a/.changeset/angry-impalas-draw.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@clerk/backend": patch ---- - -Add machine secret key rotation BAPI method - -Usage: - -```ts -clerkClient.machines.rotateSecretKey({ - machineId: 'mch_xxx', - previousTokenTtl: 3600, -}) -``` diff --git a/.changeset/chilly-dots-heal.md b/.changeset/chilly-dots-heal.md deleted file mode 100644 index c8c1a4cb9f5..00000000000 --- a/.changeset/chilly-dots-heal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/clerk-js': minor -'@clerk/types': minor ---- - -[Billing Beta] Removal of Billing experimental methods: `organization.getSubscriptions()` and `billing.getSubscriptions()` diff --git a/.changeset/cold-parks-push.md b/.changeset/cold-parks-push.md deleted file mode 100644 index 0bd5237b97c..00000000000 --- a/.changeset/cold-parks-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/astro': minor ---- - -Expose billing buttons as experimental diff --git a/.changeset/curly-plums-tease.md b/.changeset/curly-plums-tease.md deleted file mode 100644 index 93c0fb93151..00000000000 --- a/.changeset/curly-plums-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@clerk/expo-passkeys": minor ---- - -Add support for Expo 54 diff --git a/.changeset/eleven-timers-clean.md b/.changeset/eleven-timers-clean.md deleted file mode 100644 index e7c6eac0c06..00000000000 --- a/.changeset/eleven-timers-clean.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@clerk/remix": minor ---- - -Add deprecation warning for maintenance mode. Please use `@clerk/react-router` package instead. - -Migration guide: https://reactrouter.com/upgrading/remix -React Router SDK: https://clerk.com/docs/quickstarts/react-router diff --git a/.changeset/full-ducks-run.md b/.changeset/full-ducks-run.md deleted file mode 100644 index 3bcda5640a4..00000000000 --- a/.changeset/full-ducks-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/backend': minor ---- - -Adds the ability to create bulk invitations with `.createInvitationBulk([{...}])` diff --git a/.changeset/funny-laws-fetch.md b/.changeset/funny-laws-fetch.md deleted file mode 100644 index 59ee2be82ea..00000000000 --- a/.changeset/funny-laws-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Remove Base for non-RHC environments to ensure Coinbase dependencies aren't bundled. diff --git a/.changeset/good-loops-make.md b/.changeset/good-loops-make.md deleted file mode 100644 index d447758136d..00000000000 --- a/.changeset/good-loops-make.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Fixes errors in react-native without polyfill for window.location diff --git a/.changeset/honest-banks-happen.md b/.changeset/honest-banks-happen.md deleted file mode 100644 index e8339c995da..00000000000 --- a/.changeset/honest-banks-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/backend': minor ---- - -Add lastAuthenticationStrategy to API resources diff --git a/.changeset/lemon-friends-build.md b/.changeset/lemon-friends-build.md deleted file mode 100644 index 36792bf84b7..00000000000 --- a/.changeset/lemon-friends-build.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@clerk/nextjs': patch ---- - -Accept `treatPendingAsSignedOut` option on `currentUser` - -```ts - // If the session has a `pending` status, user will be `null` default, treated as a signed-out state - const user = await currentUser() -``` - -```ts - // If the session has a `pending` status, `user` will be defined, treated as a signed-in state - const user = await currentUser({ treatPendingAsSignedOut: false }) -``` diff --git a/.changeset/major-steaks-hug.md b/.changeset/major-steaks-hug.md deleted file mode 100644 index 4ef2eda9f48..00000000000 --- a/.changeset/major-steaks-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/shared': patch ---- - -Display empty data for authenticated billing hooks after sign out. diff --git a/.changeset/orange-tips-turn.md b/.changeset/orange-tips-turn.md deleted file mode 100644 index eb2aaacce73..00000000000 --- a/.changeset/orange-tips-turn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/clerk-js': patch -'@clerk/shared': patch -'@clerk/themes': patch ---- - -Add theme-usage telemetry diff --git a/.changeset/pink-cows-stop.md b/.changeset/pink-cows-stop.md deleted file mode 100644 index 7daf8b14b09..00000000000 --- a/.changeset/pink-cows-stop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/clerk-js': minor -'@clerk/types': minor ---- - -[Experimental] Add support for additional params for SignUp diff --git a/.changeset/poor-cycles-dress.md b/.changeset/poor-cycles-dress.md deleted file mode 100644 index 53225d174fb..00000000000 --- a/.changeset/poor-cycles-dress.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@clerk/remix": minor ---- - -Remove `machineSecretKey` option. Please migrate to `@clerk/react-router` instead. - -Migration guide: https://reactrouter.com/upgrading/remix -React Router SDK: https://clerk.com/docs/quickstarts/react-router diff --git a/.changeset/pretty-buttons-knock.md b/.changeset/pretty-buttons-knock.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/pretty-buttons-knock.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/strong-hounds-trade.md b/.changeset/strong-hounds-trade.md deleted file mode 100644 index 6b2da031939..00000000000 --- a/.changeset/strong-hounds-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/backend': patch ---- - -Remove `expired` from `OrganizationInvitationStatus` according to latest Backend API spec diff --git a/.changeset/stupid-crews-film.md b/.changeset/stupid-crews-film.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/stupid-crews-film.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/upset-masks-ask.md b/.changeset/upset-masks-ask.md deleted file mode 100644 index fa8acce5e32..00000000000 --- a/.changeset/upset-masks-ask.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@clerk/shared': minor -'@clerk/astro': minor -'@clerk/chrome-extension': minor -'@clerk/clerk-expo': minor -'@clerk/nextjs': minor -'@clerk/clerk-react': minor -'@clerk/react-router': minor -'@clerk/remix': minor -'@clerk/tanstack-react-start': minor ---- - -[Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. diff --git a/.changeset/warm-loops-roll.md b/.changeset/warm-loops-roll.md deleted file mode 100644 index 5803383c459..00000000000 --- a/.changeset/warm-loops-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-expo': patch ---- - -Add last_authentication_strategy to dummy cache data diff --git a/packages/agent-toolkit/CHANGELOG.md b/packages/agent-toolkit/CHANGELOG.md index d43ad18d2dc..9866d367ce6 100644 --- a/packages/agent-toolkit/CHANGELOG.md +++ b/packages/agent-toolkit/CHANGELOG.md @@ -1,5 +1,14 @@ # @clerk/agent-toolkit +## 0.1.32 + +### Patch Changes + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + ## 0.1.31 ### Patch Changes diff --git a/packages/agent-toolkit/package.json b/packages/agent-toolkit/package.json index 8cd7cd1efb4..05ebf84c081 100644 --- a/packages/agent-toolkit/package.json +++ b/packages/agent-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/agent-toolkit", - "version": "0.1.31", + "version": "0.1.32", "description": "Clerk Toolkit for AI Agents", "homepage": "https://clerk.com/", "bugs": { diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 4993138cc39..860ee635066 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,20 @@ # @clerk/astro +## 2.13.0 + +### Minor Changes + +- Expose billing buttons as experimental ([#6583](https://github.com/clerk/javascript/pull/6583)) by [@panteliselef](https://github.com/panteliselef) + +- [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + ## 2.12.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 541533d1de6..bdcf74d2bbf 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/astro", - "version": "2.12.0", + "version": "2.13.0", "description": "Clerk SDK for Astro", "keywords": [ "auth", diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index e073bd2983e..daf1e816f52 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log +## 2.14.0 + +### Minor Changes + +- Adds the ability to create bulk invitations with `.createInvitationBulk([{...}])` ([#6751](https://github.com/clerk/javascript/pull/6751)) by [@tmilewski](https://github.com/tmilewski) + +- Add lastAuthenticationStrategy to API resources ([#6748](https://github.com/clerk/javascript/pull/6748)) by [@tmilewski](https://github.com/tmilewski) + +### Patch Changes + +- Align create params for Invitation and OrganizationInvitation with backend API ([#6750](https://github.com/clerk/javascript/pull/6750)) by [@tmilewski](https://github.com/tmilewski) + +- Add machine secret key rotation BAPI method ([#6760](https://github.com/clerk/javascript/pull/6760)) by [@wobsoriano](https://github.com/wobsoriano) + + Usage: + + ```ts + clerkClient.machines.rotateSecretKey({ + machineId: 'mch_xxx', + previousTokenTtl: 3600, + }); + ``` + +- Remove `expired` from `OrganizationInvitationStatus` according to latest Backend API spec ([#6753](https://github.com/clerk/javascript/pull/6753)) by [@LauraBeatris](https://github.com/LauraBeatris) + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + ## 2.13.0 ### Minor Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index b3189e2545f..535e0207bff 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/backend", - "version": "2.13.0", + "version": "2.14.0", "description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", "homepage": "https://clerk.com/", "bugs": { diff --git a/packages/chrome-extension/CHANGELOG.md b/packages/chrome-extension/CHANGELOG.md index 6595231173f..d4cc32fb3dd 100644 --- a/packages/chrome-extension/CHANGELOG.md +++ b/packages/chrome-extension/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.6.0 + +### Minor Changes + +- [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7fe00d6`](https://github.com/clerk/javascript/commit/7fe00d67c642ae1fe44a96bd8ab51f7f5845495a), [`b291c98`](https://github.com/clerk/javascript/commit/b291c98641a67a24a6714343884bd366f041e8fa), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/clerk-js@5.93.0 + - @clerk/shared@3.25.0 + - @clerk/clerk-react@5.47.0 + ## 2.5.31 ### Patch Changes diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index effc45cd7ee..7f608b19a02 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/chrome-extension", - "version": "2.5.31", + "version": "2.6.0", "description": "Clerk SDK for Chrome extensions", "keywords": [ "auth", diff --git a/packages/clerk-js/CHANGELOG.md b/packages/clerk-js/CHANGELOG.md index 998e7945030..c761e93ef88 100644 --- a/packages/clerk-js/CHANGELOG.md +++ b/packages/clerk-js/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 5.93.0 + +### Minor Changes + +- [Billing Beta] Removal of Billing experimental methods: `organization.getSubscriptions()` and `billing.getSubscriptions()` ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +- [Experimental] Add support for additional params for SignUp ([#6716](https://github.com/clerk/javascript/pull/6716)) by [@dstaley](https://github.com/dstaley) + +### Patch Changes + +- Remove Base for non-RHC environments to ensure Coinbase dependencies aren't bundled. ([#6742](https://github.com/clerk/javascript/pull/6742)) by [@tmilewski](https://github.com/tmilewski) + +- Fixes errors in react-native without polyfill for window.location ([#6737](https://github.com/clerk/javascript/pull/6737)) by [@bratsos](https://github.com/bratsos) + +- Add theme-usage telemetry ([#6529](https://github.com/clerk/javascript/pull/6529)) by [@alexcarpenter](https://github.com/alexcarpenter) + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + - @clerk/localizations@3.25.1 + ## 5.92.1 ### Patch Changes diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json index 930e9b9427a..79736e4c191 100644 --- a/packages/clerk-js/package.json +++ b/packages/clerk-js/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-js", - "version": "5.92.1", + "version": "5.93.0", "description": "Clerk JS library", "keywords": [ "clerk", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index fd0b506c240..1f956059b22 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -1,5 +1,14 @@ # @clerk/elements +## 0.23.63 + +### Patch Changes + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + - @clerk/clerk-react@5.47.0 + ## 0.23.62 ### Patch Changes diff --git a/packages/elements/package.json b/packages/elements/package.json index 5659ff2917b..cea66ebd6ae 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/elements", - "version": "0.23.62", + "version": "0.23.63", "description": "Clerk Elements", "keywords": [ "clerk", diff --git a/packages/expo-passkeys/CHANGELOG.md b/packages/expo-passkeys/CHANGELOG.md index 106de02117e..224c983fe2b 100644 --- a/packages/expo-passkeys/CHANGELOG.md +++ b/packages/expo-passkeys/CHANGELOG.md @@ -1,5 +1,17 @@ # @clerk/expo-passkeys +## 0.4.0 + +### Minor Changes + +- Add support for Expo 54 ([#6752](https://github.com/clerk/javascript/pull/6752)) by [@wobsoriano](https://github.com/wobsoriano) + +### Patch Changes + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + ## 0.3.39 ### Patch Changes diff --git a/packages/expo-passkeys/package.json b/packages/expo-passkeys/package.json index 9e7d3091a2d..ea4649ef119 100644 --- a/packages/expo-passkeys/package.json +++ b/packages/expo-passkeys/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo-passkeys", - "version": "0.3.39", + "version": "0.4.0", "description": "Passkeys library to be used with Clerk for expo", "keywords": [ "react-native", diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md index c0942d9b132..ce5fede45a3 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 2.15.0 + +### Minor Changes + +- [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Add last_authentication_strategy to dummy cache data ([#6748](https://github.com/clerk/javascript/pull/6748)) by [@tmilewski](https://github.com/tmilewski) + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7fe00d6`](https://github.com/clerk/javascript/commit/7fe00d67c642ae1fe44a96bd8ab51f7f5845495a), [`b291c98`](https://github.com/clerk/javascript/commit/b291c98641a67a24a6714343884bd366f041e8fa), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/clerk-js@5.93.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + - @clerk/clerk-react@5.47.0 + ## 2.14.30 ### Patch Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index 837d5a84f1c..aecc5fb63e8 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-expo", - "version": "2.14.30", + "version": "2.15.0", "description": "Clerk React Native/Expo library", "keywords": [ "react", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 30d732f8201..ab5ed03faf6 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.7.31 + +### Patch Changes + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + ## 1.7.30 ### Patch Changes diff --git a/packages/express/package.json b/packages/express/package.json index a0e00b4c3f5..6e77b1a7658 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/express", - "version": "1.7.30", + "version": "1.7.31", "description": "Clerk server SDK for usage with Express", "keywords": [ "clerk", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index 9602844655f..7c5593894bd 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.4.31 + +### Patch Changes + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + ## 2.4.30 ### Patch Changes diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 2f5a8e6bf09..cc81ade9bba 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/fastify", - "version": "2.4.30", + "version": "2.4.31", "description": "Clerk SDK for Fastify", "keywords": [ "auth", diff --git a/packages/localizations/CHANGELOG.md b/packages/localizations/CHANGELOG.md index 6a94d4696c0..07e0be92831 100644 --- a/packages/localizations/CHANGELOG.md +++ b/packages/localizations/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.25.1 + +### Patch Changes + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7)]: + - @clerk/types@4.86.0 + ## 3.25.0 ### Minor Changes diff --git a/packages/localizations/package.json b/packages/localizations/package.json index a97879c277e..4fd4c78e68a 100644 --- a/packages/localizations/package.json +++ b/packages/localizations/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/localizations", - "version": "3.25.0", + "version": "3.25.1", "description": "Localizations for the Clerk components", "keywords": [ "react", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 2d3a8e9a334..b085ba2a38d 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,31 @@ # Change Log +## 6.32.0 + +### Minor Changes + +- [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Accept `treatPendingAsSignedOut` option on `currentUser` ([#6740](https://github.com/clerk/javascript/pull/6740)) by [@LauraBeatris](https://github.com/LauraBeatris) + + ```ts + // If the session has a `pending` status, user will be `null` default, treated as a signed-out state + const user = await currentUser(); + ``` + + ```ts + // If the session has a `pending` status, `user` will be defined, treated as a signed-in state + const user = await currentUser({ treatPendingAsSignedOut: false }); + ``` + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + - @clerk/clerk-react@5.47.0 + ## 6.31.10 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 937e870e62b..a554e7c59b1 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nextjs", - "version": "6.31.10", + "version": "6.32.0", "description": "Clerk SDK for NextJS", "keywords": [ "clerk", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 246619b37ed..77544ba04a5 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,15 @@ # @clerk/nuxt +## 1.8.17 + +### Patch Changes + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + - @clerk/vue@1.13.1 + ## 1.8.16 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 5c2653bdfa5..5899a57e343 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nuxt", - "version": "1.8.16", + "version": "1.8.17", "description": "Clerk SDK for Nuxt", "keywords": [ "clerk", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index de8cec50cbd..48f1f9652df 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 1.10.0 + +### Minor Changes + +- [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + - @clerk/clerk-react@5.47.0 + ## 1.9.10 ### Patch Changes diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 21b52170cf6..1de9b0b97ea 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/react-router", - "version": "1.9.10", + "version": "1.10.0", "description": "Clerk SDK for React Router", "keywords": [ "clerk", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d787af2cfaf..11283c2a5e8 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 5.47.0 + +### Minor Changes + +- [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + ## 5.46.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index ff6995bdc11..ad250ea2e7e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-react", - "version": "5.46.2", + "version": "5.47.0", "description": "Clerk React library", "keywords": [ "clerk", diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index d53da9db35d..5bae9781bfd 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 4.12.0 + +### Minor Changes + +- Add deprecation warning for maintenance mode. Please use `@clerk/react-router` package instead. ([#6744](https://github.com/clerk/javascript/pull/6744)) by [@wobsoriano](https://github.com/wobsoriano) + + Migration guide: https://reactrouter.com/upgrading/remix + React Router SDK: https://clerk.com/docs/quickstarts/react-router + +- Remove `machineSecretKey` option. Please migrate to `@clerk/react-router` instead. ([#6749](https://github.com/clerk/javascript/pull/6749)) by [@wobsoriano](https://github.com/wobsoriano) + + Migration guide: https://reactrouter.com/upgrading/remix + React Router SDK: https://clerk.com/docs/quickstarts/react-router + +- [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + - @clerk/clerk-react@5.47.0 + ## 4.11.10 ### Patch Changes diff --git a/packages/remix/package.json b/packages/remix/package.json index 7198478a67d..e76d2fb7490 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/remix", - "version": "4.11.10", + "version": "4.12.0", "description": "Clerk SDK for Remix", "keywords": [ "clerk", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 72de62a05af..d042a1875ac 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 3.25.0 + +### Minor Changes + +- [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Display empty data for authenticated billing hooks after sign out. ([#6747](https://github.com/clerk/javascript/pull/6747)) by [@panteliselef](https://github.com/panteliselef) + +- Add theme-usage telemetry ([#6529](https://github.com/clerk/javascript/pull/6529)) by [@alexcarpenter](https://github.com/alexcarpenter) + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7)]: + - @clerk/types@4.86.0 + ## 3.24.2 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index f799e259722..46c66e8c222 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/shared", - "version": "3.24.2", + "version": "3.25.0", "description": "Internal package utils used by the Clerk SDKs", "repository": { "type": "git", diff --git a/packages/tanstack-react-start/CHANGELOG.md b/packages/tanstack-react-start/CHANGELOG.md index 417c6f68efc..a08d46b51a1 100644 --- a/packages/tanstack-react-start/CHANGELOG.md +++ b/packages/tanstack-react-start/CHANGELOG.md @@ -1,5 +1,19 @@ # @clerk/tanstack-react-start +## 0.24.0 + +### Minor Changes + +- [Billing Beta] Drop experimental `subscriptions` property from params of `useOrganization()`. Use [`useSubscription()`](https://clerk.com/docs/nextjs/hooks/use-subscription) instead. ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + - @clerk/clerk-react@5.47.0 + ## 0.23.5 ### Patch Changes diff --git a/packages/tanstack-react-start/package.json b/packages/tanstack-react-start/package.json index 9bd19f18191..4ca5a9591ef 100644 --- a/packages/tanstack-react-start/package.json +++ b/packages/tanstack-react-start/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/tanstack-react-start", - "version": "0.23.5", + "version": "0.24.0", "description": "Clerk SDK for TanStack React Start", "keywords": [ "clerk", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index e3ed7f7b0f9..bf6b4ed1ea3 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,14 @@ # @clerk/testing +## 1.12.6 + +### Patch Changes + +- Updated dependencies [[`b598581`](https://github.com/clerk/javascript/commit/b598581ae673ca42fac713ee9e1a0f04b56cb8de), [`19f18f8`](https://github.com/clerk/javascript/commit/19f18f818d7c69eb2ecd27b727c403e9b00f4401), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`7382e13`](https://github.com/clerk/javascript/commit/7382e1384a67a2648e077d9ce677eb5424987322), [`24d0742`](https://github.com/clerk/javascript/commit/24d0742ec8453ab7ca01e81e7b4b15eed014ab81), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`939df73`](https://github.com/clerk/javascript/commit/939df73f393eefcf930481ee6f5c7f913e2e26b3), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/backend@2.14.0 + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + ## 1.12.5 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 992c697842e..5354f3e4534 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/testing", - "version": "1.12.5", + "version": "1.12.6", "description": "Utilities to help you create E2E test suites for apps using Clerk", "keywords": [ "auth", diff --git a/packages/themes/CHANGELOG.md b/packages/themes/CHANGELOG.md index a20ca1cc9e1..0e40be097cd 100644 --- a/packages/themes/CHANGELOG.md +++ b/packages/themes/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.4.19 + +### Patch Changes + +- Add theme-usage telemetry ([#6529](https://github.com/clerk/javascript/pull/6529)) by [@alexcarpenter](https://github.com/alexcarpenter) + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7)]: + - @clerk/types@4.86.0 + ## 2.4.18 ### Patch Changes diff --git a/packages/themes/package.json b/packages/themes/package.json index df07a71e5e7..d05be5d2d87 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/themes", - "version": "2.4.18", + "version": "2.4.19", "description": "Themes for the Clerk auth components", "keywords": [ "react", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index b90db03d9e1..08b2c92a7ae 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.86.0 + +### Minor Changes + +- [Billing Beta] Removal of Billing experimental methods: `organization.getSubscriptions()` and `billing.getSubscriptions()` ([#6738](https://github.com/clerk/javascript/pull/6738)) by [@mauricioabreu](https://github.com/mauricioabreu) + +- [Experimental] Add support for additional params for SignUp ([#6716](https://github.com/clerk/javascript/pull/6716)) by [@dstaley](https://github.com/dstaley) + ## 4.85.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index 9c14670ca31..d546335790b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/types", - "version": "4.85.0", + "version": "4.86.0", "description": "Typings for Clerk libraries.", "keywords": [ "clerk", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 8f3084fdd1c..c92dce1dc93 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/vue +## 1.13.1 + +### Patch Changes + +- Updated dependencies [[`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105), [`82b84fe`](https://github.com/clerk/javascript/commit/82b84fed5f207673071ba7354a17f4a76e101201), [`54b4b5a`](https://github.com/clerk/javascript/commit/54b4b5a5f811f612fadf5c47ffda94a750c57a5e), [`50a8622`](https://github.com/clerk/javascript/commit/50a8622c3579306f15e5d40e5ea72b4fe4384ef7), [`23948dc`](https://github.com/clerk/javascript/commit/23948dc777ec6a17bafbae59c253a93143b0e105)]: + - @clerk/types@4.86.0 + - @clerk/shared@3.25.0 + ## 1.13.0 ### Minor Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index e047626a91f..58ef438440c 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/vue", - "version": "1.13.0", + "version": "1.13.1", "description": "Clerk SDK for Vue", "keywords": [ "clerk",