chore: Update version for release (next)

This commit is contained in:
github-actions[bot]
2023-06-28 15:40:08 +00:00
parent 94ae9e65f4
commit bc43cc232d
5 changed files with 18 additions and 3 deletions
+4 -1
View File
@@ -13,7 +13,8 @@
"@trigger.dev/openai": "1.0.0-next.0",
"@trigger.dev/database": "0.0.0",
"@trigger.dev/init": "0.2.0",
"@trigger.dev/integration-kit": "2.0.0-next.1"
"@trigger.dev/integration-kit": "2.0.0-next.1",
"@trigger.dev/resend": "1.0.0-next.1"
},
"changesets": [
"bright-horses-bathe",
@@ -28,8 +29,10 @@
"itchy-rockets-provide",
"modern-emus-suffer",
"quick-stingrays-own",
"strong-cars-visit",
"stupid-files-cough",
"sweet-snails-refuse",
"tame-flowers-invite",
"tough-walls-share",
"wild-rats-mix"
]
+6
View File
@@ -1 +1,7 @@
# @trigger.dev/resend
## 1.0.0-next.2
### Patch Changes
- c5d91e7c: Adding the resend integration package
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/resend",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"description": "The official Resend.com integration for Trigger.dev",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+6
View File
@@ -1,5 +1,11 @@
# create-trigger
## 0.2.1-next.6
### Patch Changes
- 94ae9e65: Fixed an issue that cause environment variables to be incorrectly added to .env.local
## 0.2.1-next.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/init",
"version": "0.2.1-next.5",
"version": "0.2.1-next.6",
"description": "The CLI to easily initialize Trigger.dev in your Next.js project",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",