-
-
Notifications
You must be signed in to change notification settings - Fork 466
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 #6850
Merged
Merged
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
silverhand-bot
requested review from
wangsijie,
charIeszhao,
xiaoyijun,
gao-sun and
simeng-li
as code owners
December 4, 2024 07:39
COMPARE TO
|
Name | Diff |
---|---|
.changeset/brown-donkeys-share.md | 📈 +73 Bytes |
.changeset/chilled-radios-cover.md | 📈 +466 Bytes |
.changeset/hot-oranges-join.md | 📈 +969 Bytes |
.changeset/nervous-apes-suffer.md | 📈 +929 Bytes |
.changeset/rotten-lizards-buy.md | 📈 +70 Bytes |
packages/cli/CHANGELOG.md | 📈 +608 Bytes |
packages/cli/package.json | 0 Bytes |
packages/connectors/connector-xiaomi/CHANGELOG.md | 📈 +97 Bytes |
packages/connectors/connector-yunpian-sms/CHANGELOG.md | 📈 +100 Bytes |
packages/console/CHANGELOG.md | 📈 +1.63 KB |
packages/console/package.json | 0 Bytes |
packages/core/CHANGELOG.md | 📈 +1.92 KB |
packages/core/package.json | 0 Bytes |
packages/create/CHANGELOG.md | 📈 +88 Bytes |
packages/create/package.json | 0 Bytes |
packages/experience-legacy/CHANGELOG.md | 📈 +832 Bytes |
packages/experience-legacy/package.json | 0 Bytes |
packages/experience/CHANGELOG.md | 📈 +832 Bytes |
packages/experience/package.json | 0 Bytes |
packages/integration-tests/CHANGELOG.md | 📈 +1.63 KB |
packages/integration-tests/package.json | 0 Bytes |
packages/phrases/CHANGELOG.md | 📈 +1.63 KB |
packages/phrases/package.json | 0 Bytes |
packages/schemas/CHANGELOG.md | 📈 +974 Bytes |
packages/schemas/alterations/1.23.0-1732851150-rename-saml-application-constraints.ts | 📈 +950 Bytes |
packages/schemas/alterations/1.23.0-1733212543-add-saml-application-type-to-idp-initiated-sso-application-allow-list.ts | 📈 +950 Bytes |
packages/schemas/alterations/1.23.0-1735012422-add-saml-application-sessions-table.ts | 📈 +1.27 KB |
packages/schemas/alterations/next-1732851150-rename-saml-application-constraints.ts | 📈 +950 Bytes |
packages/schemas/alterations/next-1733212543-add-saml-application-type-to-idp-initiated-sso-application-allow-list.ts | 📈 +950 Bytes |
packages/schemas/alterations/next-1735012422-add-saml-application-sessions-table.ts | 📈 +1.27 KB |
packages/schemas/package.json | 0 Bytes |
packages/toolkit/core-kit/CHANGELOG.md | 📈 +847 Bytes |
packages/toolkit/core-kit/package.json | 0 Bytes |
packages/tunnel/CHANGELOG.md | 📈 +91 Bytes |
packages/tunnel/package.json | 0 Bytes |
pnpm-lock.yaml | 0 Bytes |
silverhand-bot
force-pushed
the
changeset-release/master
branch
16 times, most recently
from
December 11, 2024 02:50
53611bd
to
fd99c4c
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
6 times, most recently
from
December 13, 2024 05:21
ee4ea55
to
3e3cd51
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
from
December 17, 2024 15:52
e64dd4b
to
11af0ff
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
14 times, most recently
from
December 24, 2024 02:02
05837dc
to
f2bbe0f
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
5 times, most recently
from
December 30, 2024 12:03
90d5038
to
c245058
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
from
December 31, 2024 07:23
c245058
to
e7069c5
Compare
gao-sun
approved these changes
Dec 31, 2024
xiaoyijun
approved these changes
Jan 2, 2025
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/connector-xiaomi@1.0.0
Minor Changes
@logto/connector-yunpian-sms@1.0.0
Minor Changes
@logto/phrases@1.16.0
Minor Changes
f1b1d9e: new MFA prompt policy
You can now cutomize the MFA prompt policy in the Console.
First, choose if you want to enable Require MFA:
If you choose to Disable, you can choose the MFA setup prompt:
Patch Changes
239b81e: loose redirect uri restrictions
Logto has been following the industry best practices for OAuth2.0 and OIDC from the start. However, in the real world, there are things we cannot control, like third-party services or operation systems like Windows.
This update relaxes restrictions on redirect URIs to allow the following:
https://example.com
..
). For example,myapp://callback
is now allowed.When such URIs are configured, Logto Console will display a prominent warning. This change is backward-compatible and will not affect existing applications.
We hope this change will make it easier for you to integrate Logto with your applications.
@logto/schemas@1.23.0
Minor Changes
f1b1d9e: new MFA prompt policy
You can now cutomize the MFA prompt policy in the Console.
First, choose if you want to enable Require MFA:
If you choose to Disable, you can choose the MFA setup prompt:
Patch Changes
@logto/cli@1.23.0
Patch Changes
2178589: fix fetch official connector list CLI command error
Due to changes in the npm registry API (
https://registry.npmjs.org/-/v1/search
) that our CLI add official connector depends on, the new API behavior returns irrelevant search results.We need to manually filter out these irrelevant results to avoid potential infinite loops, where each loop triggers an API call, eventually hitting a rate limit and resulting in a status code 429.
Updated dependencies [f1b1d9e]
Updated dependencies [239b81e]
@logto/create@1.23.0
Patch Changes
@logto/core-kit@2.5.2
Patch Changes
239b81e: loose redirect uri restrictions
Logto has been following the industry best practices for OAuth2.0 and OIDC from the start. However, in the real world, there are things we cannot control, like third-party services or operation systems like Windows.
This update relaxes restrictions on redirect URIs to allow the following:
https://example.com
..
). For example,myapp://callback
is now allowed.When such URIs are configured, Logto Console will display a prominent warning. This change is backward-compatible and will not affect existing applications.
We hope this change will make it easier for you to integrate Logto with your applications.
@logto/tunnel@0.2.3
Patch Changes
@logto/console@1.20.0
Minor Changes
f1b1d9e: new MFA prompt policy
You can now cutomize the MFA prompt policy in the Console.
First, choose if you want to enable Require MFA:
If you choose to Disable, you can choose the MFA setup prompt:
Patch Changes
239b81e: loose redirect uri restrictions
Logto has been following the industry best practices for OAuth2.0 and OIDC from the start. However, in the real world, there are things we cannot control, like third-party services or operation systems like Windows.
This update relaxes restrictions on redirect URIs to allow the following:
https://example.com
..
). For example,myapp://callback
is now allowed.When such URIs are configured, Logto Console will display a prominent warning. This change is backward-compatible and will not affect existing applications.
We hope this change will make it easier for you to integrate Logto with your applications.
@logto/core@1.23.0
Minor Changes
f1b1d9e: new MFA prompt policy
You can now cutomize the MFA prompt policy in the Console.
First, choose if you want to enable Require MFA:
If you choose to Disable, you can choose the MFA setup prompt:
Patch Changes
239b81e: loose redirect uri restrictions
Logto has been following the industry best practices for OAuth2.0 and OIDC from the start. However, in the real world, there are things we cannot control, like third-party services or operation systems like Windows.
This update relaxes restrictions on redirect URIs to allow the following:
https://example.com
..
). For example,myapp://callback
is now allowed.When such URIs are configured, Logto Console will display a prominent warning. This change is backward-compatible and will not affect existing applications.
We hope this change will make it easier for you to integrate Logto with your applications.
Updated dependencies [2178589]
Updated dependencies [f1b1d9e]
Updated dependencies [239b81e]
@logto/experience@1.11.0
Minor Changes
f1b1d9e: new MFA prompt policy
You can now cutomize the MFA prompt policy in the Console.
First, choose if you want to enable Require MFA:
If you choose to Disable, you can choose the MFA setup prompt:
@logto/experience-legacy@1.11.0
Minor Changes
f1b1d9e: new MFA prompt policy
You can now cutomize the MFA prompt policy in the Console.
First, choose if you want to enable Require MFA:
If you choose to Disable, you can choose the MFA setup prompt:
@logto/integration-tests@1.11.0
Minor Changes
f1b1d9e: new MFA prompt policy
You can now cutomize the MFA prompt policy in the Console.
First, choose if you want to enable Require MFA:
If you choose to Disable, you can choose the MFA setup prompt:
Patch Changes
239b81e: loose redirect uri restrictions
Logto has been following the industry best practices for OAuth2.0 and OIDC from the start. However, in the real world, there are things we cannot control, like third-party services or operation systems like Windows.
This update relaxes restrictions on redirect URIs to allow the following:
https://example.com
..
). For example,myapp://callback
is now allowed.When such URIs are configured, Logto Console will display a prominent warning. This change is backward-compatible and will not affect existing applications.
We hope this change will make it easier for you to integrate Logto with your applications.