From bd856309833d165ab3cc28a90290368fe55437bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Oct 2024 12:36:10 +0000 Subject: [PATCH] Release apps --- .changeset/popular-cars-hunt.md | 5 ----- .changeset/rotten-shoes-smash.md | 5 ----- apps/smtp/CHANGELOG.md | 6 ++++++ apps/smtp/package.json | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 .changeset/popular-cars-hunt.md delete mode 100644 .changeset/rotten-shoes-smash.md diff --git a/.changeset/popular-cars-hunt.md b/.changeset/popular-cars-hunt.md deleted file mode 100644 index 93dfdd9b9..000000000 --- a/.changeset/popular-cars-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"smtp": patch ---- - -Processing webhook now logs the size of email and subject template diff --git a/.changeset/rotten-shoes-smash.md b/.changeset/rotten-shoes-smash.md deleted file mode 100644 index 05b4820ac..000000000 --- a/.changeset/rotten-shoes-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- - ---- - -Data importer app was removed from the repository, this means it will be no longer deployed. diff --git a/apps/smtp/CHANGELOG.md b/apps/smtp/CHANGELOG.md index aba7d99ba..2fcf8c35d 100644 --- a/apps/smtp/CHANGELOG.md +++ b/apps/smtp/CHANGELOG.md @@ -1,5 +1,11 @@ # smtp +## 1.2.13 + +### Patch Changes + +- 8b66ff67: Processing webhook now logs the size of email and subject template + ## 1.2.12 ### Patch Changes diff --git a/apps/smtp/package.json b/apps/smtp/package.json index 764734713..b13478797 100644 --- a/apps/smtp/package.json +++ b/apps/smtp/package.json @@ -1,6 +1,6 @@ { "name": "smtp", - "version": "1.2.12", + "version": "1.2.13", "scripts": { "build": "pnpm generate && next build", "check-types": "tsc --noEmit",