Skip to content

Commit 8f7c41a

Browse files
committed
chore(release): v0.0.6
1 parent 31e3578 commit 8f7c41a

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.6
5+
6+
[compare changes](https://github.com/peterbud/nuxt-query/compare/v0.0.5...v0.0.6)
7+
8+
### 🚀 Enhancements
9+
10+
- Add minimal Nuxt example with nuxt-query ([bdfcbe3](https://github.com/peterbud/nuxt-query/commit/bdfcbe3))
11+
12+
### 💅 Refactors
13+
14+
- Remove logging from nuxt-query module setup ([cd29782](https://github.com/peterbud/nuxt-query/commit/cd29782))
15+
16+
### 📖 Documentation
17+
18+
- Add guidance for reporting bugs with minimal reproduction examples ([7015063](https://github.com/peterbud/nuxt-query/commit/7015063))
19+
20+
### 📦 Build
21+
22+
- **deps:** Bump splitpanes from 4.0.0 to 4.0.2 ([543fd4e](https://github.com/peterbud/nuxt-query/commit/543fd4e))
23+
- **deps-dev:** Bump @nuxt/eslint-config from 1.1.0 to 1.2.0 ([4fb04f0](https://github.com/peterbud/nuxt-query/commit/4fb04f0))
24+
- **deps-dev:** Bump @nuxt/test-utils from 3.17.1 to 3.17.2 ([26581e3](https://github.com/peterbud/nuxt-query/commit/26581e3))
25+
- **deps:** Bump @tanstack/vue-query from 5.67.1 to 5.67.2 ([9c0efc1](https://github.com/peterbud/nuxt-query/commit/9c0efc1))
26+
- **deps-dev:** Bump eslint from 9.21.0 to 9.22.0 ([52659af](https://github.com/peterbud/nuxt-query/commit/52659af))
27+
- **deps-dev:** Bump the dev-deps group with 2 updates ([b40c9f6](https://github.com/peterbud/nuxt-query/commit/b40c9f6))
28+
- **deps:** Bump the prod-deps group across 1 directory with 3 updates ([a1937f7](https://github.com/peterbud/nuxt-query/commit/a1937f7))
29+
- **deps-dev:** Bump the dev-deps group with 2 updates ([933d9a3](https://github.com/peterbud/nuxt-query/commit/933d9a3))
30+
- **deps:** Bump the prod-deps group with 2 updates ([9aa1568](https://github.com/peterbud/nuxt-query/commit/9aa1568))
31+
- **deps-dev:** Bump the dev-deps group with 5 updates ([93e90ca](https://github.com/peterbud/nuxt-query/commit/93e90ca))
32+
- **deps:** Bump the prod-deps group with 4 updates ([8c06ce4](https://github.com/peterbud/nuxt-query/commit/8c06ce4))
33+
- **deps:** Bump the prod-deps group with 3 updates ([c450488](https://github.com/peterbud/nuxt-query/commit/c450488))
34+
- **deps-dev:** Bump the dev-deps group across 1 directory with 3 updates ([a705673](https://github.com/peterbud/nuxt-query/commit/a705673))
35+
36+
### 🏡 Chore
37+
38+
- **ci:** Add dependabot dependency groups for actions, dev, and prod ([432833a](https://github.com/peterbud/nuxt-query/commit/432833a))
39+
- Dedupe ([4f4e202](https://github.com/peterbud/nuxt-query/commit/4f4e202))
40+
41+
### ❤️ Contributors
42+
43+
- Peter Budai <[email protected]>
44+
445
## v0.0.5
546

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

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.5",
3+
"version": "0.0.6",
44
"description": "Nuxt integration for Tanstack Query",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)