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

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Version Packages #1768

merged 1 commit into from
Sep 27, 2023

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Sep 22, 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/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

  • The issue #1680 has uncovered that the version 1.3.0 of react-native-url-polyfill did not had support for Expo Web. (#1773) by @octoper

    The error was that because we rely on react-native-url-polyfill/auto, the would also apply the polyfill if executed on the web, which is not required as the URL has support for all modern browsers and there is no need to pollyfill it.

    The version of react-native-url-polyfill was upgraded from 1.3.0 to 2.0.0 to fix the error.

  • Updated dependencies [0eb666118, 53ccb27cf, 3ceb2a734, c61ddf5bf, 0366e0b20]:

@clerk/[email protected]

Patch Changes

[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

  • Introduce invitations in useOrganization, which enables to fetch invitations as paginated lists. (#1766) by @panteliselef

    Deprecate invitationList in favor of the above introduction.

  • Safer usage of localStorage by checking if window is available in current environment (#1774) by @LekoArts

  • Fix SyntaxError on non-module imports by dropping support for import.meta (used in vite) (#1782) by @dimkl

  • deprecated() & deprecatedProperty warnings will be hidden in test/production (#1784) by @dimkl

    environments and when there is no NODE_ENV environment variable defined.

@clerk/[email protected]

Patch Changes

  • Introduces a new method for fetching organization invitations called Organization.getInvitations. (#1766) by @panteliselef

    Deprecate Organization.getPendingInvitations

  • Adds the ability to force users to reset their password. (#1757) by @kostaspt

@clerk-cookie clerk-cookie requested a review from a team September 22, 2023 12:59
@clerk-cookie clerk-cookie requested a review from a team as a code owner September 22, 2023 12:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from 351841e to 1081f8f Compare September 22, 2023 14:10
@github-actions github-actions bot requested a review from dimkl as a code owner September 22, 2023 14:10
@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from dc422ea to de8c7f3 Compare September 27, 2023 09:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from de8c7f3 to 5ade26e Compare September 27, 2023 09:42
@nikosdouvlis nikosdouvlis merged commit 0a17322 into main Sep 27, 2023
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch September 27, 2023 12:35
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