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

chore(core): add changeset files (#2926)

This commit is contained in:
simeng-li 2023-01-13 11:35:58 +08:00 committed by GitHub
parent 3951724bcd
commit 4a6a394bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
"@logto/core": minor
"@logto/integration-tests": minor
"@logto/schemas": minor
"@logto/ui": minor
---
Replace `passcode` naming convention in the interaction APIs and main flow ui with `verificationCode`.

View file

@ -0,0 +1,6 @@
---
"@logto/core": minor
"@logto/integration-tests": minor
---
Officially cleanup all deprecated `/session` APIs in core and all the related integration tests.

View file

@ -0,0 +1,9 @@
---
"@logto/console": minor
"@logto/core": minor
"@logto/integration-tests": minor
"@logto/schemas": minor
"@logto/ui": minor
---
Replace the `sms` naming convention using `phone` cross logto codebase. Including Sign-in Experience types, API paths, API payload and internal variable names.