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

release: version packages

This commit is contained in:
Gao Sun 2023-05-23 21:42:01 +08:00
parent 5d6720805c
commit 4f1e29aefc
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
19 changed files with 97 additions and 53 deletions

View file

@ -1,6 +0,0 @@
---
"@logto/core": minor
"@logto/integration-tests": minor
---
Automatically sync the trusted social email and phone info to the new registered user profile

View file

@ -1,5 +0,0 @@
---
"@logto/core": patch
---
parse requests with `application/json` content-type for `/oidc` APIs to increase compatibility

View file

@ -1,5 +0,0 @@
---
"@logto/cli": patch
---
update default OpenAI concurrency to 1 for sync command

View file

@ -1,10 +0,0 @@
---
"@logto/console": minor
"@logto/core": minor
"@logto/phrases": minor
"@logto/schemas": minor
---
add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect.
when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.

View file

@ -1,5 +1,14 @@
# Change Log
## 1.4.0
### Patch Changes
- 5d6720805: update default OpenAI concurrency to 1 for sync command
- Updated dependencies [5d6720805]
- @logto/phrases@1.3.0
- @logto/schemas@1.4.0
## 1.3.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.3.1",
"version": "1.4.0",
"description": "Logto CLI.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",
@ -46,9 +46,9 @@
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/core-kit": "workspace:^2.0.0",
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.2.0",
"@logto/phrases": "workspace:^1.3.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:1.3.1",
"@logto/schemas": "workspace:1.4.0",
"@logto/shared": "workspace:^2.0.0",
"@silverhand/essentials": "^2.5.0",
"chalk": "^5.0.0",

View file

@ -1,5 +1,13 @@
# Change Log
## 1.3.0
### Minor Changes
- 5d6720805: add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect.
when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.
## 1.2.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/console",
"version": "1.2.4",
"version": "1.3.0",
"description": "> TODO: description",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",
@ -29,10 +29,10 @@
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/core-kit": "workspace:^2.0.0",
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.2.0",
"@logto/phrases": "workspace:^1.3.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/react": "^2.0.0",
"@logto/schemas": "workspace:^1.3.0",
"@logto/schemas": "workspace:^1.4.0",
"@logto/shared": "workspace:^2.0.0",
"@mdx-js/react": "^1.6.22",
"@parcel/compressor-brotli": "2.8.3",

View file

@ -1,5 +1,24 @@
# Change Log
## 1.4.0
### Minor Changes
- 9a3aa3aae: Automatically sync the trusted social email and phone info to the new registered user profile
- 5d6720805: add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect.
when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.
### Patch Changes
- 5d6720805: parse requests with `application/json` content-type for `/oidc` APIs to increase compatibility
- Updated dependencies [5d6720805]
- Updated dependencies [5d6720805]
- @logto/cli@1.4.0
- @logto/console@1.3.0
- @logto/phrases@1.3.0
- @logto/schemas@1.4.0
## 1.3.1
### Patch Changes

View file

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

View file

@ -1,5 +1,12 @@
# Change Log
## 1.4.0
### Patch Changes
- Updated dependencies [5d6720805]
- @logto/cli@1.4.0
## 1.3.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.3.1",
"version": "1.4.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.3.1"
"@logto/cli": "workspace:^1.4.0"
}
}

View file

@ -1,5 +1,11 @@
# Change Log
## 1.2.0
### Minor Changes
- 9a3aa3aae: Automatically sync the trusted social email and phone info to the new registered user profile
## 1.1.0
## 1.0.3

View file

@ -1,6 +1,6 @@
{
"name": "@logto/integration-tests",
"version": "1.1.0",
"version": "1.2.0",
"description": "Integration tests for Logto.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
@ -26,7 +26,7 @@
"@logto/language-kit": "workspace:^1.0.0",
"@logto/js": "^2.0.1",
"@logto/node": "^2.0.0",
"@logto/schemas": "workspace:^1.1.0",
"@logto/schemas": "workspace:^1.4.0",
"@silverhand/eslint-config": "3.0.1",
"@silverhand/essentials": "^2.5.0",
"@silverhand/ts-config": "3.0.0",

View file

@ -1,5 +1,13 @@
# Change Log
## 1.3.0
### Minor Changes
- 5d6720805: add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect.
when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.
## 1.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/phrases",
"version": "1.2.0",
"version": "1.3.0",
"description": "Logto shared phrases (i18n).",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -1,5 +1,18 @@
# Change Log
## 1.4.0
### Minor Changes
- 5d6720805: add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect.
when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.
### Patch Changes
- Updated dependencies [5d6720805]
- @logto/phrases@1.3.0
## 1.3.1
## 1.3.0

View file

@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.3.1",
"version": "1.4.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",
@ -83,7 +83,7 @@
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/core-kit": "workspace:^2.0.0",
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.2.0",
"@logto/phrases": "workspace:^1.3.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/shared": "workspace:^2.0.0",
"@withtyped/server": "^0.9.0",

View file

@ -103,13 +103,13 @@ importers:
specifier: workspace:^1.0.0
version: link:../toolkit/language-kit
'@logto/phrases':
specifier: workspace:^1.2.0
specifier: workspace:^1.3.0
version: link:../phrases
'@logto/phrases-ui':
specifier: workspace:^1.2.0
version: link:../phrases-ui
'@logto/schemas':
specifier: workspace:1.3.1
specifier: workspace:1.4.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -2781,7 +2781,7 @@ importers:
specifier: workspace:^1.0.0
version: link:../toolkit/language-kit
'@logto/phrases':
specifier: workspace:^1.2.0
specifier: workspace:^1.3.0
version: link:../phrases
'@logto/phrases-ui':
specifier: workspace:^1.2.0
@ -2790,7 +2790,7 @@ importers:
specifier: ^2.0.0
version: 2.0.0(react@18.2.0)
'@logto/schemas':
specifier: workspace:^1.3.0
specifier: workspace:^1.4.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -3054,7 +3054,7 @@ importers:
specifier: workspace:^1.2.0
version: link:../app-insights
'@logto/cli':
specifier: workspace:^1.3.1
specifier: workspace:^1.4.0
version: link:../cli
'@logto/connector-kit':
specifier: workspace:^1.1.1
@ -3072,13 +3072,13 @@ importers:
specifier: workspace:^1.0.0
version: link:../toolkit/language-kit
'@logto/phrases':
specifier: workspace:^1.2.0
specifier: workspace:^1.3.0
version: link:../phrases
'@logto/phrases-ui':
specifier: workspace:^1.2.0
version: link:../phrases-ui
'@logto/schemas':
specifier: workspace:^1.3.1
specifier: workspace:^1.4.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -3292,7 +3292,7 @@ importers:
packages/create:
dependencies:
'@logto/cli':
specifier: workspace:^1.3.1
specifier: workspace:^1.4.0
version: link:../cli
packages/demo-app:
@ -3400,7 +3400,7 @@ importers:
specifier: ^2.0.0
version: 2.0.0
'@logto/schemas':
specifier: workspace:^1.1.0
specifier: workspace:^1.4.0
version: link:../schemas
'@silverhand/eslint-config':
specifier: 3.0.1
@ -3537,7 +3537,7 @@ importers:
specifier: workspace:^1.0.0
version: link:../toolkit/language-kit
'@logto/phrases':
specifier: workspace:^1.2.0
specifier: workspace:^1.3.0
version: link:../phrases
'@logto/phrases-ui':
specifier: workspace:^1.2.0