Skip to content

Commit c1901c7

Browse files
ci(repo): Version packages
1 parent 08737e5 commit c1901c7

34 files changed

Lines changed: 123 additions & 39 deletions

.changeset/all-candles-enter.md

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

.changeset/clerk-email-send.md

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

.changeset/dirty-rockets-read.md

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

.changeset/docs-backend-typedoc.md

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

.changeset/electron-auto-allowed-redirect-protocols.md

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

.changeset/fix-typedoc-inline-object-comment-backfill.md

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

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @clerk/astro
22

3+
## 3.4.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f42aad9`](https://github.com/clerk/javascript/commit/f42aad99389fa219588a3f450cdaa8fb6b55acda)]:
8+
- @clerk/backend@3.10.0
9+
310
## 3.4.10
411

512
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/astro",
3-
"version": "3.4.10",
3+
"version": "3.4.11",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/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+
## 3.10.0
4+
5+
### Minor Changes
6+
7+
- Add an experimental `clerkClient.emails.create()` method for sending transactional emails. It accepts address- or user-based recipients, supports optional `replyTo`, `subject`, and HTML and/or text content, and returns the created `Email` resource. ([#9010](https://github.com/clerk/javascript/pull/9010)) by [@cbnsndwch](https://github.com/cbnsndwch)
8+
9+
This method is marked `@experimental` and may change in a future release.
10+
311
## 3.9.0
412

513
### Minor Changes

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
55
"homepage": "https://clerk.com/",
66
"bugs": {

0 commit comments

Comments
 (0)