Release new versions of packages

This commit is contained in:
Eric Allam
2023-01-24 14:41:16 +00:00
parent c570f069fb
commit 7be5433bda
8 changed files with 25 additions and 14 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@trigger.dev/sdk": patch
---
Better handle event parsing errors from Zod
-6
View File
@@ -1,6 +0,0 @@
---
"@trigger.dev/integrations": patch
"@trigger.dev/providers": patch
---
Added resend.com integration
@@ -1,5 +1,15 @@
# @trigger.dev/integrations
## 0.1.10
### Patch Changes
- c570f06: Added resend.com integration
- Updated dependencies [39b167e]
- Updated dependencies [c570f06]
- @trigger.dev/sdk@0.2.7
- @trigger.dev/providers@0.1.6
## 0.1.9
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/integrations",
"version": "0.1.9",
"version": "0.1.10",
"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.6
### Patch Changes
- c570f06: Added resend.com integration
## 0.1.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/providers",
"version": "0.1.5",
"version": "0.1.6",
"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.7
### Patch Changes
- 39b167e: Better handle event parsing errors from Zod
## 0.2.6
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/sdk",
"version": "0.2.6",
"version": "0.2.7",
"description": "trigger.dev Node.JS SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",