Skip to content

Commit 460ea89

Browse files
release: version packages (#6850)
* release: version packages * chore: update new connectors version number --------- Co-authored-by: Darcy Ye <darcyye@silverhand.io>
1 parent 3004ae9 commit 460ea89

33 files changed

+320
-112
lines changed

.changeset/brown-donkeys-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chilled-radios-cover.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/hot-oranges-join.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.changeset/nervous-apes-suffer.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.changeset/rotten-lizards-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 1.23.0
4+
5+
### Patch Changes
6+
7+
- 217858950: fix fetch official connector list CLI command error
8+
9+
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.
10+
11+
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.
12+
13+
- Updated dependencies [f1b1d9e95]
14+
- Updated dependencies [239b81e31]
15+
- @logto/schemas@1.23.0
16+
- @logto/core-kit@2.5.2
17+
318
## 1.22.0
419

520
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/cli",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"description": "Logto CLI.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",
@@ -43,8 +43,8 @@
4343
},
4444
"dependencies": {
4545
"@logto/connector-kit": "workspace:^4.1.0",
46-
"@logto/core-kit": "workspace:^2.5.0",
47-
"@logto/schemas": "workspace:1.22.0",
46+
"@logto/core-kit": "workspace:^2.5.2",
47+
"@logto/schemas": "workspace:1.23.0",
4848
"@logto/shared": "workspace:^3.1.2",
4949
"@silverhand/essentials": "^2.9.1",
5050
"@silverhand/slonik": "31.0.0-beta.2",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @logto/connector-xiaomi
2+
3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- 3fa2b796e: add Xiaomi social connector
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @logto/connector-yunpian-sms
2+
3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- 3004ae9a6: add YunPian SMS connector

packages/console/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Change Log
22

3+
## 1.20.0
4+
5+
### Minor Changes
6+
7+
- f1b1d9e95: new MFA prompt policy
8+
9+
You can now cutomize the MFA prompt policy in the Console.
10+
11+
First, choose if you want to enable **Require MFA**:
12+
13+
- **Enable**: Users will be prompted to set up MFA during the sign-in process which cannot be skipped. If the user fails to set up MFA or deletes their MFA settings, they will be locked out of their account until they set up MFA again.
14+
- **Disable**: Users can skip the MFA setup process during sign-up flow.
15+
16+
If you choose to **Disable**, you can choose the MFA setup prompt:
17+
18+
- Do not ask users to set up MFA.
19+
- Ask users to set up MFA during registration (skippable, one-time prompt). **The same prompt as previous policy (UserControlled)**
20+
- Ask users to set up MFA on their sign-in after registration (skippable, one-time prompt)
21+
22+
### Patch Changes
23+
24+
- 239b81e31: loose redirect uri restrictions
25+
26+
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.
27+
28+
This update relaxes restrictions on redirect URIs to allow the following:
29+
30+
1. A mix of native and HTTP(S) redirect URIs. For example, a native app can now use a redirect URI like `https://example.com`.
31+
2. Native schemes without a period (`.`). For example, `myapp://callback` is now allowed.
32+
33+
When such URIs are configured, Logto Console will display a prominent warning. This change is backward-compatible and will not affect existing applications.
34+
35+
We hope this change will make it easier for you to integrate Logto with your applications.
36+
337
## 1.19.0
438

539
### Minor Changes

packages/console/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/console",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"description": "> TODO: description",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",
@@ -29,12 +29,12 @@
2929
"@jest/types": "^29.5.0",
3030
"@logto/cloud": "0.2.5-aac51e9",
3131
"@logto/connector-kit": "workspace:^4.1.0",
32-
"@logto/core-kit": "workspace:^2.5.0",
32+
"@logto/core-kit": "workspace:^2.5.2",
3333
"@logto/language-kit": "workspace:^1.1.0",
34-
"@logto/phrases": "workspace:^1.15.0",
34+
"@logto/phrases": "workspace:^1.16.0",
3535
"@logto/phrases-experience": "workspace:^1.9.0",
3636
"@logto/react": "^3.0.12",
37-
"@logto/schemas": "workspace:^1.22.0",
37+
"@logto/schemas": "workspace:^1.23.0",
3838
"@logto/shared": "workspace:^3.1.2",
3939
"@mdx-js/react": "^3.0.1",
4040
"@mdx-js/rollup": "^3.0.1",

packages/core/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Change Log
22

3+
## 1.23.0
4+
5+
### Minor Changes
6+
7+
- f1b1d9e95: new MFA prompt policy
8+
9+
You can now cutomize the MFA prompt policy in the Console.
10+
11+
First, choose if you want to enable **Require MFA**:
12+
13+
- **Enable**: Users will be prompted to set up MFA during the sign-in process which cannot be skipped. If the user fails to set up MFA or deletes their MFA settings, they will be locked out of their account until they set up MFA again.
14+
- **Disable**: Users can skip the MFA setup process during sign-up flow.
15+
16+
If you choose to **Disable**, you can choose the MFA setup prompt:
17+
18+
- Do not ask users to set up MFA.
19+
- Ask users to set up MFA during registration (skippable, one-time prompt). **The same prompt as previous policy (UserControlled)**
20+
- Ask users to set up MFA on their sign-in after registration (skippable, one-time prompt)
21+
22+
### Patch Changes
23+
24+
- 239b81e31: loose redirect uri restrictions
25+
26+
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.
27+
28+
This update relaxes restrictions on redirect URIs to allow the following:
29+
30+
1. A mix of native and HTTP(S) redirect URIs. For example, a native app can now use a redirect URI like `https://example.com`.
31+
2. Native schemes without a period (`.`). For example, `myapp://callback` is now allowed.
32+
33+
When such URIs are configured, Logto Console will display a prominent warning. This change is backward-compatible and will not affect existing applications.
34+
35+
We hope this change will make it easier for you to integrate Logto with your applications.
36+
37+
- Updated dependencies [217858950]
38+
- Updated dependencies [f1b1d9e95]
39+
- Updated dependencies [239b81e31]
40+
- @logto/cli@1.23.0
41+
- @logto/experience-legacy@1.11.0
42+
- @logto/experience@1.11.0
43+
- @logto/console@1.20.0
44+
- @logto/phrases@1.16.0
45+
- @logto/schemas@1.23.0
46+
- @logto/core-kit@2.5.2
47+
348
## 1.22.0
449

550
### Minor Changes

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/core",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"description": "The open source identity solution.",
55
"main": "build/index.js",
66
"author": "Silverhand Inc. <contact@silverhand.io>",
@@ -33,18 +33,18 @@
3333
"@koa/cors": "^5.0.0",
3434
"@logto/affiliate": "^0.1.0",
3535
"@logto/app-insights": "workspace:^2.0.0",
36-
"@logto/cli": "workspace:^1.22.0",
36+
"@logto/cli": "workspace:^1.23.0",
3737
"@logto/connector-kit": "workspace:^4.1.0",
3838
"@logto/console": "workspace:*",
39-
"@logto/core-kit": "workspace:^2.5.0",
39+
"@logto/core-kit": "workspace:^2.5.2",
4040
"@logto/demo-app": "workspace:*",
4141
"@logto/experience": "workspace:*",
4242
"@logto/experience-legacy": "workspace:*",
4343
"@logto/js": "^4.1.4",
4444
"@logto/language-kit": "workspace:^1.1.0",
45-
"@logto/phrases": "workspace:^1.15.0",
45+
"@logto/phrases": "workspace:^1.16.0",
4646
"@logto/phrases-experience": "workspace:^1.9.0",
47-
"@logto/schemas": "workspace:^1.22.0",
47+
"@logto/schemas": "workspace:^1.23.0",
4848
"@logto/shared": "workspace:^3.1.2",
4949
"@silverhand/essentials": "^2.9.1",
5050
"@silverhand/slonik": "31.0.0-beta.2",

packages/create/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.23.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [217858950]
8+
- @logto/cli@1.23.0
9+
310
## 1.22.0
411

512
### Patch Changes

packages/create/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/create",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"author": "Silverhand Inc. <contact@silverhand.io>",
55
"license": "MPL-2.0",
66
"type": "module",
@@ -15,6 +15,6 @@
1515
"node": "^20.9.0"
1616
},
1717
"dependencies": {
18-
"@logto/cli": "workspace:^1.22.0"
18+
"@logto/cli": "workspace:^1.23.0"
1919
}
2020
}

packages/experience-legacy/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- f1b1d9e95: new MFA prompt policy
8+
9+
You can now cutomize the MFA prompt policy in the Console.
10+
11+
First, choose if you want to enable **Require MFA**:
12+
13+
- **Enable**: Users will be prompted to set up MFA during the sign-in process which cannot be skipped. If the user fails to set up MFA or deletes their MFA settings, they will be locked out of their account until they set up MFA again.
14+
- **Disable**: Users can skip the MFA setup process during sign-up flow.
15+
16+
If you choose to **Disable**, you can choose the MFA setup prompt:
17+
18+
- Do not ask users to set up MFA.
19+
- Ask users to set up MFA during registration (skippable, one-time prompt). **The same prompt as previous policy (UserControlled)**
20+
- Ask users to set up MFA on their sign-in after registration (skippable, one-time prompt)
21+
322
## 1.10.0
423

524
### Minor Changes

packages/experience-legacy/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/experience-legacy",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"license": "MPL-2.0",
55
"type": "module",
66
"private": true,
@@ -22,11 +22,11 @@
2222
"devDependencies": {
2323
"@jest/types": "^29.5.0",
2424
"@logto/connector-kit": "workspace:^4.1.0",
25-
"@logto/core-kit": "workspace:^2.5.0",
25+
"@logto/core-kit": "workspace:^2.5.2",
2626
"@logto/language-kit": "workspace:^1.1.0",
27-
"@logto/phrases": "workspace:^1.15.0",
27+
"@logto/phrases": "workspace:^1.16.0",
2828
"@logto/phrases-experience": "workspace:^1.9.0",
29-
"@logto/schemas": "workspace:^1.22.0",
29+
"@logto/schemas": "workspace:^1.23.0",
3030
"@react-spring/shared": "^9.6.1",
3131
"@react-spring/web": "^9.6.1",
3232
"@silverhand/eslint-config": "6.0.1",

packages/experience/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- f1b1d9e95: new MFA prompt policy
8+
9+
You can now cutomize the MFA prompt policy in the Console.
10+
11+
First, choose if you want to enable **Require MFA**:
12+
13+
- **Enable**: Users will be prompted to set up MFA during the sign-in process which cannot be skipped. If the user fails to set up MFA or deletes their MFA settings, they will be locked out of their account until they set up MFA again.
14+
- **Disable**: Users can skip the MFA setup process during sign-up flow.
15+
16+
If you choose to **Disable**, you can choose the MFA setup prompt:
17+
18+
- Do not ask users to set up MFA.
19+
- Ask users to set up MFA during registration (skippable, one-time prompt). **The same prompt as previous policy (UserControlled)**
20+
- Ask users to set up MFA on their sign-in after registration (skippable, one-time prompt)
21+
322
## 1.10.0
423

524
### Minor Changes

packages/experience/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/experience",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"license": "MPL-2.0",
55
"type": "module",
66
"private": true,
@@ -22,11 +22,11 @@
2222
"devDependencies": {
2323
"@jest/types": "^29.5.0",
2424
"@logto/connector-kit": "workspace:^4.1.0",
25-
"@logto/core-kit": "workspace:^2.5.0",
25+
"@logto/core-kit": "workspace:^2.5.2",
2626
"@logto/language-kit": "workspace:^1.1.0",
27-
"@logto/phrases": "workspace:^1.15.0",
27+
"@logto/phrases": "workspace:^1.16.0",
2828
"@logto/phrases-experience": "workspace:^1.9.0",
29-
"@logto/schemas": "workspace:^1.22.0",
29+
"@logto/schemas": "workspace:^1.23.0",
3030
"@react-spring/shared": "^9.6.1",
3131
"@react-spring/web": "^9.6.1",
3232
"@silverhand/eslint-config": "6.0.1",

0 commit comments

Comments
 (0)