Skip to content

Commit 09b40bb

Browse files
committed
chore(release): v0.2.0
1 parent 735d5a1 commit 09b40bb

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,46 @@
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.0
7+
8+
[compare changes](https://github.com/aa900031/tanstack-query-callbacks/compare/v0.1.0...v0.2.0)
9+
10+
### 🚀 Enhancements
11+
12+
- Support query v4 ([5035d6e](https://github.com/aa900031/tanstack-query-callbacks/commit/5035d6e8372de6f0242f850529f58db3ba80e7ba))
13+
14+
### 💅 Refactors
15+
16+
- Move core files to `core/` dir ([ae97fe8](https://github.com/aa900031/tanstack-query-callbacks/commit/ae97fe851ffaee420f7fbdc46f3780ca5f7eda50))
17+
18+
### 📖 Documentation
19+
20+
- Add Codecov badge ([661aba5](https://github.com/aa900031/tanstack-query-callbacks/commit/661aba5d363684440d37cdb94230e9f0542e718f))
21+
- Add Features section ([59663f6](https://github.com/aa900031/tanstack-query-callbacks/commit/59663f6baed1da254a1d7f9b0182b8317acf8e3c))
22+
23+
### 🏡 Chore
24+
25+
- **ci:** For test ([dbaa8aa](https://github.com/aa900031/tanstack-query-callbacks/commit/dbaa8aa18806329b0896bad82530c3206bc705ec))
26+
- **ci:** Remove test for vue versions ([8d12ec8](https://github.com/aa900031/tanstack-query-callbacks/commit/8d12ec8cd780d6b04e06d80347c03d9765dc26fc))
27+
- **ci:** Setup codecov to v3 ([0a06e5a](https://github.com/aa900031/tanstack-query-callbacks/commit/0a06e5ad10ee8b76d25240723f98d3281eac0652))
28+
- **deps:** Update all non-major dependencies (#1) ([975b8eb](https://github.com/aa900031/tanstack-query-callbacks/commit/975b8eba69219268e6b1df043b8ac2c9f221e206))
29+
- **deps:** Update all non-major dependencies (#8) ([fdfac47](https://github.com/aa900031/tanstack-query-callbacks/commit/fdfac47054bcc622fa54bab3bf1e89d5c2cd5c36))
30+
- Liint format ([735d5a1](https://github.com/aa900031/tanstack-query-callbacks/commit/735d5a1c089fb860db3773bbc82747f6f6ca7f09))
31+
- Split test and test:vue ([f8184d1](https://github.com/aa900031/tanstack-query-callbacks/commit/f8184d1d99bb0c0050217cceed44bbc4907fd2c3))
32+
- Split test packages ([0896b1b](https://github.com/aa900031/tanstack-query-callbacks/commit/0896b1bab01b98c6be903a448d3335ea4a2d152d))
33+
- Test for vue 2, 2.7, 3 ([3555226](https://github.com/aa900031/tanstack-query-callbacks/commit/355522648b44e0208ebb7ea753090f66246ef57a))
34+
35+
### ✅ Tests
36+
37+
- **vue:** QueryClinet inject by key or plugin provide ([dcea424](https://github.com/aa900031/tanstack-query-callbacks/commit/dcea424d0610c44d22cc6f870a057a5a4d518391))
38+
39+
40+
41+
#### ❤️ Contributors
42+
43+
- Zhong666 <aa900031@gmail.com>
44+
- Renovate[bot]
45+
646
## v0.1.0
747

848
[compare changes](https://github.com/aa900031/tanstack-query-callbacks/compare/v0.1.0-beta.0...v0.1.0)

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.1.0",
4+
"version": "0.2.0",
55
"packageManager": "pnpm@8.15.1",
66
"author": "zhong666 <hi@zhong666.me>",
77
"license": "MIT",

0 commit comments

Comments
 (0)