Skip to content

Commit

Permalink
🚀 Release apps (#1614)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lkostrowski and github-actions[bot] authored Oct 9, 2024
1 parent 2eac963 commit 49eaef6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-apricots-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-cars-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-shoes-smash.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/avatax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# app-avatax

## 1.10.5

### Patch Changes

- 2eac9634: Set max memory limits for Webhooks to be 256MB. Before that, it was a default 1769MB. In case of Vercel deployment this will reduce pricing via GB-hours 7 times

## 1.10.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/avatax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-avatax",
"version": "1.10.4",
"version": "1.10.5",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down
6 changes: 6 additions & 0 deletions apps/smtp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/smtp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smtp",
"version": "1.2.12",
"version": "1.2.13",
"scripts": {
"build": "pnpm generate && next build",
"check-types": "tsc --noEmit",
Expand Down

0 comments on commit 49eaef6

Please sign in to comment.