Skip to content

ci(repo): Version packages #3745

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

Merged
merged 1 commit into from
Jul 23, 2024
Merged

ci(repo): Version packages #3745

merged 1 commit into from
Jul 23, 2024

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Jul 17, 2024

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/backend@1.4.0

Minor Changes

  • Support reading / writing / removing suffixed/un-suffixed cookies from @clerk/clerk-js and @clerk/backend. by @dimkl

    The __session, __clerk_db_jwt and __client_uat cookies will now include a suffix derived from the instance's publishakeKey. The cookie name suffixes are used to prevent cookie collisions, effectively enabling support for multiple Clerk applications running on the same domain.

Patch Changes

@clerk/clerk-js@5.10.0

Minor Changes

  • Support reading / writing / removing suffixed/un-suffixed cookies from @clerk/clerk-js and @clerk/backend. by @dimkl

    The __session, __clerk_db_jwt and __client_uat cookies will now include a suffix derived from the instance's publishakeKey. The cookie name suffixes are used to prevent cookie collisions, effectively enabling support for multiple Clerk applications running on the same domain.

  • Improve UX in ConnectedAccounts by converting the error into a useful, user-friendly message with a visible way to take action. (#3723) by @panteliselef

Patch Changes

@clerk/localizations@2.5.0

Minor Changes

    • Introduced subtitle__disconnected under userProfile.start.connectedAccountsSection (#3723) by @panteliselef

    • Aligned signUp.start.clientMismatch and signIn.start.clientMismatch to all languages.

  • Add support for Finnish (fi-FI) language for @clerk/localizations (#3634) by @theisoj

Patch Changes

@clerk/shared@2.4.0

Minor Changes

  • Support reading / writing / removing suffixed/un-suffixed cookies from @clerk/clerk-js and @clerk/backend. by @dimkl

    The __session, __clerk_db_jwt and __client_uat cookies will now include a suffix derived from the instance's publishakeKey. The cookie name suffixes are used to prevent cookie collisions, effectively enabling support for multiple Clerk applications running on the same domain.

Patch Changes

@clerk/testing@1.2.0

Minor Changes

  • Introduce Cypress Custom commands for sign-in and sign-out. (#3755) by @anagstef

Patch Changes

@clerk/types@4.9.0

Minor Changes

    • Introduced subtitle__disconnected under userProfile.start.connectedAccountsSection (#3723) by @panteliselef

    • Deprecated userProfile.start.connectedAccountsSection.actionLabel__reauthorize and userProfile.start.connectedAccountsSection.subtitle__reauthorize

Patch Changes

  • Update types to account for null second factors (#3780) by @dstaley

@clerk/astro@1.0.1

Patch Changes

@clerk/chrome-extension@1.1.5

Patch Changes

@clerk/elements@0.10.5

Patch Changes

  • Reverts addition of relatedTarget check in onFocus event handler which prevented fieldstate info from render on focus. (#3770) by @alexcarpenter

  • Handle call to hasTags on undefined state (#3738) by @tmilewski

  • Fixes issue where an invalid password field was immediately being refocused after submission causing the validation to run and show the success state. (#3762) by @alexcarpenter

  • Pass resource directly to machine over getSnapshot to avoid empty context (#3738) by @tmilewski

  • Fix issue where password field validation was incorrectly showing successful field state due to input being refocused on invalid form submission (#3778) by @alexcarpenter

  • Update XState from 5.13.x to 5.15.x (#3738) by @tmilewski

  • Update types to account for null second factors (#3780) by @dstaley

  • Add support for transform prop on SignIn.SafeIdentifier and determine identifier based on strategy (#3749) by @dstaley

  • Updated dependencies [b2788f67b, 86c75e50c]:

    • @clerk/types@4.9.0

@clerk/clerk-expo@1.2.8

Patch Changes

@clerk/express@0.0.18

Patch Changes

@clerk/fastify@1.0.20

Patch Changes

@clerk/nextjs@5.2.5

Patch Changes

@clerk/clerk-react@5.2.9

Patch Changes

@clerk/remix@4.2.4

Patch Changes

  • Updated dependencies [b87f7b9e1, b2788f67b, 86c75e50c]:
    • @clerk/backend@1.4.0
    • @clerk/shared@2.4.0
    • @clerk/types@4.9.0
    • @clerk/clerk-react@5.2.9

@clerk/clerk-sdk-node@5.0.17

Patch Changes

@clerk/tanstack-start@0.1.8

Patch Changes

  • Updated dependencies [b87f7b9e1, b2788f67b, 86c75e50c]:
    • @clerk/backend@1.4.0
    • @clerk/shared@2.4.0
    • @clerk/types@4.9.0
    • @clerk/clerk-react@5.2.9

@clerk/themes@2.1.13

Patch Changes

Copy link
Member

@nikosdouvlis nikosdouvlis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking the release as we're still running tests for the "multi apps same domain" feature.

@github-actions github-actions bot force-pushed the changeset-release/main branch 13 times, most recently from 1028a0b to 2fb6240 Compare July 19, 2024 10:17
@github-actions github-actions bot force-pushed the changeset-release/main branch from a5ec537 to 8e081b7 Compare July 23, 2024 13:00
@nikosdouvlis nikosdouvlis reopened this Jul 23, 2024
@nikosdouvlis nikosdouvlis merged commit b70f3a6 into main Jul 23, 2024
15 of 17 checks passed
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch July 23, 2024 14:03
brkalow pushed a commit that referenced this pull request Jul 24, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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