Skip to content

Commit

Permalink
release: version packages (#5445)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot authored Mar 1, 2024
1 parent 532454b commit 16ca8b2
Showing 18 changed files with 53 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-pans-wait.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/proud-birds-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-squids-move.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.14.0

### Patch Changes

- @logto/schemas@1.14.0

## 1.13.1

### Patch Changes
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.13.1",
"version": "1.14.0",
"description": "Logto CLI.",
"author": "Silverhand Inc. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
@@ -48,7 +48,7 @@
"@logto/language-kit": "workspace:^1.1.0",
"@logto/phrases": "workspace:^1.9.0",
"@logto/phrases-experience": "workspace:^1.6.0",
"@logto/schemas": "workspace:1.13.1",
"@logto/schemas": "workspace:1.14.0",
"@logto/shared": "workspace:^3.1.0",
"@silverhand/essentials": "^2.9.0",
"chalk": "^5.0.0",
6 changes: 6 additions & 0 deletions packages/connectors/connector-apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @logto/connector-apple

## 1.2.0

### Minor Changes

- 532454b92: support `scope`

## 1.1.0

### Minor Changes
2 changes: 1 addition & 1 deletion packages/connectors/connector-apple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-apple",
"version": "1.1.0",
"version": "1.2.0",
"description": "Apple web connector implementation.",
"dependencies": {
"@logto/connector-kit": "workspace:^2.1.0",
6 changes: 6 additions & 0 deletions packages/connectors/connector-smtp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @logto/connector-smtp

## 1.1.1

### Patch Changes

- a7e69bd72: Always show TLS configurations in the admin console.

## 1.1.0

### Minor Changes
2 changes: 1 addition & 1 deletion packages/connectors/connector-smtp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-smtp",
"version": "1.1.0",
"version": "1.1.1",
"description": "SMTP connector implementation.",
"author": "Silverhand Inc. <[email protected]>",
"dependencies": {
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 1.14.0

### Minor Changes

- 532454b92: support form post callback for social connectors

Add the `POST /callback/:connectorId` endpoint to handle the form post callback for social connectors. This usefull for the connectors that require a form post callback to complete the authentication process, such as Apple.

### Patch Changes

- @logto/schemas@1.14.0
- @logto/cli@1.14.0

## 1.13.1

### Patch Changes
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/core",
"version": "1.13.1",
"version": "1.14.0",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Silverhand Inc. <[email protected]>",
@@ -32,7 +32,7 @@
"@koa/cors": "^5.0.0",
"@logto/affiliate": "^0.1.0",
"@logto/app-insights": "workspace:^1.4.0",
"@logto/cli": "workspace:^1.13.1",
"@logto/cli": "workspace:^1.14.0",
"@logto/connector-kit": "workspace:^2.1.0",
"@logto/console": "workspace:*",
"@logto/core-kit": "workspace:^2.3.0",
@@ -41,7 +41,7 @@
"@logto/language-kit": "workspace:^1.1.0",
"@logto/phrases": "workspace:^1.9.0",
"@logto/phrases-experience": "workspace:^1.6.0",
"@logto/schemas": "workspace:^1.13.1",
"@logto/schemas": "workspace:^1.14.0",
"@logto/shared": "workspace:^3.1.0",
"@silverhand/essentials": "^2.9.0",
"@simplewebauthn/server": "^9.0.0",
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.14.0

### Patch Changes

- @logto/cli@1.14.0

## 1.13.1

### Patch Changes
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.13.1",
"version": "1.14.0",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"type": "module",
@@ -15,6 +15,6 @@
"node": "^20.9.0"
},
"dependencies": {
"@logto/cli": "workspace:^1.13.1"
"@logto/cli": "workspace:^1.14.0"
}
}
2 changes: 2 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 1.14.0

## 1.13.1

## 1.13.0
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.13.1",
"version": "1.14.0",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
"type": "module",
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16ca8b2

Please sign in to comment.