Skip to content

ci(repo): Version packages - #3602

Merged
tmilewski merged 1 commit into
mainfrom
changeset-release/main
Jun 25, 2024
Merged

ci(repo): Version packages#3602
tmilewski merged 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

@clerk-cookie clerk-cookie commented Jun 20, 2024

Copy link
Copy Markdown
Collaborator

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/chrome-extension@1.1.0

Minor Changes

  • Poll for active session changes allowing for synchronizing newly authenticated users after the extension has been opened. (#3616) by @tmilewski

Patch Changes

  • Updated dependencies [2bef41ab0]:
    • @clerk/clerk-js@5.7.2

@clerk/elements@0.9.0

Minor Changes

  • Improve <FieldState> and re-organize some data attributes related to validity states. These changes might be breaking changes for you. (#3594) by @LekoArts

    Overview of changes:

    • <form> no longer has data-valid and data-invalid attributes. If there are global errors (same heuristics as <GlobalError>) then a data-global-error attribute will be present.
    • Fixed a bug where <Field> could contain data-valid and data-invalid at the same time.
    • The field state (accessible through e.g. <FieldState>) now also incorporates the field's ValidityState into its output. If the ValidityState is invalid, the field state will be an error. You can access this information in three places:
      1. <FieldState>
      2. data-state attribute on <Input>
      3. <Field>{(state) => <p>Field's state is {state}</p>}</Field>

Patch Changes

  • Fix Sign In & Sign Up root fallbacks not rendering as expected (#3601) by @tmilewski

  • Update all Radix dependencies to their June 19, 2024 release (#3606) by @LekoArts

@clerk/clerk-js@5.7.2

Patch Changes

  • Correctly use updated protocol verification in all code paths (#3605) by @LekoArts

  • Updated dependencies [72888323b]:

    • @clerk/localizations@2.4.6

@clerk/clerk-expo@1.2.3

Patch Changes

  • Updated dependencies [2bef41ab0]:
    • @clerk/clerk-js@5.7.2

@clerk/localizations@2.4.6

Patch Changes

@clerk/ui@0.1.3

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 15 times, most recently from 46ed601 to aac6be6 Compare June 25, 2024 14:55
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from aac6be6 to c06fad4 Compare June 25, 2024 15:32
@tmilewski
tmilewski enabled auto-merge (squash) June 25, 2024 15:42
@tmilewski
tmilewski self-requested a review June 25, 2024 15:43
@tmilewski tmilewski closed this Jun 25, 2024
auto-merge was automatically disabled June 25, 2024 16:14

Pull request was closed

@tmilewski tmilewski reopened this Jun 25, 2024
@tmilewski
tmilewski enabled auto-merge (squash) June 25, 2024 16:29
@tmilewski
tmilewski merged commit 5868500 into main Jun 25, 2024
@tmilewski
tmilewski deleted the changeset-release/main branch June 25, 2024 16:31
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