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

Merge pull request #3050 from logto-io/gao-add-changesets

chore: move changesets and enter rc
This commit is contained in:
Gao Sun 2023-02-02 23:11:04 +08:00 committed by GitHub
commit 8f61cf7161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 186 additions and 30 deletions

View file

@ -1,28 +1,31 @@
{
"mode": "pre",
"tag": "beta",
"tag": "rc",
"initialVersions": {
"@logto/cli": "1.0.0-beta.12",
"@logto/console": "1.0.0-beta.12",
"@logto/core": "1.0.0-beta.12",
"@logto/create": "1.0.0-beta.12",
"@logto/demo-app": "1.0.0-beta.12",
"@logto/integration-tests": "1.0.0-beta.12",
"@logto/phrases": "1.0.0-beta.12",
"@logto/phrases-ui": "1.0.0-beta.12",
"@logto/schemas": "1.0.0-beta.12",
"@logto/shared": "1.0.0-beta.12",
"@logto/ui": "1.0.0-beta.12",
"@logto/connector-kit": "1.0.0-beta.29",
"@logto/core-kit": "1.0.0-beta.29",
"@logto/language-kit": "1.0.0-beta.29"
"@logto/cli": "1.0.0-rc.0",
"@logto/console": "1.0.0-rc.0",
"@logto/core": "1.0.0-rc.0",
"@logto/create": "1.0.0-rc.0",
"@logto/demo-app": "1.0.0-rc.0",
"@logto/integration-tests": "1.0.0-rc.0",
"@logto/phrases": "1.0.0-rc.0",
"@logto/phrases-ui": "1.0.0-rc.0",
"@logto/schemas": "1.0.0-rc.0",
"@logto/shared": "1.0.0-rc.0",
"@logto/ui": "1.0.0-rc.0",
"@logto/connector-kit": "1.0.0-rc.0",
"@logto/core-kit": "1.0.0-rc.0",
"@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"
]
}

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.0.0-beta.19",
"version": "1.0.0-rc.0",
"description": "Logto CLI.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/console",
"version": "1.0.0-beta.19",
"version": "1.0.0-rc.0",
"description": "> TODO: description",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/core",
"version": "1.0.0-beta.19",
"version": "1.0.0-rc.0",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.0.0-beta.19",
"version": "1.0.0-rc.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",

View file

@ -1,6 +1,6 @@
{
"name": "@logto/demo-app",
"version": "1.0.0-beta.13",
"version": "1.0.0-rc.0",
"description": "Logto demo app.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/integration-tests",
"version": "1.0.0-beta.19",
"version": "1.0.0-rc.0",
"description": "Integration tests for Logto.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",

View file

@ -1,6 +1,6 @@
{
"name": "@logto/phrases-ui",
"version": "1.0.0-beta.17",
"version": "1.0.0-rc.0",
"description": "Logto shared phrases (i18n) for main flow.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -1,6 +1,6 @@
{
"name": "@logto/phrases",
"version": "1.0.0-beta.17",
"version": "1.0.0-rc.0",
"description": "Logto shared phrases (i18n).",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.0.0-beta.18",
"version": "1.0.0-rc.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/shared",
"version": "1.0.0-beta.18",
"version": "1.0.0-rc.0",
"main": "lib/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",

View file

@ -1,6 +1,6 @@
{
"name": "@logto/connector-kit",
"version": "1.0.0-beta.33",
"version": "1.0.0-rc.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/toolkit#readme",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@logto/core-kit",
"version": "1.0.0-beta.30",
"version": "1.0.0-rc.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/toolkit#readme",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@logto/language-kit",
"version": "1.0.0-beta.30",
"version": "1.0.0-rc.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/toolkit#readme",
"repository": {

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/ui",
"version": "1.0.0-beta.19",
"version": "1.0.0-rc.0",
"license": "MPL-2.0",
"type": "module",
"private": true,