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 #1810

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Version Packages #1810

merged 1 commit into from
Oct 5, 2023

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Oct 2, 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/clerk-js@4.60.0

Minor Changes

  • Introduce a new user resource method to leave an organization. You can now call 'user.leaveOrganization(<org_id>)' when a user chooses to leave an organization instead of 'organization.removeMember(<user_id>)' which is mostly meant for organization based actions. (#1809) by @chanioxaris

Patch Changes

    • Introduce organizationProfileProps as prop in <OrganizationSwitcher/>. (#1801) by @panteliselef

    • Introduce appearance in userProfileProps in <UserButton/>.

    • Deprecate the usage of appearance.userProfile in <UserButton/>.

  • Introduce ClerkRuntimeError class for localizing error messages in ClerkJS components (#1813) by @panteliselef

  • Enables you to translate the tooltip hint while creating an organization through the formFieldHintText__slug key (#1811) by @LekoArts

  • Pins the internal dependency versions. This ensures that users installing our main framework SDKs will get consistent versions across all @clerk/ packages. (#1798) by @BRKalow

  • Fixes a UI bug on Safari, that was causing the border of tables to be displayed incorrectly (#1814) by @panteliselef

  • Warn about publicUserData.profileImageUrl nested property deprecation in OrganizationMembership & OrganizationMembershipRequest resources. (#1812) by @dimkl

  • Fix internal subpath imports by replacing them with top level imports. (#1804) by @dimkl

  • Removes it.skip from the LeaveOrganizationPage tests. (#1820) by @panteliselef

  • Updated dependencies [b59b6b75d, 164f3aac7, 68259a2bb, 33e927c59, 0636ff779, 9514618d6, ccf42105b, c7c6912f3, e3451443e, 71bb1c7b5]:

    • @clerk/types@3.54.0
    • @clerk/localizations@1.26.3
    • @clerk/shared@0.24.2

@clerk/types@3.54.0

Minor Changes

  • Introduce a new user resource method to leave an organization. You can now call 'user.leaveOrganization(<org_id>)' when a user chooses to leave an organization instead of 'organization.removeMember(<user_id>)' which is mostly meant for organization based actions. (#1809) by @chanioxaris

Patch Changes

    • Introduce organizationProfileProps as prop in <OrganizationSwitcher/>. (#1801) by @panteliselef

    • Introduce appearance in userProfileProps in <UserButton/>.

    • Deprecate the usage of appearance.userProfile in <UserButton/>.

  • Introduce ClerkRuntimeError class for localizing error messages in ClerkJS components (#1813) by @panteliselef

  • Enables you to translate the tooltip hint while creating an organization through the formFieldHintText__slug key (#1811) by @LekoArts

  • Drop password property from UserJSON since it's not being returned by the Frontend API (#1805) by @dimkl

  • Remove experimenta jsdoc tags from multi-domain types. (#1819) by @panteliselef

  • Warn about publicUserData.profileImageUrl nested property deprecation in OrganizationMembership & OrganizationMembershipRequest resources. (#1812) by @dimkl

@clerk/backend@0.30.2

Patch Changes

  • Improve the jwk-remote-missing error by adding the available JWK IDs to the error message. This way you can understand why the entry was not found and compare the available ones with other keys. (#1816) by @LekoArts

  • Pins the internal dependency versions. This ensures that users installing our main framework SDKs will get consistent versions across all @clerk/ packages. (#1798) by @BRKalow

  • Update authenticateRequest() to respect the CloudFront-Forwarded-Proto header when determining the correct forwardedProto value. This fixes an issue when Clerk is used in applications that are deployed behind AWS CloudFront, where previously all requests were treated as cross-origin. (#1817) by @dimkl

  • Remove experimenta jsdoc tags from multi-domain types. (#1819) by @panteliselef

  • Updated dependencies [b59b6b75d, 164f3aac7, 68259a2bb, 33e927c59, 9514618d6, c7c6912f3, 71bb1c7b5]:

    • @clerk/types@3.54.0

@clerk/chrome-extension@0.4.5

Patch Changes

@clerk/clerk-expo@0.19.7

Patch Changes

@clerk/fastify@0.6.12

Patch Changes

gatsby-plugin-clerk@4.4.13

Patch Changes

@clerk/localizations@1.26.3

Patch Changes

@clerk/nextjs@4.25.2

Patch Changes

@clerk/clerk-react@4.26.2

Patch Changes

@clerk/remix@3.0.4

Patch Changes

@clerk/clerk-sdk-node@4.12.11

Patch Changes

@clerk/shared@0.24.2

Patch Changes

  • Introduce ClerkRuntimeError class for localizing error messages in ClerkJS components (#1813) by @panteliselef

  • Pins the internal dependency versions. This ensures that users installing our main framework SDKs will get consistent versions across all @clerk/ packages. (#1798) by @BRKalow

@clerk/themes@1.7.7

Patch Changes

  • Pins the internal dependency versions. This ensures that users installing our main framework SDKs will get consistent versions across all @clerk/ packages. (#1798) by @BRKalow

@nikosdouvlis nikosdouvlis merged commit 49153ea into main Oct 5, 2023
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch October 5, 2023 06:39
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