0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

release: version packages (#3794)

This commit is contained in:
silverhand-bot 2023-05-16 12:52:17 +08:00 committed by GitHub
parent ff85eff7e9
commit 404fe9a03f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 72 additions and 51 deletions

View file

@ -1,5 +0,0 @@
---
"@logto/core": patch
---
add response schemas to swagger.json API

View file

@ -1,5 +0,0 @@
---
"@logto/console": patch
---
Should ignore empty number input box when parsing connector config form.

View file

@ -1,5 +0,0 @@
---
"@logto/connector-saml": patch
---
Should use placeholder instead of default value.

View file

@ -1,8 +0,0 @@
---
"@logto/core": minor
---
Provide management APIs to help link social identities to user
- POST `/users/:userId/identities` to link a social identity to a user
- POST `/connectors/:connectorId/authorization-uri` to get the authorization URI for a connector

View file

@ -1,7 +0,0 @@
---
"@logto/schemas": patch
---
## Add min length 1 type guard for all string typed db schema fields
Update the `@logto/schemas` zod guard generation method to include a min length of 1 for all the required string typed db fields.

View file

@ -1,5 +0,0 @@
---
"@logto/create": minor
---
support CLI arguments

View file

@ -1,5 +1,12 @@
# Change Log
## 1.3.0
### Patch Changes
- Updated dependencies [beb6ebad5]
- @logto/schemas@1.3.0
## 1.2.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.2.3",
"version": "1.3.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.2.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:1.2.3",
"@logto/schemas": "workspace:1.3.0",
"@logto/shared": "workspace:^2.0.0",
"@silverhand/essentials": "^2.5.0",
"chalk": "^5.0.0",

View file

@ -0,0 +1,7 @@
# @logto/connector-saml
## 1.0.1
### Patch Changes
- a65bc9b13: Should use placeholder instead of default value.

View file

@ -1,6 +1,6 @@
{
"name": "@logto/connector-saml",
"version": "1.0.0",
"version": "1.0.1",
"description": "SAML standard connector implementation.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"dependencies": {

View file

@ -1,5 +1,11 @@
# Change Log
## 1.2.4
### Patch Changes
- a65bc9b13: Should ignore empty number input box when parsing connector config form.
## 1.2.3
### Patch Changes

View file

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

View file

@ -1,5 +1,23 @@
# Change Log
## 1.3.0
### Minor Changes
- 0023dfe38: Provide management APIs to help link social identities to user
- POST `/users/:userId/identities` to link a social identity to a user
- POST `/connectors/:connectorId/authorization-uri` to get the authorization URI for a connector
### Patch Changes
- 1642df7e1: add response schemas to swagger.json API
- Updated dependencies [a65bc9b13]
- Updated dependencies [beb6ebad5]
- @logto/console@1.2.4
- @logto/schemas@1.3.0
- @logto/cli@1.3.0
## 1.2.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/core",
"version": "1.2.3",
"version": "1.3.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.2.0",
"@logto/cli": "workspace:^1.2.3",
"@logto/cli": "workspace:^1.3.0",
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/console": "workspace:*",
"@logto/core-kit": "workspace:^2.0.0",
@ -37,7 +37,7 @@
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.2.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:^1.2.3",
"@logto/schemas": "workspace:^1.3.0",
"@logto/shared": "workspace:^2.0.0",
"@logto/ui": "workspace:*",
"@silverhand/essentials": "^2.5.0",

View file

@ -1,5 +1,15 @@
# Change Log
## 1.3.0
### Minor Changes
- 61aaf7d98: support CLI arguments
### Patch Changes
- @logto/cli@1.3.0
## 1.2.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.2.3",
"version": "1.3.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.2.3"
"@logto/cli": "workspace:^1.3.0"
}
}

View file

@ -1,5 +1,13 @@
# Change Log
## 1.3.0
### Patch Changes
- beb6ebad5: ## Add min length 1 type guard for all string typed db schema fields
Update the `@logto/schemas` zod guard generation method to include a min length of 1 for all the required string typed db fields.
## 1.2.3
## 1.2.2

View file

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

10
pnpm-lock.yaml generated
View file

@ -109,7 +109,7 @@ importers:
specifier: workspace:^1.2.0
version: link:../phrases-ui
'@logto/schemas':
specifier: workspace:1.2.3
specifier: workspace:1.3.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -2790,7 +2790,7 @@ importers:
specifier: ^2.0.0
version: 2.0.0(react@18.2.0)
'@logto/schemas':
specifier: workspace:^1.2.3
specifier: workspace:^1.3.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.2.3
specifier: workspace:^1.3.0
version: link:../cli
'@logto/connector-kit':
specifier: workspace:^1.1.1
@ -3078,7 +3078,7 @@ importers:
specifier: workspace:^1.2.0
version: link:../phrases-ui
'@logto/schemas':
specifier: workspace:^1.2.3
specifier: workspace:^1.3.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -3292,7 +3292,7 @@ importers:
packages/create:
dependencies:
'@logto/cli':
specifier: workspace:^1.2.3
specifier: workspace:^1.3.0
version: link:../cli
packages/demo-app: