chore: Update version for release (next)
This commit is contained in:
+4
-1
@@ -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"
|
||||
]
|
||||
|
||||
@@ -1 +1,7 @@
|
||||
# @trigger.dev/resend
|
||||
|
||||
## 1.0.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c5d91e7c: Adding the resend integration package
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user