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

Version Packages #1685

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Version Packages #1685

merged 1 commit into from
Sep 20, 2023

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Sep 6, 2023

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@0.4.0

Minor Changes

  • Introduce the new brand-new component OrganizationList (#1692) by @panteliselef

    • Lists all the memberships, invitations or suggestions an active user may have
    • Powered by our useOrganizationList react hook

Patch Changes

@clerk/clerk-js@4.58.0

Minor Changes

  • Introduce the new brand-new component OrganizationList (#1692) by @panteliselef

    • Lists all the memberships, invitations or suggestions an active user may have
    • Powered by our useOrganizationList react hook

Patch Changes

  • Organization.getMemberships now supports paginated responses by passing {paginated:true} (#1708) by @panteliselef

  • Change README to include updated links to issue templates and update Discord link. (#1750) by @LekoArts

  • Add support for redirecting to "factor-one" during account transfer flow. (#1696) by @kostaspt

  • Disable role selection for the last admin in OrganizationProfile (#1721) by @panteliselef

  • This PR replaces The verification link expired. Please resend it. message with the localization key formFieldError__verificationLinkExpired. The english message was also adjust to The verification link expired. Please request a new link. to make the second sentence clearer. (#1738) by @LekoArts

  • Improve color contrast in Badges (#1716) by @panteliselef

  • The issue #1557 uncovered that when using @clerk/nextjs together with next-intl the error "Failed to execute 'removeChild' on 'Node'" was thrown. (#1726) by @LekoArts

    That error came from @floating-ui/react which @clerk/clerk-js used under the hood. Its version was upgraded from 0.19.0 to 0.25.4 to fix this error.

    This error is probably not isolated to next-intl so if you encountered a similar error in the past, try upgrading.

  • Fix bug with missing or incorrect breadcrumbs in Organization and User profiles (#1722) by @panteliselef

  • Fixes minor bug in UI of a success page (#1725) by @panteliselef

  • Improve spacing consistency OrganizationList (#1717) by @panteliselef

  • Updated dependencies [e6b52ae34, e99df0a0d, 4327b91f9, 4e16d39f3, 8b9a7a360, 30bb9eccb, 01b024c57, b0f396bc5]:

    • @clerk/localizations@1.26.0
    • @clerk/types@3.52.0
    • @clerk/shared@0.22.1

@clerk/localizations@1.26.0

Minor Changes

  • Introduce the new brand-new component OrganizationList (#1692) by @panteliselef

    • Lists all the memberships, invitations or suggestions an active user may have
    • Powered by our useOrganizationList react hook
  • Review PT-BR localizations, translate organization strings (#1710) by @danilofuchs

Patch Changes

  • Improve README by adding instructions on how to add/edit localizations (#1747) by @LekoArts

  • Change README to include updated links to issue templates and update Discord link. (#1750) by @LekoArts

  • This PR replaces The verification link expired. Please resend it. message with the localization key formFieldError__verificationLinkExpired. The english message was also adjust to The verification link expired. Please request a new link. to make the second sentence clearer. (#1738) by @LekoArts

  • Update "unverified" email and phone labels (#1716) by @panteliselef

  • Updated dependencies [e99df0a0d, 4327b91f9, 01b024c57]:

    • @clerk/types@3.52.0

@clerk/nextjs@4.24.0

Minor Changes

  • Introduce the new brand-new component OrganizationList (#1692) by @panteliselef

    • Lists all the memberships, invitations or suggestions an active user may have
    • Powered by our useOrganizationList react hook

Patch Changes

  • SignInWithMetamaskButton is now exported from the @clerk/nextjs package (#1731) by @octoper

  • Change README to include updated links to issue templates and update Discord link. (#1750) by @LekoArts

  • Updates the default middleware config matcher to be more restrictive in how it detects static files. Paths with . in them are now allowed, as long as the . is not in the final path segment. (#1695) by @BRKalow

  • Updated dependencies [e99df0a0d, 4327b91f9, 75be1d6b3, 01b024c57]:

    • @clerk/clerk-react@4.25.0
    • @clerk/types@3.52.0
    • @clerk/clerk-sdk-node@4.12.6
    • @clerk/backend@0.29.1

@clerk/clerk-react@4.25.0

Minor Changes

  • Introduce the new brand-new component OrganizationList (#1692) by @panteliselef

    • Lists all the memberships, invitations or suggestions an active user may have
    • Powered by our useOrganizationList react hook

Patch Changes

@clerk/types@3.52.0

Minor Changes

  • Introduce the new brand-new component OrganizationList (#1692) by @panteliselef

    • Lists all the memberships, invitations or suggestions an active user may have
    • Powered by our useOrganizationList react hook

Patch Changes

  • Change README to include updated links to issue templates and update Discord link. (#1750) by @LekoArts

  • This PR replaces The verification link expired. Please resend it. message with the localization key formFieldError__verificationLinkExpired. The english message was also adjust to The verification link expired. Please request a new link. to make the second sentence clearer. (#1738) by @LekoArts

@clerk/backend@0.29.1

Patch Changes

@clerk/clerk-expo@0.19.2

Patch Changes

@clerk/fastify@0.6.7

Patch Changes

gatsby-plugin-clerk@4.4.8

Patch Changes

  • Change README to include updated links to issue templates and update Discord link. (#1750) by @LekoArts

  • Updated dependencies [e99df0a0d, 4327b91f9, 75be1d6b3, 01b024c57]:

    • @clerk/clerk-react@4.25.0
    • @clerk/types@3.52.0
    • @clerk/clerk-sdk-node@4.12.6
    • @clerk/backend@0.29.1

@clerk/remix@2.10.3

Patch Changes

@clerk/clerk-sdk-node@4.12.6

Patch Changes

@clerk/shared@0.22.1

Patch Changes

  • Fix: swr devtools breaks applications with clerk (#1694) by @panteliselef

    • Force disable swr devtools for organization hooks
    • Let the swr devtool to pick the correct react version
  • Deprecate membershipList in favor of memberships that supports paginated responses (#1708) by @panteliselef

@clerk/themes@1.7.6

Patch Changes

  • Change README to include updated links to issue templates and update Discord link. (#1750) by @LekoArts

1.7.5 (2023-06-03)

Note: Version bump only for package @clerk/themes

1.7.4 (2023-05-26)

Note: Version bump only for package @clerk/themes

1.7.3 (2023-05-23)

Note: Version bump only for package @clerk/themes

1.7.2 (2023-05-18)

Note: Version bump only for package @clerk/themes

1.7.1 (2023-05-17)

Note: Version bump only for package @clerk/themes

@github-actions github-actions bot force-pushed the changeset-release/main branch 23 times, most recently from 50d44ac to 3db5b15 Compare September 20, 2023 09:42
@nikosdouvlis nikosdouvlis merged commit 559a0e6 into main Sep 20, 2023
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch September 20, 2023 12:38
octoper pushed a commit that referenced this pull request Sep 25, 2023
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