Skip to content

Commit 556011e

Browse files
committed
chore(release): v0.1.1
1 parent d61c1af commit 556011e

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

4+
## v0.1.1
5+
6+
[compare changes](https://github.com/peterbud/nuxt-query/compare/v0.0.6...v0.1.1)
7+
8+
### 🚀 Enhancements
9+
10+
- Add suspense handling to examples ([8ab82dc](https://github.com/peterbud/nuxt-query/commit/8ab82dc))
11+
- Add MutationCache base ([a2aa6e5](https://github.com/peterbud/nuxt-query/commit/a2aa6e5))
12+
- Update MutationListItem styling and enhance mutation details display ([d61c1af](https://github.com/peterbud/nuxt-query/commit/d61c1af))
13+
14+
### 📦 Build
15+
16+
- **deps-dev:** Bump nuxt from 3.16.1 to 3.16.2 in the dev-deps group ([94000a6](https://github.com/peterbud/nuxt-query/commit/94000a6))
17+
- **deps:** Bump @tanstack/vue-query in the prod-deps group ([288bc7a](https://github.com/peterbud/nuxt-query/commit/288bc7a))
18+
- **deps-dev:** Bump the dev-deps group with 4 updates ([02b4a2b](https://github.com/peterbud/nuxt-query/commit/02b4a2b))
19+
- **deps:** Bump the prod-deps group with 3 updates ([e45b5ad](https://github.com/peterbud/nuxt-query/commit/e45b5ad))
20+
- **deps:** Bump @tanstack/vue-query in the prod-deps group ([3b51520](https://github.com/peterbud/nuxt-query/commit/3b51520))
21+
- **deps-dev:** Bump the dev-deps group with 3 updates ([e34a9c2](https://github.com/peterbud/nuxt-query/commit/e34a9c2))
22+
- **deps-dev:** Bump the dev-deps group with 4 updates ([04ef4ee](https://github.com/peterbud/nuxt-query/commit/04ef4ee))
23+
- **deps:** Bump the prod-deps group with 2 updates ([53e0e44](https://github.com/peterbud/nuxt-query/commit/53e0e44))
24+
25+
### 🏡 Chore
26+
27+
- Update dependencies ([a22aa0a](https://github.com/peterbud/nuxt-query/commit/a22aa0a))
28+
29+
### ❤️ Contributors
30+
31+
- Peter Budai <peterbudai@hotmail.com>
32+
433
## v0.0.6
534

635
[compare changes](https://github.com/peterbud/nuxt-query/compare/v0.0.5...v0.0.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@peterbud/nuxt-query",
3-
"version": "0.0.6",
3+
"version": "0.1.1",
44
"description": "Nuxt integration for Tanstack Query",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)