Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(repo): Version packages #5332

Merged
merged 1 commit into from
Mar 19, 2025
Merged

ci(repo): Version packages #5332

merged 1 commit into from
Mar 19, 2025

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Mar 12, 2025

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/astro@2.4.0

Minor Changes

  • Deprecate out of date jwt types in favour of existing that are up-to-date. (#5354) by @panteliselef

Patch Changes

@clerk/clerk-js@5.57.0

Minor Changes

  • Navigate to tasks on after sign-in/sign-up (#5280) by @LauraBeatris

  • Improve the resilience of the SDK against situations where the /v1/environment endpoint is not reachable. This is achieved by allowing the initialization of the environment with default values. (#5287) by @jacekradko

  • Allow user set primary web3 wallet in <UserProfile /> when more than one web3 wallets presented (#5353) by @nikospapcom

  • Deprecate out of date jwt types in favour of existing that are up-to-date. (#5354) by @panteliselef

Patch Changes

@clerk/clerk-expo@2.9.0

Minor Changes

  • Adds a secure token cache implementation using expo-secure-store which encrypts the session token before storing it. (#5375) by @wobsoriano

    Usage:

    // app/_layout.tsx
    import { ClerkProvider } from '@clerk/clerk-expo';
    import { tokenCache } from '@clerk/clerk-expo/token-cache';
    
    export default function RootLayout() {
      return (
        <ClerkProvider
          publishableKey='your-publishable-key'
          tokenCache={tokenCache}
        >
          {/* Your app code */}
        </ClerkProvider>
      );
    }
  • Mark secureStore as deprecated in favor of resourceCache from @clerk/clerk-expo/resource-cache. (#5375) by @wobsoriano

    Usage:

    // app/_layout.tsx
    import { ClerkProvider } from '@clerk/clerk-expo'
    import { tokenCache } from '@clerk/clerk-expo/token-cache'
    // import { secureStore } from '@clerk/clerk-expo/secure-store'
    import { resourceCache } from '@clerk/clerk-expo/resource-cache'
    
    export default function RootLayout() {
      return (
        <ClerkProvider
          publishableKey="your-publishable-key"
          tokenCache={tokenCache}
          // __experimental_resourceCache={secureStore}
          __experimental_resourceCache={resourceCache}
        >
          {...}
        </ClerkProvider>
      )
    }

Patch Changes

@clerk/localizations@3.13.0

Minor Changes

  • Allow user set primary web3 wallet in <UserProfile /> when more than one web3 wallets presented (#5353) by @nikospapcom

Patch Changes

@clerk/clerk-react@5.25.0

Minor Changes

Patch Changes

@clerk/types@4.49.0

Minor Changes

  • Navigate to tasks on after sign-in/sign-up (#5280) by @LauraBeatris

  • Allow user set primary web3 wallet in <UserProfile /> when more than one web3 wallets presented (#5353) by @nikospapcom

  • Deprecate out of date jwt types in favour of existing that are up-to-date. (#5354) by @panteliselef

Patch Changes

  • Simplify plan card avatar badge container styling. (#5355) by @alexcarpenter

  • Introduce <Drawer.Confirmation /> component to be used within Commerce cancel subscription flow. (#5376) by @alexcarpenter

  • Hide personal workspace options when organization selection is enforced (#5391) by @LauraBeatris

  • Allow token refresh when Client failed to resolve. (#5345) by @panteliselef

  • Improve JSDoc documentation (#5372) by @LekoArts

  • Introduce experimental billing APIs and components (#5248) by @aeliox

  • Introduce <Drawer /> component and update commerce components implementations to make use of it. (#5337) by @alexcarpenter

  • Conditionally render the avatar and badge components within PlanCard. (#5348) by @alexcarpenter

  • Refactor <Checkout /> components to apply descriptors and ensure styling is properly connected to theming layer. (#5359) by @alexcarpenter

@clerk/vue@1.4.0

Minor Changes

  • Deprecate out of date jwt types in favour of existing that are up-to-date. (#5354) by @panteliselef

Patch Changes

@clerk/agent-toolkit@0.0.11

Patch Changes

@clerk/backend@1.25.3

Patch Changes

@clerk/chrome-extension@2.2.17

Patch Changes

@clerk/elements@0.23.3

Patch Changes

@clerk/expo-passkeys@0.1.24

Patch Changes

@clerk/express@1.3.54

Patch Changes

@clerk/fastify@2.1.27

Patch Changes

@clerk/nextjs@6.12.6

Patch Changes

@clerk/nuxt@1.4.1

Patch Changes

@clerk/react-router@1.1.6

Patch Changes

@clerk/remix@4.5.6

Patch Changes

@clerk/shared@3.0.2

Patch Changes

@clerk/tanstack-start@0.11.5

Patch Changes

  • Added a warning message to inform users that the package has been renamed from @clerk/tanstack-start to @clerk/tanstack-react-start. This change aligns our package naming with TanStack Start's conventions. Users should update their dependencies to use the new package name, as this is the last release under the old name. (#5327) by @wobsoriano

  • Updated dependencies [725918d, 10247ba, 91d0f0b, 9572bf5, 39bbc51, 3dddcda, 7524943, 150b5c8, 23c931e, 730262f, 5601a15, 0b18bb1, 021bc5f, 1a61390]:

    • @clerk/types@4.49.0
    • @clerk/clerk-react@5.25.0
    • @clerk/backend@1.25.3
    • @clerk/shared@3.0.2

@clerk/testing@1.4.28

Patch Changes

@clerk/themes@2.2.22

Patch Changes

Copy link

vercel bot commented Mar 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2025 2:12pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from 38847f3 to 68c823a Compare March 12, 2025 12:40
@github-actions github-actions bot force-pushed the changeset-release/main branch from 68c823a to c4b2c8e Compare March 12, 2025 14:45
@github-actions github-actions bot force-pushed the changeset-release/main branch from c4b2c8e to da56a80 Compare March 12, 2025 20:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from da56a80 to 1bf753b Compare March 12, 2025 22:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1bf753b to 443cdab Compare March 13, 2025 14:07
@github-actions github-actions bot force-pushed the changeset-release/main branch from 443cdab to 0faede3 Compare March 13, 2025 20:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0faede3 to b12d00e Compare March 13, 2025 20:41
@github-actions github-actions bot force-pushed the changeset-release/main branch from b12d00e to 77b45f6 Compare March 13, 2025 20:45
@github-actions github-actions bot force-pushed the changeset-release/main branch from 77b45f6 to 43c5f60 Compare March 14, 2025 13:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 43c5f60 to c7402da Compare March 14, 2025 14:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from c7402da to f68c60b Compare March 14, 2025 18:00
@github-actions github-actions bot force-pushed the changeset-release/main branch from f68c60b to f896f3a Compare March 14, 2025 20:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from f896f3a to efede42 Compare March 14, 2025 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants