0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: update changeset format

to fit CHANGELOG markdown files
This commit is contained in:
Gao Sun 2022-11-15 11:59:17 +08:00
parent 9740b9d392
commit 38ad63f9d4
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"@logto/ui": minor
---
## Sign-in Experience v2
**Sign-in Experience v2**
We are thrilled to announce the release of the newest version of the Sign-in Experience, which includes more ways to sign-in and sign-up, as well as a framework that is easier to understand and more flexible to configure in the Admin Console.

View file

@ -3,6 +3,6 @@
"@logto/integration-tests": minor
---
## 💥 Breaking change 💥
**💥 Breaking change 💥**
Use case-insensitive strategy for searching emails

View file

@ -2,9 +2,9 @@
"@logto/cli": minor
---
## CLI
**CLI**
### Rotate your private or secret key
**Rotate your private or secret key**
We add a new command `db config rotate <key>` to support key rotation via CLI.
@ -12,7 +12,7 @@ When rotating, the CLI will generate a new key and prepend to the corresponding
Run `logto db config rotate help` for detailed usage.
### Trim the private or secret key you don't need
**Trim the private or secret key you don't need**
If you want to trim one or more out-dated private or secret key(s) from the config, use the command `db config trim <key>`. It will remove the last item (private or secret key) in the array.