mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
release: version core packages (#3054)
This commit is contained in:
parent
51f527b0c8
commit
b2f4b728de
13 changed files with 38 additions and 6 deletions
|
@ -20,6 +20,7 @@
|
|||
"changesets": [
|
||||
"breezy-socks-joke",
|
||||
"clever-panthers-lay",
|
||||
"curly-hornets-end",
|
||||
"cyan-buses-trade",
|
||||
"fifty-balloons-taste",
|
||||
"good-feet-own",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.1
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@logto/cli",
|
||||
"version": "1.0.0-rc.0",
|
||||
"version": "1.0.0-rc.1",
|
||||
"description": "Logto CLI.",
|
||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||
"homepage": "https://github.com/logto-io/logto#readme",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.1
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@logto/console",
|
||||
"version": "1.0.0-rc.0",
|
||||
"version": "1.0.0-rc.1",
|
||||
"description": "> TODO: description",
|
||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||
"homepage": "https://github.com/logto-io/logto#readme",
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 51f527b0: bug fixes
|
||||
|
||||
- core: fix 500 error when enabling app admin access in console
|
||||
- ui: handle required profile errors on social binding flow
|
||||
- @logto/cli@1.0.0-rc.1
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@logto/core",
|
||||
"version": "1.0.0-rc.0",
|
||||
"version": "1.0.0-rc.1",
|
||||
"description": "The open source identity solution.",
|
||||
"main": "build/index.js",
|
||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @logto/cli@1.0.0-rc.1
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@logto/create",
|
||||
"version": "1.0.0-rc.0",
|
||||
"version": "1.0.0-rc.1",
|
||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.1
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@logto/integration-tests",
|
||||
"version": "1.0.0-rc.0",
|
||||
"version": "1.0.0-rc.1",
|
||||
"description": "Integration tests for Logto.",
|
||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# Change Log
|
||||
|
||||
## 1.0.0-rc.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 51f527b0: bug fixes
|
||||
|
||||
- core: fix 500 error when enabling app admin access in console
|
||||
- ui: handle required profile errors on social binding flow
|
||||
|
||||
## 1.0.0-rc.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@logto/ui",
|
||||
"version": "1.0.0-rc.0",
|
||||
"version": "1.0.0-rc.1",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue