Skip to content

Commit 03f9e97

Browse files
committed
chore(release): v0.2.1
1 parent 2d18800 commit 03f9e97

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

55

6+
## v0.2.1
7+
8+
[compare changes](https://github.com/aa900031/tanstack-query-callbacks/compare/v0.2.0...v0.2.1)
9+
10+
### 🩹 Fixes
11+
12+
- **vue:** MaybeRef only use in Vue 3 (#33) ([2d18800](https://github.com/aa900031/tanstack-query-callbacks/commit/2d18800a9ef8b135b7e356a9114ee1232956101b))
13+
14+
### 🏡 Chore
15+
16+
- **ci:** Release preview to pkg.pr.new (#32) ([9de2876](https://github.com/aa900031/tanstack-query-callbacks/commit/9de28760efb32b3f113e2973b5336d672ebd73f9))
17+
- **deps:** Update node.js to v18.20.8 (#20) ([11baead](https://github.com/aa900031/tanstack-query-callbacks/commit/11baeadebef44d235324b97fc3eae473cf39d984))
18+
- **deps:** Update npm non-major develop dependencies (#21) ([98902e8](https://github.com/aa900031/tanstack-query-callbacks/commit/98902e8f553768f25e024567a34b6f9c49b37196))
19+
- **deps:** Update pnpm to v10 (#29) ([a362f7e](https://github.com/aa900031/tanstack-query-callbacks/commit/a362f7e241c8f02673e13be524e2e0fdebed6981))
20+
- **deps:** Update pnpm to v8.15.9 (#17) ([79eadfc](https://github.com/aa900031/tanstack-query-callbacks/commit/79eadfcd4b7e8bdb096455629005f178c5091963))
21+
- **deps:** Upgrade and revert (#30) ([8ed2288](https://github.com/aa900031/tanstack-query-callbacks/commit/8ed2288f43aa4c241e82cbb8d030794301c30636))
22+
- Use self renovate presets ([035635d](https://github.com/aa900031/tanstack-query-callbacks/commit/035635d7c8d9d834a87a1839c3e27844d0a43d7c))
23+
24+
25+
26+
#### ❤️ Contributors
27+
28+
- Zhong666 <aa900031@gmail.com>
29+
- Renovate[bot]
30+
631
## v0.2.0
732

833
[compare changes](https://github.com/aa900031/tanstack-query-callbacks/compare/v0.1.0...v0.2.0)
@@ -88,4 +113,4 @@ All notable changes to this project will be documented in this file. See [standa
88113

89114
#### ❤️ Contributors
90115

91-
- Zhong666 <aa900031@gmail.com>
116+
- Zhong666 <aa900031@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tanstack-query-callbacks",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"packageManager": "pnpm@10.8.0",
66
"author": "zhong666 <hi@zhong666.me>",
77
"license": "MIT",

0 commit comments

Comments
 (0)