Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/sms-e164-recipient.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/nextjs-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @senderkit-examples/nextjs-basic

## 0.0.17

### Patch Changes

- Updated dependencies [702dba8]
- @senderkit/sdk@0.14.2

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senderkit-examples/nextjs-basic",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/node-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @senderkit-examples/node-basic

## 0.0.17

### Patch Changes

- Updated dependencies [702dba8]
- @senderkit/sdk@0.14.2

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/node-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senderkit-examples/node-basic",
"version": "0.0.16",
"version": "0.0.17",
"private": true,
"type": "module",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @senderkit/cli

## 0.9.2

### Patch Changes

- 702dba8: Document that SMS recipients must be an E.164 phone number, matching the hosted API's validation. The API now rejects a non-E.164 SMS `to` with `400 invalid_recipient` (for both template and raw sends) instead of accepting it and failing later at dispatch.

- The `senderkit_send_raw` `to` field description now spells out the per-channel recipient formats — including the E.164 requirement for `sms` — bringing it in line with `senderkit_send`, which already documented it. This flows through to the `senderkit send-raw` CLI help.
- The SDK README's SMS example now notes the E.164 requirement and the `400 invalid_recipient` response.

- Updated dependencies [702dba8]
- @senderkit/sdk@0.14.2

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senderkit/cli",
"version": "0.9.1",
"version": "0.9.2",
"description": "SenderKit command-line interface and MCP server — send notifications and inspect templates/messages from your terminal or AI assistant.",
"license": "MIT",
"homepage": "https://github.com/senderkit/senderkit-sdk#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @senderkit/sdk

## 0.14.2

### Patch Changes

- 702dba8: Document that SMS recipients must be an E.164 phone number, matching the hosted API's validation. The API now rejects a non-E.164 SMS `to` with `400 invalid_recipient` (for both template and raw sends) instead of accepting it and failing later at dispatch.

- The `senderkit_send_raw` `to` field description now spells out the per-channel recipient formats — including the E.164 requirement for `sms` — bringing it in line with `senderkit_send`, which already documented it. This flows through to the `senderkit send-raw` CLI help.
- The SDK README's SMS example now notes the E.164 requirement and the `400 invalid_recipient` response.

## 0.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senderkit/sdk",
"version": "0.14.1",
"version": "0.14.2",
"description": "Official TypeScript SDK for SenderKit — notification infrastructure for modern SaaS apps.",
"license": "MIT",
"homepage": "https://github.com/senderkit/senderkit-sdk#readme",
Expand Down