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

release: version toolkit packages (#3104)

This commit is contained in:
silverhand-bot 2023-02-13 15:37:11 +08:00 committed by GitHub
parent 8658827caa
commit 888c856ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View file

@ -18,6 +18,7 @@
"@logto/language-kit": "1.0.0-rc.0"
},
"changesets": [
"big-turkeys-invite",
"breezy-socks-joke",
"clever-panthers-lay",
"curly-hornets-end",

View file

@ -1,5 +1,13 @@
# Change Log
## 1.0.0-rc.1
### Minor Changes
- 8658827c: Add optional `formItems` to connector's metadata.
If set, the admin console's connector page (both create and update) will use it to generate a form to input config instead of raw JSON.
## 1.0.0-beta.33
### Patch Changes

View file

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