mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -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": [
|
"changesets": [
|
||||||
"breezy-socks-joke",
|
"breezy-socks-joke",
|
||||||
"clever-panthers-lay",
|
"clever-panthers-lay",
|
||||||
|
"curly-hornets-end",
|
||||||
"cyan-buses-trade",
|
"cyan-buses-trade",
|
||||||
"fifty-balloons-taste",
|
"fifty-balloons-taste",
|
||||||
"good-feet-own",
|
"good-feet-own",
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.0.0-rc.1
|
||||||
|
|
||||||
## 1.0.0-rc.0
|
## 1.0.0-rc.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/cli",
|
"name": "@logto/cli",
|
||||||
"version": "1.0.0-rc.0",
|
"version": "1.0.0-rc.1",
|
||||||
"description": "Logto CLI.",
|
"description": "Logto CLI.",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"homepage": "https://github.com/logto-io/logto#readme",
|
"homepage": "https://github.com/logto-io/logto#readme",
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.0.0-rc.1
|
||||||
|
|
||||||
## 1.0.0-rc.0
|
## 1.0.0-rc.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/console",
|
"name": "@logto/console",
|
||||||
"version": "1.0.0-rc.0",
|
"version": "1.0.0-rc.1",
|
||||||
"description": "> TODO: description",
|
"description": "> TODO: description",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"homepage": "https://github.com/logto-io/logto#readme",
|
"homepage": "https://github.com/logto-io/logto#readme",
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
# Change Log
|
# 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
|
## 1.0.0-rc.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/core",
|
"name": "@logto/core",
|
||||||
"version": "1.0.0-rc.0",
|
"version": "1.0.0-rc.1",
|
||||||
"description": "The open source identity solution.",
|
"description": "The open source identity solution.",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.0.0-rc.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- @logto/cli@1.0.0-rc.1
|
||||||
|
|
||||||
## 1.0.0-rc.0
|
## 1.0.0-rc.0
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/create",
|
"name": "@logto/create",
|
||||||
"version": "1.0.0-rc.0",
|
"version": "1.0.0-rc.1",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.0.0-rc.1
|
||||||
|
|
||||||
## 1.0.0-rc.0
|
## 1.0.0-rc.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/integration-tests",
|
"name": "@logto/integration-tests",
|
||||||
"version": "1.0.0-rc.0",
|
"version": "1.0.0-rc.1",
|
||||||
"description": "Integration tests for Logto.",
|
"description": "Integration tests for Logto.",
|
||||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
# Change Log
|
# 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
|
## 1.0.0-rc.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@logto/ui",
|
"name": "@logto/ui",
|
||||||
"version": "1.0.0-rc.0",
|
"version": "1.0.0-rc.1",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
Loading…
Reference in a new issue