chore(release): v0.10.7

This commit is contained in:
wobsoriano
2023-08-10 21:01:35 -07:00
parent 1386832b4a
commit ec7e0255c2
2 changed files with 19 additions and 2 deletions

View File

@@ -1,6 +1,23 @@
# Changelog # Changelog
## v0.10.7
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.6...v0.10.7)
### 🩹 Fixes
- Make useQuery return data nullable ([120ebc5](https://github.com/wobsoriano/trpc-nuxt/commit/120ebc5))
### 📖 Documentation
- Update Server Side Calls docs ([1c638a8](https://github.com/wobsoriano/trpc-nuxt/commit/1c638a8))
### ❤️ Contributors
- Blechlawine <marczinser@gmx.de>
- Colonel-Sandvich
## v0.10.6 ## v0.10.6
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.5...v0.10.6) [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.5...v0.10.6)

View File

@@ -3,7 +3,7 @@
"description": "End-to-end typesafe APIs in Nuxt applications.", "description": "End-to-end typesafe APIs in Nuxt applications.",
"type": "module", "type": "module",
"packageManager": "pnpm@8.6.9", "packageManager": "pnpm@8.6.9",
"version": "0.10.6", "version": "0.10.7",
"license": "MIT", "license": "MIT",
"sideEffects": false, "sideEffects": false,
"exports": { "exports": {
@@ -78,4 +78,4 @@
"nuxt": "3.6.5" "nuxt": "3.6.5"
} }
} }
} }