mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
release: version packages
This commit is contained in:
parent
f4b8063bed
commit
2c19a83f0b
29 changed files with 157 additions and 1 deletions
|
@ -18,11 +18,14 @@
|
|||
"@logto/language-kit": "1.0.0-rc.0"
|
||||
},
|
||||
"changesets": [
|
||||
"breezy-socks-joke",
|
||||
"clever-panthers-lay",
|
||||
"cyan-buses-trade",
|
||||
"fifty-balloons-taste",
|
||||
"good-feet-own",
|
||||
"green-geese-train",
|
||||
"grumpy-clocks-refuse",
|
||||
"large-windows-scream",
|
||||
"lovely-rivers-sniff",
|
||||
"moody-timers-grin",
|
||||
"neat-snakes-smash",
|
||||
|
@ -30,11 +33,16 @@
|
|||
"quick-turtles-joke",
|
||||
"quiet-shrimps-flow",
|
||||
"silly-rules-laugh",
|
||||
"six-falcons-sin",
|
||||
"six-mayflies-tan",
|
||||
"slow-meals-enjoy",
|
||||
"small-knives-swim",
|
||||
"sweet-dolphins-own",
|
||||
"tender-maps-burn",
|
||||
"thin-oranges-act",
|
||||
"three-ducks-yell",
|
||||
"tricky-mirrors-act",
|
||||
"unlucky-lizards-agree"
|
||||
"unlucky-lizards-agree",
|
||||
"unlucky-months-clap"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,34 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- f41fd3f0: drop settings table and add systems table
|
||||
|
||||
**BREAKING CHANGES**
|
||||
|
||||
- core: removed `GET /settings` and `PATCH /settings` API
|
||||
- core: added `GET /configs/admin-console` and `PATCH /configs/admin-console` API
|
||||
- `/configs/*` APIs are config/key-specific now. they may have different logic per key
|
||||
- cli: change valid `logto db config` keys by removing `alterationState` and adding `adminConsole` since:
|
||||
- OIDC configs and admin console configs are tenant-level configs (the concept of "tenant" can be ignored until we officially announce it)
|
||||
- alteration state is still a system-wide config
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f41fd3f0: Add `logto database alteration rollback` command for running `down()` alteration scripts
|
||||
- f41fd3f0: - cli: use `ec` with `secp384r1` as the default key generation type
|
||||
- core: use `ES384` as the signing algorithm for EC keys
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- @logto/schemas@1.0.0-rc.0
|
||||
- @logto/shared@1.0.0-rc.0
|
||||
|
||||
## 1.0.0-beta.19
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,5 +1,24 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- f41fd3f0: drop settings table and add systems table
|
||||
|
||||
**BREAKING CHANGES**
|
||||
|
||||
- core: removed `GET /settings` and `PATCH /settings` API
|
||||
- core: added `GET /configs/admin-console` and `PATCH /configs/admin-console` API
|
||||
- `/configs/*` APIs are config/key-specific now. they may have different logic per key
|
||||
- cli: change valid `logto db config` keys by removing `alterationState` and adding `adminConsole` since:
|
||||
- OIDC configs and admin console configs are tenant-level configs (the concept of "tenant" can be ignored until we officially announce it)
|
||||
- alteration state is still a system-wide config
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f41fd3f0: Replace the `sms` naming convention using `phone` cross logto codebase. Including Sign-in Experience types, API paths, API payload and internal variable names.
|
||||
|
||||
## 1.0.0-beta.19
|
||||
|
||||
## 1.0.0-beta.18
|
||||
|
|
|
@ -1,5 +1,46 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- f41fd3f0: drop settings table and add systems table
|
||||
|
||||
**BREAKING CHANGES**
|
||||
|
||||
- core: removed `GET /settings` and `PATCH /settings` API
|
||||
- core: added `GET /configs/admin-console` and `PATCH /configs/admin-console` API
|
||||
- `/configs/*` APIs are config/key-specific now. they may have different logic per key
|
||||
- cli: change valid `logto db config` keys by removing `alterationState` and adding `adminConsole` since:
|
||||
- OIDC configs and admin console configs are tenant-level configs (the concept of "tenant" can be ignored until we officially announce it)
|
||||
- alteration state is still a system-wide config
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f41fd3f0: Replace `passcode` naming convention in the interaction APIs and main flow ui with `verificationCode`.
|
||||
- f41fd3f0: Officially cleanup all deprecated `/session` APIs in core and all the related integration tests.
|
||||
- f41fd3f0: - cli: use `ec` with `secp384r1` as the default key generation type
|
||||
- core: use `ES384` as the signing algorithm for EC keys
|
||||
- fdb2bb48: **Streamlining the social sign-up flow**
|
||||
|
||||
- detect trusted email (or phone number) from the social account
|
||||
- email (or phone number) has been registered: automatically connecting the social identity to the existing user account with a single click
|
||||
- email (or phone number) not registered: automatically sync up the user profile with the social provided email (or phone) if and only if marked as a required user profile.
|
||||
|
||||
- f41fd3f0: Replace the `sms` naming convention using `phone` cross logto codebase. Including Sign-in Experience types, API paths, API payload and internal variable names.
|
||||
- f41fd3f0: Add support to send and verify verification code in management APIs
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- @logto/cli@1.0.0-rc.0
|
||||
- @logto/schemas@1.0.0-rc.0
|
||||
- @logto/shared@1.0.0-rc.0
|
||||
|
||||
## 1.0.0-beta.19
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- @logto/cli@1.0.0-rc.0
|
||||
|
||||
## 1.0.0-beta.19
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f41fd3f0: Replace `passcode` naming convention in the interaction APIs and main flow ui with `verificationCode`.
|
||||
- f41fd3f0: Officially cleanup all deprecated `/session` APIs in core and all the related integration tests.
|
||||
- f41fd3f0: Replace the `sms` naming convention using `phone` cross logto codebase. Including Sign-in Experience types, API paths, API payload and internal variable names.
|
||||
|
||||
## 1.0.0-beta.19
|
||||
|
||||
## 1.0.0-beta.18
|
||||
|
|
|
@ -1,5 +1,25 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- f41fd3f0: drop settings table and add systems table
|
||||
|
||||
**BREAKING CHANGES**
|
||||
|
||||
- core: removed `GET /settings` and `PATCH /settings` API
|
||||
- core: added `GET /configs/admin-console` and `PATCH /configs/admin-console` API
|
||||
- `/configs/*` APIs are config/key-specific now. they may have different logic per key
|
||||
- cli: change valid `logto db config` keys by removing `alterationState` and adding `adminConsole` since:
|
||||
- OIDC configs and admin console configs are tenant-level configs (the concept of "tenant" can be ignored until we officially announce it)
|
||||
- alteration state is still a system-wide config
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f41fd3f0: Replace `passcode` naming convention in the interaction APIs and main flow ui with `verificationCode`.
|
||||
- f41fd3f0: Replace the `sms` naming convention using `phone` cross logto codebase. Including Sign-in Experience types, API paths, API payload and internal variable names.
|
||||
|
||||
## 1.0.0-beta.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- Updated dependencies [f41fd3f0]
|
||||
- @logto/schemas@1.0.0-rc.0
|
||||
|
||||
## 1.0.0-beta.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f41fd3f0: Replace `passcode` naming convention in the interaction APIs and main flow ui with `verificationCode`.
|
||||
- fdb2bb48: **Streamlining the social sign-up flow**
|
||||
|
||||
- detect trusted email (or phone number) from the social account
|
||||
- email (or phone number) has been registered: automatically connecting the social identity to the existing user account with a single click
|
||||
- email (or phone number) not registered: automatically sync up the user profile with the social provided email (or phone) if and only if marked as a required user profile.
|
||||
|
||||
- f41fd3f0: Replace the `sms` naming convention using `phone` cross logto codebase. Including Sign-in Experience types, API paths, API payload and internal variable names.
|
||||
|
||||
## 1.0.0-beta.19
|
||||
|
||||
## 1.0.0-beta.18
|
||||
|
|
Loading…
Add table
Reference in a new issue