-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
silverhand-bot
wants to merge
1
commit into
master
Choose a base branch
from
changeset-release/master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COMPARE TO
|
Name | Diff |
---|---|
.changeset/bright-pans-deny.md | 📈 +109 Bytes |
.changeset/dull-dolphins-return.md | 📈 +819 Bytes |
.changeset/hungry-olives-sell.md | 📈 +857 Bytes |
.changeset/hungry-terms-smash.md | 📈 +101 Bytes |
.changeset/old-lions-return.md | 📈 +81 Bytes |
.changeset/purple-waves-sit.md | 📈 +903 Bytes |
.changeset/tame-snails-fold.md | 📈 +588 Bytes |
packages/cli/CHANGELOG.md | 📈 +55 Bytes |
packages/cli/package.json | 0 Bytes |
packages/connectors/connector-azuread/CHANGELOG.md | 📈 +109 Bytes |
packages/connectors/connector-azuread/package.json | 0 Bytes |
packages/console/CHANGELOG.md | 📈 +92 Bytes |
packages/console/package.json | 0 Bytes |
packages/core/CHANGELOG.md | 📈 +2.72 KB |
packages/core/package.json | 0 Bytes |
packages/create/CHANGELOG.md | 📈 +51 Bytes |
packages/create/package.json | 0 Bytes |
packages/schemas/CHANGELOG.md | 📈 +96 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 |
packages/toolkit/language-kit/CHANGELOG.md | 📈 +571 Bytes |
packages/toolkit/language-kit/package.json | 0 Bytes |
packages/translate/CHANGELOG.md | 📈 +716 Bytes |
packages/translate/package.json | 0 Bytes |
pnpm-lock.yaml | 📈 +1.36 KB |
2b1dcad
to
8f2ff80
Compare
01cd7b4
to
a887117
Compare
0c1c86c
to
8f304db
Compare
ee5dff2
to
22da3c7
Compare
b56fa60
to
8ae9b10
Compare
8ae9b10
to
ad27df1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
scopes
configuration field for Microsoft Azure AD connector@logto/[email protected]
Patch Changes
@logto/[email protected]
Patch Changes
@logto/[email protected]
Patch Changes
5da01bc: make method
isLanguageTag
case-insensitiveThe language tags should be case insensitive. In
phrases
andphrases-experience
packages, the language tags are all in lowercase. However, in the language kit, the language tags are in mixed cases, such aspt-BR
andzh-CN
.Therefore, some of the i18n phrases were not translated by the translate CLI tool. The fix is to update the language kit to ignore cases in
isLanguageTag
function, so that the previously mismatched language tags can be detected and translated.@logto/[email protected]
Patch Changes
552a368: improve openai prompt to better support i18n plural form suffixes
5da01bc: make method
isLanguageTag
case-insensitiveThe language tags should be case insensitive. In
phrases
andphrases-experience
packages, the language tags are all in lowercase. However, in the language kit, the language tags are in mixed cases, such aspt-BR
andzh-CN
.Therefore, some of the i18n phrases were not translated by the translate CLI tool. The fix is to update the language kit to ignore cases in
isLanguageTag
function, so that the previously mismatched language tags can be detected and translated.Updated dependencies [5da01bc]
@logto/[email protected]
Minor Changes
@logto/[email protected]
Minor Changes
3594e13: refactor: switch to
@logto/experience
package with latest Experience APIIn 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.@logto/experience
package by default.API Transition: The new package leverages our latest Experience API.
Patch Changes
7b342f7: remove
client_id
from OIDC SSO connector's token request body for better compatibilityThis 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: Theclient_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.eb802f4: remove multiple sign-in experience settings restrictions
For better customization flexibility, we have removed following restrictions in the sign-in experience "sign-in and sign-up" settings:
password
field in sign-up settings is no longer required when username is set as the sign-up identifier. Developers may request a username without requiring a password during the sign-up process.Note: If username is the only sign-up identifier, users without a password will not be able to sign in. Developers or administrators should carefully configure the sign-up and sign-in settings to ensure a smooth user experience.
Users can still set password via account API after sign-up.
Updated dependencies [dc13cc7]
Updated dependencies [5da01bc]