Skip to content

Version Packages (alpha-v5)#2238

Merged
dimkl merged 1 commit intomainfrom
changeset-release/main
Dec 6, 2023
Merged

Version Packages (alpha-v5)#2238
dimkl merged 1 commit intomainfrom
changeset-release/main

Conversation

@clerk-cookie
Copy link
Copy Markdown
Collaborator

@clerk-cookie clerk-cookie commented Nov 30, 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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@clerk/[email protected]

Major Changes

  • Change the default behavior of afterSignOutUrl, afterSignIn and afterSignUp props to be redirected to / instead of the Account Portal defined URL. (#2020) by @octoper

Patch Changes

@clerk/[email protected]

Minor Changes

    • Added the User.last_active_at timestamp field which stores the latest date of session activity, with day precision. For further details, please consult the Backend API documentation. (#2261) by @georgepsarakis

    • Added the last_active_at_since filtering parameter for the Users listing request. The new parameter can be used to retrieve users that have displayed session activity since the given date. For further details, please consult the Backend API documentation.

    • Added the last_active_at available options for the orderBy parameter of the Users listing request. For further details, please consult the Backend API documentation.

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

  • The package now allows for subpath exports. You can now import specific languages like so: (#2236) by @dimkl

    # Single language
    - import { frFR } from "@clerk/localizations"
    + import { frFR } from "@clerk/localizations/fr-FR"
    
    # Multiple languages
    - import { enUS, esES } from "@clerk/localizations"
    + import { enUS } from "@clerk/localizations/en-US"
    + import { esES } from "@clerk/localizations/es-ES"

    This helps with tree-shaking and will reduce your total bundle size in most cases.

    You can continue to use the top-level @clerk/localizations import as this is a non-breaking change. You can gradually opt-in to this optimization.

@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

  • Change the default behavior of afterSignOutUrl, afterSignIn and afterSignUp props to be redirected to / instead of the Account Portal defined URL. (#2020) by @octoper

@clerk/[email protected]

Patch Changes

  • Drop org:sys_domains:delete and org:sys_memberships:delete as those have now been merged with the respective manage ones. (#2256) by @panteliselef

@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from 0b7962a to 0bec105 Compare December 6, 2023 09:55
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0bec105 to 7bc05ec Compare December 6, 2023 10:34
@dimkl dimkl closed this Dec 6, 2023
@dimkl dimkl reopened this Dec 6, 2023
@dimkl dimkl added this pull request to the merge queue Dec 6, 2023
Merged via the queue into main with commit 3b4f1c2 Dec 6, 2023
@dimkl dimkl deleted the changeset-release/main branch December 6, 2023 11:53
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