0
Fork 0
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:
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": [ "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",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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