Skip to content

Commit

Permalink
chore(release): v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Aug 11, 2023
1 parent 1386832 commit ec7e025
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# 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

[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.5...v0.10.6)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "End-to-end typesafe APIs in Nuxt applications.",
"type": "module",
"packageManager": "pnpm@8.6.9",
"version": "0.10.6",
"version": "0.10.7",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down Expand Up @@ -78,4 +78,4 @@
"nuxt": "3.6.5"
}
}
}
}

1 comment on commit ec7e025

@vercel
Copy link

@vercel vercel bot commented on ec7e025 Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trpc-nuxt – ./

trpc-nuxt-git-next-wobsoriano.vercel.app
trpc-nuxt.vercel.app
trpc-nuxt-wobsoriano.vercel.app

Please sign in to comment.