0
Fork 0
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:
silverhand-bot 2023-02-03 17:45:53 +08:00 committed by GitHub
parent 51f527b0c8
commit b2f4b728de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 38 additions and 6 deletions

View file

@ -20,6 +20,7 @@
"changesets": [
"breezy-socks-joke",
"clever-panthers-lay",
"curly-hornets-end",
"cyan-buses-trade",
"fifty-balloons-taste",
"good-feet-own",

View file

@ -1,5 +1,7 @@
# Change Log
## 1.0.0-rc.1
## 1.0.0-rc.0
### Major Changes

View file

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

View file

@ -1,5 +1,7 @@
# Change Log
## 1.0.0-rc.1
## 1.0.0-rc.0
### Major Changes

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,7 @@
# Change Log
## 1.0.0-rc.1
## 1.0.0-rc.0
### Minor Changes

View file

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

View file

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

View file

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