javascript
javascript copied to clipboard
ci(repo): Version packages
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/[email protected]
Patch Changes
-
Introduce a shared component for interactive components that handles UI mounting (#3664) by @wobsoriano
-
Change prefix for public env variables to
PUBLIC_. The previous prefix wasPUBLIC_ASTRO_APP_. (#3669) by @panteliselef- After this change the publishable key from should be set as
PUBLIC_CLERK_PUBLISHABLE_KEY=xxxxx
- After this change the publishable key from should be set as
-
Implement telemetry for nanostores and middleware usage; include SDK metadata. (#3662) by @wobsoriano