Skip to content

Commit

Permalink
Merge pull request #186 from wobsoriano/changeset-release/next
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
wobsoriano authored Oct 31, 2024
2 parents 4e02015 + 41b443f commit e5c0623
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
8 changes: 6 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
33 changes: 18 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -106,7 +112,7 @@

- Add useLazyQuery composable ([93cb442](https://github.com/wobsoriano/trpc-nuxt/commit/93cb442))

### ❤️ Contributors
### ❤️ Contributors

- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))

Expand All @@ -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))

Expand All @@ -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))

Expand All @@ -156,7 +162,7 @@

- Update Server Side Calls docs ([1c638a8](https://github.com/wobsoriano/trpc-nuxt/commit/1c638a8))

### ❤️ Contributors
### ❤️ Contributors

- Blechlawine <[email protected]>
- Colonel-Sandvich
Expand All @@ -175,45 +181,42 @@

[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))

## v0.10.4

[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))

## v0.10.3

[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))
2 changes: 1 addition & 1 deletion 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": "[email protected]",
"version": "0.11.0",
"version": "0.11.1-next.0",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit e5c0623

Please sign in to comment.