Skip to content

Commit 27e01c3

Browse files
committed
chore(changeset): consolidate into single changeset with pinning guidance
1 parent b57c816 commit 27e01c3

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

.changeset/internal-clerk-js-ui-props.md

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

.changeset/remove-clerk-ui-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
'@clerk/nuxt': major
99
---
1010

11-
Remove `clerkUIVersion` and `clerkJSVersion` props across all SDKs. Use `@clerk/upgrade` to migrate to the new `__internal_` prefixed props if needed.
11+
Remove `clerkJSUrl`, `clerkJSVersion`, `clerkUIUrl`, and `clerkUIVersion` props from all SDKs. To pin a specific version of `@clerk/clerk-js`, import the `Clerk` constructor from `@clerk/clerk-js` and pass it to `ClerkProvider` via the `Clerk` prop. To pin a specific version of `@clerk/ui`, import `ui` from `@clerk/ui` and pass it via the `ui` prop. This bundles the modules directly with your application instead of loading them from the CDN.

0 commit comments

Comments
 (0)