Changeset: version nextjs

This commit is contained in:
Eric Allam
2023-06-14 08:50:54 +01:00
parent 24360dc4e7
commit c34fc0a38c
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -15,6 +15,7 @@
"dirty-needles-kneel",
"great-meals-listen",
"itchy-rockets-provide",
"stupid-files-cough"
"stupid-files-cough",
"tough-walls-share"
]
}
+6
View File
@@ -1,5 +1,11 @@
# @trigger.dev/nextjs
## 1.0.0-next.3
### Patch Changes
- 24360dc4: Make sure nextjs app routes have the correct types
## 1.0.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/nextjs",
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"description": "Trigger.dev Next.js integration",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",