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

release: version packages #785

Merged
merged 1 commit into from
Aug 28, 2024
Merged

release: version packages #785

merged 1 commit into from
Aug 28, 2024

Conversation

silverhand-bot
Copy link
Collaborator

@silverhand-bot silverhand-bot commented Aug 12, 2024

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 master, this PR will be updated.

Releases

@logto/client@2.8.0

Minor Changes

  • 5b46f9c: add support for identifier-based and single sign-on first screens and configurable identifiers

    You can now set identifier:sign_in, identifier:register, single_sign_on or reset_password as the first screen in the sign-in process. Additionally, you can specify which identifiers (email, phone, username) are allowed for identifier:sign_in, identifier:register and reset_password flows.

    Note the the original interactionMode is now deprecated, please use the new firstScreen option instead.

    Example (React):

    signIn({
      redirectUri,
      firstScreen: "identifier:sign_in",
      identifiers: ["email", "phone"],
    });

Patch Changes

  • Updated dependencies [5b46f9c]
  • Updated dependencies [cb57a5e]
    • @logto/js@4.2.0

@logto/js@4.2.0

Minor Changes

  • 5b46f9c: add support for identifier-based and single sign-on first screens and configurable identifiers

    You can now set identifier:sign_in, identifier:register, single_sign_on or reset_password as the first screen in the sign-in process. Additionally, you can specify which identifiers (email, phone, username) are allowed for identifier:sign_in, identifier:register and reset_password flows.

    Note the the original interactionMode is now deprecated, please use the new firstScreen option instead.

    Example (React):

    signIn({
      redirectUri,
      firstScreen: "identifier:sign_in",
      identifiers: ["email", "phone"],
    });

Patch Changes

  • cb57a5e: fix an incorrect Nullable import in js core

@logto/next@3.6.0

Minor Changes

  • 5610505: add getAccessToken and getOrganizationToken methods for pages router

    You can now use getAccessToken(request, response, 'resource-indicator') to get access token directly in your pages router. And getOrganizationToken is also available to get organization token.

Patch Changes

  • @logto/node@2.5.6

@logto/browser@2.2.17

Patch Changes

  • Updated dependencies [5b46f9c]
    • @logto/client@2.8.0

@logto/capacitor@2.0.3

Patch Changes

  • @logto/browser@2.2.17

@logto/chrome-extension@0.1.11

Patch Changes

  • @logto/browser@2.2.17

@logto/express@2.3.15

Patch Changes

  • @logto/node@2.5.6

@logto/node@2.5.6

Patch Changes

  • Updated dependencies [5b46f9c]
    • @logto/client@2.8.0

@logto/nuxt@0.3.4

Patch Changes

  • @logto/node@2.5.6

@logto/react@3.0.15

Patch Changes

  • @logto/browser@2.2.17

@logto/remix@2.2.5

Patch Changes

  • @logto/node@2.5.6

@logto/sveltekit@0.3.5

Patch Changes

  • @logto/node@2.5.6

@logto/vue@2.2.16

Patch Changes

  • @logto/browser@2.2.17

@logto/browser-sample@2.0.17

Patch Changes

  • @logto/browser@2.2.17

@logto/express-sample@2.0.15

Patch Changes

  • @logto/express@2.3.15

@logto/next-app-dir-sample@2.1.19

Patch Changes

  • Updated dependencies [5610505]
    • @logto/next@3.6.0

@logto/next-sample@2.1.19

Patch Changes

  • Updated dependencies [5610505]
    • @logto/next@3.6.0

@logto/next-server-actions-sample@2.3.1

Patch Changes

  • Updated dependencies [5610505]
    • @logto/next@3.6.0

@logto/react-sample@2.1.16

Patch Changes

  • @logto/react@3.0.15

@logto/vue-sample@2.1.15

Patch Changes

  • @logto/vue@2.2.16

@xiaoyijun xiaoyijun merged commit 799dc6d into master Aug 28, 2024
20 checks passed
@xiaoyijun xiaoyijun deleted the changeset-release/master branch August 28, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants