Changeset version: @trigger.dev packages with improved types for the Resend integration

This commit is contained in:
Matt Aitken
2023-01-25 17:08:31 -08:00
parent 039321f176
commit 2dc72d68c3
7 changed files with 24 additions and 10 deletions
-7
View File
@@ -1,7 +0,0 @@
---
"@trigger.dev/integrations": patch
"@trigger.dev/providers": patch
"@trigger.dev/sdk": patch
---
Improved types for the Resend integration
@@ -1,5 +1,14 @@
# @trigger.dev/integrations
## 0.1.12
### Patch Changes
- 039321f: Improved types for the Resend integration
- Updated dependencies [039321f]
- @trigger.dev/providers@0.1.7
- @trigger.dev/sdk@0.2.9
## 0.1.11
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/integrations",
"version": "0.1.11",
"version": "0.1.12",
"description": "trigger.dev integrations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+6
View File
@@ -1,5 +1,11 @@
# @trigger.dev/providers
## 0.1.7
### Patch Changes
- 039321f: Improved types for the Resend integration
## 0.1.6
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/providers",
"version": "0.1.6",
"version": "0.1.7",
"description": "trigger.dev API providers with schemas",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+6
View File
@@ -1,5 +1,11 @@
# @trigger.dev/sdk
## 0.2.9
### Patch Changes
- 039321f: Improved types for the Resend integration
## 0.2.8
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/sdk",
"version": "0.2.8",
"version": "0.2.9",
"description": "trigger.dev Node.JS SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",