Skip to content

Commit f4e64db

Browse files
authored
release(connector): release connector kit 4.5.0 (#7710)
1 parent d822a6c commit f4e64db

File tree

7 files changed

+27
-12
lines changed

7 files changed

+27
-12
lines changed

.changeset/tasty-panthers-cross.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/connectors/connector-mock-email/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @logto/connector-mock-email
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 52a618069: add new template type MfaVerification for verification code
8+
9+
If you are using Email/SMS as a MFA method, you should update your connector configuration to include the new template type `MfaVerification` for verification code.
10+
311
## 2.2.1
412

513
### Patch Changes

packages/connectors/connector-mock-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/connector-mock-email",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Mock Email Service connector implementation for integration tests only.",
55
"author": "Silverhand Inc. <[email protected]>",
66
"dependencies": {

packages/connectors/connector-mock-sms/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @logto/connector-mock-sms
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 52a618069: add new template type MfaVerification for verification code
8+
9+
If you are using Email/SMS as a MFA method, you should update your connector configuration to include the new template type `MfaVerification` for verification code.
10+
311
## 2.2.1
412

513
### Patch Changes

packages/connectors/connector-mock-sms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/connector-mock-sms",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Mock SMS connector implementation for integration tests only.",
55
"author": "Silverhand Inc. <[email protected]>",
66
"dependencies": {

packages/toolkit/connector-kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.5.1
4+
5+
### Minor Changes
6+
7+
- 52a618069: add new template type MfaVerification for verification code
8+
9+
If you are using Email/SMS as a MFA method, you should update your connector configuration to include the new template type `MfaVerification` for verification code.
10+
311
## 4.4.0
412

513
### Minor Changes

packages/toolkit/connector-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logto/connector-kit",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"author": "Silverhand Inc. <[email protected]>",
55
"homepage": "https://github.com/logto-io/toolkit#readme",
66
"repository": {

0 commit comments

Comments
 (0)