Skip to content

Commit ee5dff2

Browse files
release: version packages
1 parent c8cc6af commit ee5dff2

18 files changed

+60
-42
lines changed

.changeset/bright-pans-deny.md

-5
This file was deleted.

.changeset/dull-dolphins-return.md

-13
This file was deleted.

.changeset/hungry-olives-sell.md

-11
This file was deleted.

packages/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.26.0
4+
5+
### Patch Changes
6+
7+
- @logto/schemas@1.26.0
8+
39
## 1.25.0
410

511
### Patch Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/cli",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"description": "Logto CLI.",
55
"author": "Silverhand Inc. <[email protected]>",
66
"homepage": "https://github.com/logto-io/logto#readme",
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@logto/connector-kit": "workspace:^4.2.0",
4646
"@logto/core-kit": "workspace:^2.5.4",
47-
"@logto/schemas": "workspace:1.25.0",
47+
"@logto/schemas": "workspace:1.26.0",
4848
"@logto/shared": "workspace:^3.1.4",
4949
"@silverhand/essentials": "^2.9.1",
5050
"@silverhand/slonik": "31.0.0-beta.2",

packages/connectors/connector-azuread/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @logto/connector-azuread
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- 9b6dbf28e: add `scopes` configuration field for Microsoft Azure AD connector
8+
39
## 1.4.1
410

511
### Patch Changes

packages/connectors/connector-azuread/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/connector-azuread",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Microsoft Azure AD connector implementation.",
55
"author": "Mobilist Inc. <[email protected]>",
66
"dependencies": {

packages/core/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Change Log
22

3+
## 1.26.0
4+
5+
### Minor Changes
6+
7+
- 3594e1316: refactor: switch to `@logto/experience` package with latest [Experience API](https://openapi.logto.io/group/endpoint-experience)
8+
9+
In this release, we have transitioned the user sign-in experience from the legacy `@logto/experience-legacy` package to the latest `@logto/experience` package. This change fully adopts our new [Experience API](https://openapi.logto.io/group/endpoint-experience), enhancing the underlying architecture while maintaining the same user experience.
10+
11+
- Package update: The user sign-in experience now utilizes the `@logto/experience` package by default.
12+
API Transition: The new package leverages our latest [Experience API](https://openapi.logto.io/group/endpoint-experience).
13+
- No feature changes: Users will notice no changes in functionality or experience compared to the previous implementation.
14+
15+
### Patch Changes
16+
17+
- 7b342f7ef: remove `client_id` from OIDC SSO connector's token request body for better compatibility
18+
19+
This updates addresses an issue with client authentication methods in the token request process. Previously, the `client_id` was included in the request body while also using the authentication header for client credentials authentication.
20+
21+
This dual method of client authentication can lead to errors with certain OIDC providers, such as Okta, which only support one authentication method at a time.
22+
23+
### Key changes
24+
25+
Removal of `client_id` from request body: The `client_id` parameter has been removed from the token request body. According to the [OAuth 2.0 specification](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.3), `client_id` in the body is required only for public clients.
26+
27+
- @logto/schemas@1.26.0
28+
- @logto/cli@1.26.0
29+
330
## 1.25.0
431

532
### Minor Changes

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/core",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"description": "The open source identity solution.",
55
"main": "build/index.js",
66
"author": "Silverhand Inc. <[email protected]>",
@@ -33,7 +33,7 @@
3333
"@koa/cors": "^5.0.0",
3434
"@logto/affiliate": "^0.1.0",
3535
"@logto/app-insights": "workspace:^2.0.1",
36-
"@logto/cli": "workspace:^1.25.0",
36+
"@logto/cli": "workspace:^1.26.0",
3737
"@logto/connector-kit": "workspace:^4.2.0",
3838
"@logto/console": "workspace:*",
3939
"@logto/core-kit": "workspace:^2.5.4",
@@ -44,7 +44,7 @@
4444
"@logto/language-kit": "workspace:^1.1.1",
4545
"@logto/phrases": "workspace:^1.18.0",
4646
"@logto/phrases-experience": "workspace:^1.9.1",
47-
"@logto/schemas": "workspace:^1.25.0",
47+
"@logto/schemas": "workspace:^1.26.0",
4848
"@logto/shared": "workspace:^3.1.4",
4949
"@silverhand/essentials": "^2.9.1",
5050
"@silverhand/slonik": "31.0.0-beta.2",

packages/create/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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

511
### Patch Changes

packages/create/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/create",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"author": "Silverhand Inc. <[email protected]>",
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.25.0"
18+
"@logto/cli": "workspace:^1.26.0"
1919
}
2020
}

packages/schemas/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 1.26.0
4+
35
## 1.25.0
46

57
### Minor Changes

packages/schemas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/schemas",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"author": "Silverhand Inc. <[email protected]>",
55
"license": "MPL-2.0",
66
"type": "module",

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)