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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

silverhand-bot
Copy link
Collaborator

@silverhand-bot silverhand-bot commented Mar 5, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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/[email protected]

Patch Changes

@logto/[email protected]

Patch Changes

@logto/[email protected]

@logto/[email protected]

Minor Changes

  • 3594e13: refactor: switch to @logto/experience package with latest Experience API

    In this release, we have transitioned the user sign-in experience from the legacy @logto/experience-legacy package to the latest @logto/experience package. This change fully adopts our new Experience API, enhancing the underlying architecture while maintaining the same user experience.

    • Package update: The user sign-in experience now utilizes the @logto/experience package by default.
      API Transition: The new package leverages our latest Experience API.
    • No feature changes: Users will notice no changes in functionality or experience compared to the previous implementation.

Patch Changes

  • 7b342f7: remove client_id from OIDC SSO connector's token request body for better compatibility

    This updates addresses an issue with client authentication methods in the token request process. Previously, the client_id was included in the request body while also using the authentication header for client credentials authentication.

    This dual method of client authentication can lead to errors with certain OIDC providers, such as Okta, which only support one authentication method at a time.

    Key changes

    Removal of client_id from request body: The client_id parameter has been removed from the token request body. According to the OAuth 2.0 specification, client_id in the body is required only for public clients.

Copy link

github-actions bot commented Mar 5, 2025

COMPARE TO master

Total Size Diff 📈 +199 Bytes

Diff by File
Name Diff
.changeset/dull-dolphins-return.md 📈 +819 Bytes
.changeset/hungry-olives-sell.md 📈 +857 Bytes
packages/cli/CHANGELOG.md 📈 +55 Bytes
packages/cli/package.json 0 Bytes
packages/core/CHANGELOG.md 📈 +1.72 KB
packages/core/package.json 0 Bytes
packages/create/CHANGELOG.md 📈 +51 Bytes
packages/create/package.json 0 Bytes
packages/schemas/CHANGELOG.md 📈 +11 Bytes
packages/schemas/alterations/1.26.0-1740982044-add-one-time-tokens-table.ts 📈 +1.09 KB
packages/schemas/alterations/1.26.0-1741240284-add-captcha-policy.ts 📈 +492 Bytes
packages/schemas/alterations/1.26.0-1741318144-add-one-time-token-unique-index.ts 📈 +447 Bytes
packages/schemas/alterations/1.26.0-1741572426-add-captcha-providers.ts 📈 +1.02 KB
packages/schemas/alterations/next-1740982044-add-one-time-tokens-table.ts 📈 +1.09 KB
packages/schemas/alterations/next-1741240284-add-captcha-policy.ts 📈 +492 Bytes
packages/schemas/alterations/next-1741318144-add-one-time-token-unique-index.ts 📈 +447 Bytes
packages/schemas/alterations/next-1741572426-add-captcha-providers.ts 📈 +1.02 KB
packages/schemas/package.json 0 Bytes
pnpm-lock.yaml 0 Bytes

@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 17 times, most recently from 2b1dcad to 8f2ff80 Compare March 11, 2025 19:16
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 7 times, most recently from 01cd7b4 to a887117 Compare March 14, 2025 15:05
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 4 times, most recently from 52fb8b4 to 6903e9d Compare March 17, 2025 08:38
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch from 6903e9d to 49eb91d Compare March 17, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant