Skip to content

Commit 51ca638

Browse files
committed
ci: Version Packages
1 parent 41b3a78 commit 51ca638

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
lines changed

.changeset/cold-falcons-warn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/react/algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
18-
"@tanstack/eslint-plugin-query": "^5.90.1",
18+
"@tanstack/eslint-plugin-query": "^5.90.2",
1919
"@types/react": "^18.2.79",
2020
"@types/react-dom": "^18.2.25",
2121
"@vitejs/plugin-react": "^4.3.4",

examples/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "^19.0.0"
1818
},
1919
"devDependencies": {
20-
"@tanstack/eslint-plugin-query": "^5.90.1",
20+
"@tanstack/eslint-plugin-query": "^5.90.2",
2121
"@types/react": "^18.2.79",
2222
"@types/react-dom": "^18.2.25",
2323
"@vitejs/plugin-react": "^4.3.4",

examples/react/eslint-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "^19.0.0"
1818
},
1919
"devDependencies": {
20-
"@tanstack/eslint-plugin-query": "^5.90.1",
20+
"@tanstack/eslint-plugin-query": "^5.90.2",
2121
"@types/react": "^18.2.79",
2222
"@types/react-dom": "^18.2.25",
2323
"@vitejs/plugin-react": "^4.3.4",

examples/solid/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"solid-js": "^1.9.7"
1414
},
1515
"devDependencies": {
16-
"@tanstack/eslint-plugin-query": "^5.90.1",
16+
"@tanstack/eslint-plugin-query": "^5.90.2",
1717
"typescript": "5.8.3",
1818
"vite": "^6.3.6",
1919
"vite-plugin-solid": "^2.11.6"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tanstack/eslint-plugin-query
2+
3+
## 5.90.2
4+
5+
### Patch Changes
6+
7+
- fix: exhaustive-deps with variables and type assertions ([#9687](https://github.com/TanStack/query/pull/9687))

packages/eslint-plugin-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/eslint-plugin-query",
3-
"version": "5.90.1",
3+
"version": "5.90.2",
44
"description": "ESLint plugin for TanStack Query",
55
"author": "Eliya Cohen",
66
"license": "MIT",

0 commit comments

Comments
 (0)