diff --git a/.changeset/quick-turtles-joke.md b/.changeset/quick-turtles-joke.md index fb9ccf990..0cf634289 100644 --- a/.changeset/quick-turtles-joke.md +++ b/.changeset/quick-turtles-joke.md @@ -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. diff --git a/.changeset/thin-oranges-act.md b/.changeset/thin-oranges-act.md index fec00f1e5..03c314fa3 100644 --- a/.changeset/thin-oranges-act.md +++ b/.changeset/thin-oranges-act.md @@ -3,6 +3,6 @@ "@logto/integration-tests": minor --- -## 💥 Breaking change 💥 +**💥 Breaking change 💥** Use case-insensitive strategy for searching emails diff --git a/.changeset/unlucky-lizards-agree.md b/.changeset/unlucky-lizards-agree.md index af458f4f3..26e8517c5 100644 --- a/.changeset/unlucky-lizards-agree.md +++ b/.changeset/unlucky-lizards-agree.md @@ -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 ` 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 `. It will remove the last item (private or secret key) in the array.