Skip to content

Commit 4f1e29a

Browse files
committed
release: version packages
1 parent 5d67208 commit 4f1e29a

19 files changed

+97
-53
lines changed

.changeset/perfect-hairs-marry.md

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

.changeset/rare-paws-hear.md

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

.changeset/silent-radios-speak.md

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

.changeset/slimy-penguins-wave.md

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

packages/cli/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.4.0
4+
5+
### Patch Changes
6+
7+
- 5d6720805: update default OpenAI concurrency to 1 for sync command
8+
- Updated dependencies [5d6720805]
9+
- @logto/phrases@1.3.0
10+
- @logto/schemas@1.4.0
11+
312
## 1.3.1
413

514
### 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.3.1",
3+
"version": "1.4.0",
44
"description": "Logto CLI.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",
@@ -46,9 +46,9 @@
4646
"@logto/connector-kit": "workspace:^1.1.1",
4747
"@logto/core-kit": "workspace:^2.0.0",
4848
"@logto/language-kit": "workspace:^1.0.0",
49-
"@logto/phrases": "workspace:^1.2.0",
49+
"@logto/phrases": "workspace:^1.3.0",
5050
"@logto/phrases-ui": "workspace:^1.2.0",
51-
"@logto/schemas": "workspace:1.3.1",
51+
"@logto/schemas": "workspace:1.4.0",
5252
"@logto/shared": "workspace:^2.0.0",
5353
"@silverhand/essentials": "^2.5.0",
5454
"chalk": "^5.0.0",

packages/console/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.3.0
4+
5+
### Minor Changes
6+
7+
- 5d6720805: add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect.
8+
9+
when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.
10+
311
## 1.2.4
412

513
### Patch Changes

packages/console/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/console",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "> TODO: description",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"homepage": "https://github.com/logto-io/logto#readme",
@@ -29,10 +29,10 @@
2929
"@logto/connector-kit": "workspace:^1.1.1",
3030
"@logto/core-kit": "workspace:^2.0.0",
3131
"@logto/language-kit": "workspace:^1.0.0",
32-
"@logto/phrases": "workspace:^1.2.0",
32+
"@logto/phrases": "workspace:^1.3.0",
3333
"@logto/phrases-ui": "workspace:^1.2.0",
3434
"@logto/react": "^2.0.0",
35-
"@logto/schemas": "workspace:^1.3.0",
35+
"@logto/schemas": "workspace:^1.4.0",
3636
"@logto/shared": "workspace:^2.0.0",
3737
"@mdx-js/react": "^1.6.22",
3838
"@parcel/compressor-brotli": "2.8.3",

packages/core/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.4.0
4+
5+
### Minor Changes
6+
7+
- 9a3aa3aae: Automatically sync the trusted social email and phone info to the new registered user profile
8+
- 5d6720805: add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect.
9+
10+
when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.
11+
12+
### Patch Changes
13+
14+
- 5d6720805: parse requests with `application/json` content-type for `/oidc` APIs to increase compatibility
15+
- Updated dependencies [5d6720805]
16+
- Updated dependencies [5d6720805]
17+
- @logto/cli@1.4.0
18+
- @logto/console@1.3.0
19+
- @logto/phrases@1.3.0
20+
- @logto/schemas@1.4.0
21+
322
## 1.3.1
423

524
### Patch Changes

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/core",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "The open source identity solution.",
55
"main": "build/index.js",
66
"author": "Silverhand Inc. <contact@silverhand.io>",
@@ -29,15 +29,15 @@
2929
"@azure/storage-blob": "^12.13.0",
3030
"@koa/cors": "^4.0.0",
3131
"@logto/app-insights": "workspace:^1.2.0",
32-
"@logto/cli": "workspace:^1.3.1",
32+
"@logto/cli": "workspace:^1.4.0",
3333
"@logto/connector-kit": "workspace:^1.1.1",
3434
"@logto/console": "workspace:*",
3535
"@logto/core-kit": "workspace:^2.0.0",
3636
"@logto/demo-app": "workspace:*",
3737
"@logto/language-kit": "workspace:^1.0.0",
38-
"@logto/phrases": "workspace:^1.2.0",
38+
"@logto/phrases": "workspace:^1.3.0",
3939
"@logto/phrases-ui": "workspace:^1.2.0",
40-
"@logto/schemas": "workspace:^1.3.1",
40+
"@logto/schemas": "workspace:^1.4.0",
4141
"@logto/shared": "workspace:^2.0.0",
4242
"@logto/ui": "workspace:*",
4343
"@silverhand/essentials": "^2.5.0",

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.4.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5d6720805]
8+
- @logto/cli@1.4.0
9+
310
## 1.3.1
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.3.1",
3+
"version": "1.4.0",
44
"author": "Silverhand Inc. <contact@silverhand.io>",
55
"license": "MPL-2.0",
66
"type": "module",
@@ -15,6 +15,6 @@
1515
"node": "^18.12.0"
1616
},
1717
"dependencies": {
18-
"@logto/cli": "workspace:^1.3.1"
18+
"@logto/cli": "workspace:^1.4.0"
1919
}
2020
}

packages/integration-tests/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.2.0
4+
5+
### Minor Changes
6+
7+
- 9a3aa3aae: Automatically sync the trusted social email and phone info to the new registered user profile
8+
39
## 1.1.0
410

511
## 1.0.3

packages/integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/integration-tests",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Integration tests for Logto.",
55
"author": "Silverhand Inc. <contact@silverhand.io>",
66
"license": "MPL-2.0",
@@ -26,7 +26,7 @@
2626
"@logto/language-kit": "workspace:^1.0.0",
2727
"@logto/js": "^2.0.1",
2828
"@logto/node": "^2.0.0",
29-
"@logto/schemas": "workspace:^1.1.0",
29+
"@logto/schemas": "workspace:^1.4.0",
3030
"@silverhand/eslint-config": "3.0.1",
3131
"@silverhand/essentials": "^2.5.0",
3232
"@silverhand/ts-config": "3.0.0",

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.3.0
4+
5+
### Minor Changes
6+
7+
- 5d6720805: add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect.
8+
9+
when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.
10+
311
## 1.2.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.2.0",
3+
"version": "1.3.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 5d6720805: add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect.
8+
9+
when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [5d6720805]
14+
- @logto/phrases@1.3.0
15+
316
## 1.3.1
417

518
## 1.3.0

packages/schemas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/schemas",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"author": "Silverhand Inc. <contact@silverhand.io>",
55
"license": "MPL-2.0",
66
"type": "module",
@@ -83,7 +83,7 @@
8383
"@logto/connector-kit": "workspace:^1.1.1",
8484
"@logto/core-kit": "workspace:^2.0.0",
8585
"@logto/language-kit": "workspace:^1.0.0",
86-
"@logto/phrases": "workspace:^1.2.0",
86+
"@logto/phrases": "workspace:^1.3.0",
8787
"@logto/phrases-ui": "workspace:^1.2.0",
8888
"@logto/shared": "workspace:^2.0.0",
8989
"@withtyped/server": "^0.9.0",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)