From 35f33c0d4332ddbda96b990f1485bf2ef52edb48 Mon Sep 17 00:00:00 2001 From: silverhand-bot Date: Sun, 26 Jan 2025 02:08:24 +0000 Subject: [PATCH] release: version packages --- .changeset/blue-flowers-rule.md | 7 ------- .changeset/wicked-kids-rescue.md | 5 ----- packages/connectors/connector-http-email/CHANGELOG.md | 9 +++++++++ packages/connectors/connector-http-email/package.json | 2 +- packages/shared/CHANGELOG.md | 6 ++++++ packages/shared/package.json | 2 +- packages/tunnel/CHANGELOG.md | 7 +++++++ packages/tunnel/package.json | 2 +- 8 files changed, 25 insertions(+), 15 deletions(-) delete mode 100644 .changeset/blue-flowers-rule.md delete mode 100644 .changeset/wicked-kids-rescue.md create mode 100644 packages/connectors/connector-http-email/CHANGELOG.md diff --git a/.changeset/blue-flowers-rule.md b/.changeset/blue-flowers-rule.md deleted file mode 100644 index f34043fd95a..00000000000 --- a/.changeset/blue-flowers-rule.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@logto/connector-http-email": minor ---- - -add HTTP email connector - -The HTTP email connector allows you to send emails via HTTP call. To use the HTTP email connector, you'll need to have your own email service that expose an HTTP API for sending emails. Logto will call this API when it needs to send an email. For example, when a user registers, Logto will call the HTTP API to send a verification email. diff --git a/.changeset/wicked-kids-rescue.md b/.changeset/wicked-kids-rescue.md deleted file mode 100644 index 1af71283ab0..00000000000 --- a/.changeset/wicked-kids-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@logto/shared": patch ---- - -bump dependencies diff --git a/packages/connectors/connector-http-email/CHANGELOG.md b/packages/connectors/connector-http-email/CHANGELOG.md new file mode 100644 index 00000000000..53c3d639fb0 --- /dev/null +++ b/packages/connectors/connector-http-email/CHANGELOG.md @@ -0,0 +1,9 @@ +# @logto/connector-http-email + +## 0.2.0 + +### Minor Changes + +- 67b3aea3f: add HTTP email connector + + The HTTP email connector allows you to send emails via HTTP call. To use the HTTP email connector, you'll need to have your own email service that expose an HTTP API for sending emails. Logto will call this API when it needs to send an email. For example, when a user registers, Logto will call the HTTP API to send a verification email. diff --git a/packages/connectors/connector-http-email/package.json b/packages/connectors/connector-http-email/package.json index ab2bac93528..1ff785b5897 100644 --- a/packages/connectors/connector-http-email/package.json +++ b/packages/connectors/connector-http-email/package.json @@ -1,6 +1,6 @@ { "name": "@logto/connector-http-email", - "version": "0.1.0", + "version": "0.2.0", "description": "Email connector to send email via HTTP call.", "author": "Silverhand Inc. ", "dependencies": { diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index c09d9796859..665a26b3f9b 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.1.3 + +### Patch Changes + +- a8080e891: bump dependencies + ## 3.1.2 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 980560e78a5..8d15465efa5 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@logto/shared", - "version": "3.1.2", + "version": "3.1.3", "main": "lib/index.js", "author": "Silverhand Inc. ", "license": "MPL-2.0", diff --git a/packages/tunnel/CHANGELOG.md b/packages/tunnel/CHANGELOG.md index 7aa4e0e844b..14d8fe71f93 100644 --- a/packages/tunnel/CHANGELOG.md +++ b/packages/tunnel/CHANGELOG.md @@ -1,5 +1,12 @@ # @logto/tunnel +## 0.2.4 + +### Patch Changes + +- Updated dependencies [a8080e891] + - @logto/shared@3.1.3 + ## 0.2.3 ### Patch Changes diff --git a/packages/tunnel/package.json b/packages/tunnel/package.json index 3bf0a566966..9daf95ab46f 100644 --- a/packages/tunnel/package.json +++ b/packages/tunnel/package.json @@ -1,6 +1,6 @@ { "name": "@logto/tunnel", - "version": "0.2.3", + "version": "0.2.4", "description": "A CLI tool that creates tunnel service to Logto Cloud for local development.", "author": "Silverhand Inc. ", "homepage": "https://github.com/logto-io/logto#readme",