Skip to content

Commit f48d3a1

Browse files
release: version packages (#6631)
1 parent 8f59a20 commit f48d3a1

30 files changed

+126
-73
lines changed

.changeset/fifty-apes-arrive.md

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

.changeset/light-clocks-retire.md

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

.changeset/tasty-kings-fetch.md

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

.changeset/tender-peaches-listen.md

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

.changeset/tricky-walls-add.md

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

.changeset/wild-beers-run.md

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

packages/cli/CHANGELOG.md

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

3+
## 1.21.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bc2a0ac03]
8+
- @logto/shared@3.1.2
9+
- @logto/schemas@1.21.0
10+
311
## 1.20.0
412

513
### Minor 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.20.0",
3+
"version": "1.21.0",
44
"description": "Logto CLI.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",
@@ -44,8 +44,8 @@
4444
"dependencies": {
4545
"@logto/connector-kit": "workspace:^4.0.0",
4646
"@logto/core-kit": "workspace:^2.5.0",
47-
"@logto/schemas": "workspace:1.20.0",
48-
"@logto/shared": "workspace:^3.1.1",
47+
"@logto/schemas": "workspace:1.21.0",
48+
"@logto/shared": "workspace:^3.1.2",
4949
"@silverhand/essentials": "^2.9.1",
5050
"@silverhand/slonik": "31.0.0-beta.2",
5151
"chalk": "^5.3.0",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @logto/connector-gatewayapi-sms
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- eae1c30e2: add GatewayAPI SMS connector
8+
9+
You can now send SMS messages via GatewayAPI, check out the README in the connector package or the guide in connector page of Console for more details.

packages/connectors/connector-gatewayapi-sms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/connector-gatewayapi-sms",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "GatewayAPI SMS connector implementation.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"dependencies": {

packages/connectors/connector-google/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @logto/connector-google
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- 5bb937505: update the default `prompts` to be `select_account`
8+
39
## 1.5.0
410

511
### Minor Changes

packages/connectors/connector-google/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/connector-google",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Google web connector implementation.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"dependencies": {

packages/console/CHANGELOG.md

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

3+
## 1.18.1
4+
5+
### Patch Changes
6+
7+
- 5bb937505: Connector config default values should only show up when creating new connectors
8+
39
## 1.18.0
410

511
### 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.18.0",
3+
"version": "1.18.1",
44
"description": "> TODO: description",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",
@@ -31,11 +31,11 @@
3131
"@logto/connector-kit": "workspace:^4.0.0",
3232
"@logto/core-kit": "workspace:^2.5.0",
3333
"@logto/language-kit": "workspace:^1.1.0",
34-
"@logto/phrases": "workspace:^1.14.0",
34+
"@logto/phrases": "workspace:^1.14.1",
3535
"@logto/phrases-experience": "workspace:^1.8.0",
3636
"@logto/react": "^3.0.12",
37-
"@logto/schemas": "workspace:^1.20.0",
38-
"@logto/shared": "workspace:^3.1.1",
37+
"@logto/schemas": "workspace:^1.21.0",
38+
"@logto/shared": "workspace:^3.1.2",
3939
"@mdx-js/react": "^3.0.1",
4040
"@mdx-js/rollup": "^3.0.1",
4141
"@monaco-editor/react": "^4.6.0",

packages/core/CHANGELOG.md

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

3+
## 1.21.0
4+
5+
### Minor Changes
6+
7+
- eae1c30e2: add GatewayAPI SMS connector
8+
9+
### Patch Changes
10+
11+
- bc2a0ac03: add environment variable to override default database connection timeout
12+
13+
By default, out database connection timeout is set to 5 seconds, which might not be enough for some network conditions. This change allows users to override the default value by setting the `DATABASE_CONNECTION_TIMEOUT` environment variable.
14+
15+
- 3c993d59c: fix an issue that prevent mp4 video from playing in custom sign-in pages on Safari browser
16+
17+
Safari browser uses range request to fetch video data, but it was not supported by the `koa-serve-custom-ui-assets` middleware in core. This prevents our users who want to build custom sign-in pages with video background. In order to fix this, we need to partially read the video file stream based on the `range` request header, and set proper response headers and status code (206).
18+
19+
- Updated dependencies [bc2a0ac03]
20+
- Updated dependencies [3c993d59c]
21+
- Updated dependencies [5bb937505]
22+
- @logto/shared@3.1.2
23+
- @logto/phrases@1.14.1
24+
- @logto/console@1.18.1
25+
- @logto/schemas@1.21.0
26+
- @logto/cli@1.21.0
27+
328
## 1.20.0
429

530
### 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.20.0",
3+
"version": "1.21.0",
44
"description": "The open source identity solution.",
55
"main": "build/index.js",
66
"author": "Silverhand Inc. <contact@silverhand.io>",
@@ -33,7 +33,7 @@
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.20.0",
36+
"@logto/cli": "workspace:^1.21.0",
3737
"@logto/connector-kit": "workspace:^4.0.0",
3838
"@logto/console": "workspace:*",
3939
"@logto/core-kit": "workspace:^2.5.0",
@@ -42,10 +42,10 @@
4242
"@logto/experience-legacy": "workspace:*",
4343
"@logto/js": "^4.1.4",
4444
"@logto/language-kit": "workspace:^1.1.0",
45-
"@logto/phrases": "workspace:^1.14.0",
45+
"@logto/phrases": "workspace:^1.14.1",
4646
"@logto/phrases-experience": "workspace:^1.8.0",
47-
"@logto/schemas": "workspace:^1.20.0",
48-
"@logto/shared": "workspace:^3.1.1",
47+
"@logto/schemas": "workspace:^1.21.0",
48+
"@logto/shared": "workspace:^3.1.2",
4949
"@silverhand/essentials": "^2.9.1",
5050
"@silverhand/slonik": "31.0.0-beta.2",
5151
"@simplewebauthn/server": "^10.0.0",

packages/create/CHANGELOG.md

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

3+
## 1.21.0
4+
5+
### Patch Changes
6+
7+
- @logto/cli@1.21.0
8+
39
## 1.20.0
410

511
### 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.20.0",
3+
"version": "1.21.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.20.0"
18+
"@logto/cli": "workspace:^1.21.0"
1919
}
2020
}

packages/phrases/CHANGELOG.md

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

3+
## 1.14.1
4+
5+
### Patch Changes
6+
7+
- 3c993d59c: fix an issue that prevent mp4 video from playing in custom sign-in pages on Safari browser
8+
9+
Safari browser uses range request to fetch video data, but it was not supported by the `koa-serve-custom-ui-assets` middleware in core. This prevents our users who want to build custom sign-in pages with video background. In order to fix this, we need to partially read the video file stream based on the `range` request header, and set proper response headers and status code (206).
10+
311
## 1.14.0
412

513
### Minor Changes

packages/phrases/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/phrases",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"description": "Logto shared phrases (i18n).",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",

packages/schemas/CHANGELOG.md

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

3+
## 1.21.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bc2a0ac03]
8+
- Updated dependencies [3c993d59c]
9+
- @logto/shared@3.1.2
10+
- @logto/phrases@1.14.1
11+
312
## 1.20.0
413

514
### Minor Changes

packages/schemas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/schemas",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"author": "Silverhand Inc. <contact@silverhand.io>",
55
"license": "MPL-2.0",
66
"type": "module",
@@ -81,9 +81,9 @@
8181
"@logto/connector-kit": "workspace:^4.0.0",
8282
"@logto/core-kit": "workspace:^2.5.0",
8383
"@logto/language-kit": "workspace:^1.1.0",
84-
"@logto/phrases": "workspace:^1.14.0",
84+
"@logto/phrases": "workspace:^1.14.1",
8585
"@logto/phrases-experience": "workspace:^1.8.0",
86-
"@logto/shared": "workspace:^3.1.1",
86+
"@logto/shared": "workspace:^3.1.2",
8787
"@withtyped/server": "^0.14.0",
8888
"nanoid": "^5.0.1"
8989
},

packages/shared/CHANGELOG.md

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

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- bc2a0ac03: add environment variable to override default database connection timeout
8+
9+
By default, out database connection timeout is set to 5 seconds, which might not be enough for some network conditions. This change allows users to override the default value by setting the `DATABASE_CONNECTION_TIMEOUT` environment variable.
10+
311
## 3.1.1
412

513
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/shared",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"main": "lib/index.js",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"license": "MPL-2.0",

packages/tunnel/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @logto/tunnel
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bc2a0ac03]
8+
- @logto/shared@3.1.2
9+
310
## @logto/tunnel@0.2.1
411

512
### Patch Changes
@@ -94,4 +101,3 @@
94101
If all set up correctly, when you click the "sign-in" button in your application, you should be navigated to your custom sign-in page instead of Logto's built-in UI, along with valid session (cookies) that allows you to further interact with Logto experience API.
95102

96103
Refer to [Logto tunnel documentation](https://docs.logto.dev/docs/references/tunnel-cli/) for more details.
97-

packages/tunnel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/tunnel",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A CLI tool that creates tunnel service to Logto Cloud for local development.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",

0 commit comments

Comments
 (0)