0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

chore: add changesets (#6239)

This commit is contained in:
Gao Sun 2024-07-14 17:42:55 +08:00 committed by GitHub
parent 6bf3bebb40
commit 62f5e5e0ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
"@logto/console": minor
"@logto/core": minor
"@logto/experience": minor
"@logto/integration-tests": patch
---
support app-level branding
You can now set logos, favicons, and colors for your app. These settings will be used in the sign-in experience when the app initiates the authentication flow. For apps that have no branding settings, the omni sign-in experience branding will be used.
If `organization_id` is provided in the authentication request, the app-level branding settings will be overridden by the organization's branding settings, if available.

View file

@ -0,0 +1,9 @@
---
"@logto/console": minor
"@logto/experience": minor
"@logto/schemas": minor
---
support dark favicon
The favicon for the dark theme now can be set in the sign-in experience branding settings.