diff --git a/.changeset/pre.json b/.changeset/pre.json index 44f2257..922ebd4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -2,7 +2,11 @@ "mode": "pre", "tag": "next", "initialVersions": { - "trpc-nuxt": "0.11.0" + "trpc-nuxt": "0.11.0", + "docs": "0.0.0", + "playground": "0.0.0" }, - "changesets": [] + "changesets": [ + "many-worms-kneel" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a210e2..8d2f004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.11.1-next.0 + +### Patch Changes + +- 4e02015: Initial next version + ## v0.10.15 [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.14...v0.10.15) @@ -106,7 +112,7 @@ - Add useLazyQuery composable ([93cb442](https://github.com/wobsoriano/trpc-nuxt/commit/93cb442)) -### ❤️ Contributors +### ❤️ Contributors - Wobsoriano ([@wobsoriano](http://github.com/wobsoriano)) @@ -118,7 +124,7 @@ - Add custom query key option ([f2bcf9b](https://github.com/wobsoriano/trpc-nuxt/commit/f2bcf9b)) -### ❤️ Contributors +### ❤️ Contributors - Wobsoriano ([@wobsoriano](http://github.com/wobsoriano)) @@ -140,7 +146,7 @@ - **deps:** Bump h3 to 1.8.0 ([3a395a7](https://github.com/wobsoriano/trpc-nuxt/commit/3a395a7)) - Bump local deps ([dc317c2](https://github.com/wobsoriano/trpc-nuxt/commit/dc317c2)) -### ❤️ Contributors +### ❤️ Contributors - Wobsoriano ([@wobsoriano](http://github.com/wobsoriano)) @@ -156,7 +162,7 @@ - Update Server Side Calls docs ([1c638a8](https://github.com/wobsoriano/trpc-nuxt/commit/1c638a8)) -### ❤️ Contributors +### ❤️ Contributors - Blechlawine - Colonel-Sandvich @@ -175,12 +181,11 @@ [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.4...v0.10.5) - ### 🚀 Enhancements - - Pass input to watched sources if it's a ref ([892d167](https://github.com/wobsoriano/trpc-nuxt/commit/892d167)) +- Pass input to watched sources if it's a ref ([892d167](https://github.com/wobsoriano/trpc-nuxt/commit/892d167)) -### ❤️ Contributors +### ❤️ Contributors - Wobsoriano ([@wobsoriano](http://github.com/wobsoriano)) @@ -188,20 +193,19 @@ [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.3...v0.10.4) - ### 🚀 Enhancements - - Add reactive inputs ([054fad9](https://github.com/wobsoriano/trpc-nuxt/commit/054fad9)) +- Add reactive inputs ([054fad9](https://github.com/wobsoriano/trpc-nuxt/commit/054fad9)) ### 📖 Documentation - - Update local deps ([7683499](https://github.com/wobsoriano/trpc-nuxt/commit/7683499)) +- Update local deps ([7683499](https://github.com/wobsoriano/trpc-nuxt/commit/7683499)) ### 🏡 Chore - - Remove engines property ([e15a62a](https://github.com/wobsoriano/trpc-nuxt/commit/e15a62a)) +- Remove engines property ([e15a62a](https://github.com/wobsoriano/trpc-nuxt/commit/e15a62a)) -### ❤️ Contributors +### ❤️ Contributors - Wobsoriano ([@wobsoriano](http://github.com/wobsoriano)) @@ -209,11 +213,10 @@ [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.2...v0.10.3) - ### 🚀 Enhancements - - Export createH3ApiHandler for h3 apps ([18cd492](https://github.com/wobsoriano/trpc-nuxt/commit/18cd492)) +- Export createH3ApiHandler for h3 apps ([18cd492](https://github.com/wobsoriano/trpc-nuxt/commit/18cd492)) -### ❤️ Contributors +### ❤️ Contributors - Wobsoriano ([@wobsoriano](http://github.com/wobsoriano)) diff --git a/package.json b/package.json index 1671153..a0e03a5 100644 --- a/package.json +++ b/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.0", + "version": "0.11.1-next.0", "license": "MIT", "sideEffects": false, "exports": {