We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cccb2a2 + 7dea3f6 commit 7a28e35Copy full SHA for 7a28e35
.changeset/pre.json
@@ -8,6 +8,7 @@
8
},
9
"changesets": [
10
"many-worms-kneel",
11
+ "nice-nails-switch",
12
"poor-mice-rush",
13
"twenty-rabbits-compete"
14
]
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.11.1-next.3
4
+
5
+### Patch Changes
6
7
+- 060a36e: - Migrate to `fetchRequestHandler` to support Fetch/Edge runtimes.
+ - Remove most of internal tRPC imports
## 0.11.1-next.2
### Patch Changes
package.json
@@ -3,7 +3,7 @@
"description": "End-to-end typesafe APIs in Nuxt applications.",
"type": "module",
"packageManager": "pnpm@9.12.0",
- "version": "0.11.1-next.2",
+ "version": "0.11.1-next.3",
"license": "MIT",
"sideEffects": false,
"exports": {
0 commit comments