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

This commit is contained in:
Gao Sun 2023-02-26 15:03:37 +08:00
parent 5e1466f405
commit 237df1721c
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
13 changed files with 28 additions and 6 deletions

View file

@ -37,6 +37,7 @@
"lemon-cars-wonder",
"lovely-rivers-sniff",
"many-avocados-know",
"modern-days-float",
"moody-timers-grin",
"neat-snakes-smash",
"pink-maps-yell",

View file

@ -1,5 +1,7 @@
# Change Log
## 1.0.0-rc.3
## 1.0.0-rc.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"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.3
## 1.0.0-rc.2
### Major Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/console",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "> TODO: description",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -1,5 +1,12 @@
# Change Log
## 1.0.0-rc.3
### Patch Changes
- 5e1466f40: Allow localhost CORS when only one endpoint available
- @logto/cli@1.0.0-rc.3
## 1.0.0-rc.2
### Major Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/core",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"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.3
### Patch Changes
- @logto/cli@1.0.0-rc.3
## 1.0.0-rc.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",

View file

@ -1,5 +1,7 @@
# Change Log
## 1.0.0-rc.3
## 1.0.0-rc.2
## 1.0.0-rc.1

View file

@ -1,6 +1,6 @@
{
"name": "@logto/integration-tests",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Integration tests for Logto.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/ui",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MPL-2.0",
"type": "module",
"private": true,