Skip to content

Commit f40ff82

Browse files
release: version packages
1 parent b249e26 commit f40ff82

24 files changed

+128
-36
lines changed

.changeset/eight-kings-wave.md

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

.changeset/hungry-goats-itch.md

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

packages/api/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @logto/api
22

3+
## 1.36.0
4+
35
## 1.35.0
46

57
## 1.34.0

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/api",
3-
"version": "1.35.0",
3+
"version": "1.36.0",
44
"description": "Logto API types and clients.",
55
"author": "Silverhand Inc. <[email protected]>",
66
"homepage": "https://github.com/logto-io/logto#readme",

packages/cli/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.36.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7cbe315dde]
8+
- @logto/schemas@1.36.0
9+
310
## 1.35.0
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/cli",
3-
"version": "1.35.0",
3+
"version": "1.36.0",
44
"description": "Logto CLI.",
55
"author": "Silverhand Inc. <[email protected]>",
66
"homepage": "https://github.com/logto-io/logto#readme",

packages/console/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.33.0
4+
5+
### Minor Changes
6+
7+
- 7cbe315dde: support token exchange grant type with app-level control
8+
9+
- Add `allowTokenExchange` field to `customClientMetadata` to control whether an application can initiate token exchange requests
10+
- Machine-to-machine applications now support token exchange
11+
- All new applications will have token exchange disabled by default, you can enable it in the application settings
12+
- For backward compatibility, existing first-party Traditional, Native, and SPA applications will have this enabled
13+
- Third-party applications are not allowed to use token exchange
14+
- Add UI toggle in Console with risk warning for public clients (single-page application / native application)
15+
316
## 1.32.0
417

518
### Minor Changes

packages/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/console",
3-
"version": "1.32.0",
3+
"version": "1.33.0",
44
"description": "> TODO: description",
55
"author": "Silverhand Inc. <[email protected]>",
66
"homepage": "https://github.com/logto-io/logto#readme",

packages/core/CHANGELOG.md

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

3+
## 1.36.0
4+
5+
### Minor Changes
6+
7+
- 7cbe315dde: support token exchange grant type with app-level control
8+
9+
- Add `allowTokenExchange` field to `customClientMetadata` to control whether an application can initiate token exchange requests
10+
- Machine-to-machine applications now support token exchange
11+
- All new applications will have token exchange disabled by default, you can enable it in the application settings
12+
- For backward compatibility, existing first-party Traditional, Native, and SPA applications will have this enabled
13+
- Third-party applications are not allowed to use token exchange
14+
- Add UI toggle in Console with risk warning for public clients (single-page application / native application)
15+
16+
### Patch Changes
17+
18+
- a4093a4aed: fix enterprise sso account not exist error code
19+
20+
Fixes the enterprise SSO account not exist error code to use a specific one instead of the generic social account one.
21+
22+
- Updated dependencies [a4093a4aed]
23+
- Updated dependencies [7cbe315dde]
24+
- @logto/experience@1.18.1
25+
- @logto/schemas@1.36.0
26+
- @logto/console@1.33.0
27+
- @logto/phrases@1.25.0
28+
- @logto/account@0.1.0
29+
- @logto/cli@1.36.0
30+
- @logto/demo-app@1.5.0
31+
332
## 1.35.0
433

534
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/core",
3-
"version": "1.35.0",
3+
"version": "1.36.0",
44
"description": "The open source identity solution.",
55
"main": "build/index.js",
66
"author": "Silverhand Inc. <[email protected]>",

0 commit comments

Comments
 (0)