0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

release: version packages

This commit is contained in:
Gao Sun 2022-11-29 20:06:17 +08:00
parent e63f5f8b0d
commit 3b0aa43975
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
17 changed files with 52 additions and 8 deletions

View file

@ -15,6 +15,7 @@
"@logto/ui": "1.0.0-beta.12"
},
"changesets": [
"clever-panthers-lay",
"fifty-balloons-taste",
"grumpy-clocks-refuse",
"quick-turtles-joke",

View file

@ -1,5 +1,13 @@
# Change Log
## 1.0.0-beta.15
### Patch Changes
- Updated dependencies
- @logto/schemas@1.0.0-beta.15
- @logto/shared@1.0.0-beta.15
## 1.0.0-beta.14
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"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-beta.15
## 1.0.0-beta.14
## 1.0.0-beta.13

View file

@ -1,6 +1,6 @@
{
"name": "@logto/console",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"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-beta.15
### Patch Changes
- Bump connector kit version to fix "Continue" issues on sending email/sms.
- Updated dependencies
- @logto/schemas@1.0.0-beta.15
- @logto/cli@1.0.0-beta.15
- @logto/shared@1.0.0-beta.15
## 1.0.0-beta.14
### Patch Changes

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"publishConfig": {

View file

@ -1,5 +1,7 @@
# Change Log
## 1.0.0-beta.15
## 1.0.0-beta.14
## 1.0.0-beta.13

View file

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

View file

@ -1,5 +1,11 @@
# Change Log
## 1.0.0-beta.15
### Patch Changes
- Bump connector kit version to fix "Continue" issues on sending email/sms.
## 1.0.0-beta.14
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"main": "lib/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",

View file

@ -1,5 +1,12 @@
# Change Log
## 1.0.0-beta.15
### Patch Changes
- Updated dependencies
- @logto/schemas@1.0.0-beta.15
## 1.0.0-beta.14
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/shared",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"main": "lib/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",

View file

@ -1,5 +1,7 @@
# Change Log
## 1.0.0-beta.15
## 1.0.0-beta.14
## 1.0.0-beta.13

View file

@ -1,6 +1,6 @@
{
"name": "@logto/ui",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"license": "MPL-2.0",
"private": true,
"scripts": {