Release new versions of our packages

This commit is contained in:
Eric Allam
2023-01-20 11:52:47 -08:00
parent cc8be87de0
commit c09694794f
10 changed files with 29 additions and 24 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@trigger.dev/sdk": patch
---
Added some logging messages (and disabled any messages by default)
-5
View File
@@ -1,5 +0,0 @@
---
"@trigger.dev/sdk": patch
---
Fixed issue with workflow runs not completing when the run function returned undefined or null
-5
View File
@@ -1,5 +0,0 @@
---
"@trigger.dev/sdk": patch
---
Added triggerTTL option that prevents old events from running a workflow
-6
View File
@@ -1,6 +0,0 @@
---
"@trigger.dev/integrations": patch
"@trigger.dev/providers": patch
---
Added additional github webhook triggers, and improved the slack integration
@@ -1,5 +1,17 @@
# @trigger.dev/integrations
## 0.1.5
### Patch Changes
- b36f0d0: Added additional github webhook triggers, and improved the slack integration
- Updated dependencies [7f26548]
- Updated dependencies [5de2a1a]
- Updated dependencies [d3c593c]
- Updated dependencies [b36f0d0]
- @trigger.dev/sdk@0.2.2
- @trigger.dev/providers@0.1.3
## 0.1.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/integrations",
"version": "0.1.4",
"version": "0.1.5",
"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.3
### Patch Changes
- b36f0d0: Added additional github webhook triggers, and improved the slack integration
## 0.1.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/providers",
"version": "0.1.2",
"version": "0.1.3",
"description": "trigger.dev API providers with schemas",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+8
View File
@@ -1,5 +1,13 @@
# @trigger.dev/sdk
## 0.2.2
### Patch Changes
- 7f26548: Added some logging messages (and disabled any messages by default)
- 5de2a1a: Fixed issue with workflow runs not completing when the run function returned undefined or null
- d3c593c: Added triggerTTL option that prevents old events from running a workflow
## 0.2.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/sdk",
"version": "0.2.1",
"version": "0.2.2",
"description": "trigger.dev Node.JS SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",