0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

release: version packages (#4255)

This commit is contained in:
silverhand-bot 2023-07-31 18:43:59 +08:00 committed by GitHub
parent 2e4cd0b817
commit 74e9734ef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 69 additions and 39 deletions

View file

@ -1,5 +0,0 @@
---
"@logto/console": patch
---
Allow editing refresh token TTL for non-M2M applications (include SPA type)

View file

@ -1,6 +0,0 @@
---
"@logto/core": minor
"@logto/schemas": minor
---
Record daily active users

View file

@ -1,5 +0,0 @@
---
"@logto/connector-smsaero": minor
---
Add SMSAero connector

View file

@ -1,7 +0,0 @@
---
"@logto/cli": minor
---
add `translate sync-keys` command
This command is helpful for syncing keys from one language to another. Run `logto translate sync-keys --help` for details.

View file

@ -1,5 +1,18 @@
# Change Log
## 1.7.0
### Minor Changes
- fde330a8b: add `translate sync-keys` command
This command is helpful for syncing keys from one language to another. Run `logto translate sync-keys --help` for details.
### Patch Changes
- Updated dependencies [5ccdd7f31]
- @logto/schemas@1.7.0
## 1.6.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.6.0",
"version": "1.7.0",
"description": "Logto CLI.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",
@ -48,7 +48,7 @@
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.4.1",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:1.6.0",
"@logto/schemas": "workspace:1.7.0",
"@logto/shared": "workspace:^2.0.0",
"@silverhand/essentials": "^2.5.0",
"chalk": "^5.0.0",

View file

@ -1 +1,7 @@
# @logto/connector-smsaero
## 1.1.0
### Minor Changes
- 3e72b6d56: Add SMSAero connector

View file

@ -1,6 +1,6 @@
{
"name": "@logto/connector-smsaero",
"version": "1.0.0",
"version": "1.1.0",
"description": "SMSAero connector implementation.",
"author": "Danil Tankov <danil.tankoff@yandex.ru>",
"dependencies": {

View file

@ -1,5 +1,11 @@
# Change Log
## 1.5.1
### Patch Changes
- 16d83dd2f: Allow editing refresh token TTL for non-M2M applications (include SPA type)
## 1.5.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/console",
"version": "1.5.0",
"version": "1.5.1",
"description": "> TODO: description",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",
@ -33,7 +33,7 @@
"@logto/phrases": "workspace:^1.4.1",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/react": "^2.1.0",
"@logto/schemas": "workspace:^1.6.0",
"@logto/schemas": "workspace:^1.7.0",
"@logto/shared": "workspace:^2.0.0",
"@mdx-js/react": "^1.6.22",
"@parcel/compressor-brotli": "2.9.3",

View file

@ -1,5 +1,20 @@
# Change Log
## 1.7.0
### Minor Changes
- 5ccdd7f31: Record daily active users
### Patch Changes
- Updated dependencies [16d83dd2f]
- Updated dependencies [5ccdd7f31]
- Updated dependencies [fde330a8b]
- @logto/console@1.5.1
- @logto/schemas@1.7.0
- @logto/cli@1.7.0
## 1.6.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/core",
"version": "1.6.0",
"version": "1.7.0",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",
@ -29,7 +29,7 @@
"@azure/storage-blob": "^12.13.0",
"@koa/cors": "^4.0.0",
"@logto/app-insights": "workspace:^1.3.1",
"@logto/cli": "workspace:^1.6.0",
"@logto/cli": "workspace:^1.7.0",
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/console": "workspace:*",
"@logto/core-kit": "workspace:^2.0.1",
@ -37,7 +37,7 @@
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.4.1",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:^1.6.0",
"@logto/schemas": "workspace:^1.7.0",
"@logto/shared": "workspace:^2.0.0",
"@logto/ui": "workspace:*",
"@silverhand/essentials": "^2.5.0",

View file

@ -1,5 +1,12 @@
# Change Log
## 1.7.0
### Patch Changes
- Updated dependencies [fde330a8b]
- @logto/cli@1.7.0
## 1.6.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.6.0",
"version": "1.7.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",
@ -15,6 +15,6 @@
"node": "^18.12.0"
},
"dependencies": {
"@logto/cli": "workspace:^1.6.0"
"@logto/cli": "workspace:^1.7.0"
}
}

View file

@ -1,5 +1,11 @@
# Change Log
## 1.7.0
### Minor Changes
- 5ccdd7f31: Record daily active users
## 1.6.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.6.0",
"version": "1.7.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",

View file

@ -119,7 +119,7 @@ importers:
specifier: workspace:^1.2.0
version: link:../phrases-ui
'@logto/schemas':
specifier: workspace:1.6.0
specifier: workspace:1.7.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -2776,7 +2776,7 @@ importers:
specifier: ^2.1.0
version: 2.1.0(react@18.2.0)
'@logto/schemas':
specifier: workspace:^1.6.0
specifier: workspace:^1.7.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -3043,7 +3043,7 @@ importers:
specifier: workspace:^1.3.1
version: link:../app-insights
'@logto/cli':
specifier: workspace:^1.6.0
specifier: workspace:^1.7.0
version: link:../cli
'@logto/connector-kit':
specifier: workspace:^1.1.1
@ -3067,7 +3067,7 @@ importers:
specifier: workspace:^1.2.0
version: link:../phrases-ui
'@logto/schemas':
specifier: workspace:^1.6.0
specifier: workspace:^1.7.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -3290,7 +3290,7 @@ importers:
packages/create:
dependencies:
'@logto/cli':
specifier: workspace:^1.6.0
specifier: workspace:^1.7.0
version: link:../cli
packages/demo-app: