Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: version packages #7100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/dull-dolphins-return.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/hungry-olives-sell.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.26.0

### Patch Changes

- @logto/[email protected]

## 1.25.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.25.0",
"version": "1.26.0",
"description": "Logto CLI.",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@logto/connector-kit": "workspace:^4.2.0",
"@logto/core-kit": "workspace:^2.5.4",
"@logto/schemas": "workspace:1.25.0",
"@logto/schemas": "workspace:1.26.0",
"@logto/shared": "workspace:^3.1.4",
"@silverhand/essentials": "^2.9.1",
"@silverhand/slonik": "31.0.0-beta.2",
Expand Down
27 changes: 27 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

## 1.26.0

### Minor Changes

- 3594e1316: refactor: switch to `@logto/experience` package with latest [Experience API](https://openapi.logto.io/group/endpoint-experience)

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.

- Package update: The user sign-in experience now utilizes the `@logto/experience` package by default.
API Transition: The new package leverages our latest [Experience API](https://openapi.logto.io/group/endpoint-experience).
- No feature changes: Users will notice no changes in functionality or experience compared to the previous implementation.

### Patch Changes

- 7b342f7ef: remove `client_id` from OIDC SSO connector's token request body for better compatibility

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.

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.

### Key changes

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.

- @logto/[email protected]
- @logto/[email protected]

## 1.25.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/core",
"version": "1.25.0",
"version": "1.26.0",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Silverhand Inc. <[email protected]>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@koa/cors": "^5.0.0",
"@logto/affiliate": "^0.1.0",
"@logto/app-insights": "workspace:^2.0.1",
"@logto/cli": "workspace:^1.25.0",
"@logto/cli": "workspace:^1.26.0",
"@logto/connector-kit": "workspace:^4.2.0",
"@logto/console": "workspace:*",
"@logto/core-kit": "workspace:^2.5.4",
Expand All @@ -44,7 +44,7 @@
"@logto/language-kit": "workspace:^1.1.1",
"@logto/phrases": "workspace:^1.18.0",
"@logto/phrases-experience": "workspace:^1.9.1",
"@logto/schemas": "workspace:^1.25.0",
"@logto/schemas": "workspace:^1.26.0",
"@logto/shared": "workspace:^3.1.4",
"@silverhand/essentials": "^2.9.1",
"@silverhand/slonik": "31.0.0-beta.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.26.0

### Patch Changes

- @logto/[email protected]

## 1.25.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.25.0",
"version": "1.26.0",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"type": "module",
Expand All @@ -15,6 +15,6 @@
"node": "^20.9.0"
},
"dependencies": {
"@logto/cli": "workspace:^1.25.0"
"@logto/cli": "workspace:^1.26.0"
}
}
2 changes: 2 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.26.0

## 1.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.25.0",
"version": "1.26.0",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading