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:
parent
8658827caa
commit
888c856ae2
3 changed files with 10 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue