chore: Update version for release (next)

This commit is contained in:
github-actions[bot]
2023-06-28 12:31:20 +00:00
parent 414439cac9
commit eb3b7f5146
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@
"@trigger.dev/integration-kit": "2.0.0-next.1"
},
"changesets": [
"bright-horses-bathe",
"chilly-meals-warn",
"clever-bats-learn",
"curly-hornets-sort",
+6
View File
@@ -1,5 +1,11 @@
# @trigger.dev/sdk
## 2.0.0-next.3
### Patch Changes
- 24542d4e: Adding support for trigger source in the run context, and make sure dynamic trigger runs are preprocessed so they have a chance of populating run properties
## 2.0.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/sdk",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "trigger.dev Node.JS SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",