Skip to content

Commit

Permalink
release: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot committed Jan 26, 2025
1 parent 67b3aea commit 35f33c0
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/blue-flowers-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-kids-rescue.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/connectors/connector-http-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/connectors/connector-http-email/package.json
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.1.3

### Patch Changes

- a8080e891: bump dependencies

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/shared",
"version": "3.1.2",
"version": "3.1.3",
"main": "lib/index.js",
"author": "Silverhand Inc. <[email protected]>",
"license": "MPL-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/tunnel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @logto/tunnel

## 0.2.4

### Patch Changes

- Updated dependencies [a8080e891]
- @logto/shared@3.1.3

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tunnel/package.json
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>",
"homepage": "https://github.com/logto-io/logto#readme",
Expand Down

0 comments on commit 35f33c0

Please sign in to comment.