Skip to content

Commit 5d7869e

Browse files
ci: Version Packages (#9705)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2e966c commit 5d7869e

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

.changeset/red-monkeys-attack.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.2",
18+
"@tanstack/eslint-plugin-query": "^5.91.0",
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.2",
20+
"@tanstack/eslint-plugin-query": "^5.91.0",
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.2",
20+
"@tanstack/eslint-plugin-query": "^5.91.0",
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.2",
16+
"@tanstack/eslint-plugin-query": "^5.91.0",
1717
"typescript": "5.8.3",
1818
"vite": "^6.3.6",
1919
"vite-plugin-solid": "^2.11.6"

packages/eslint-plugin-query/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/eslint-plugin-query
22

3+
## 5.91.0
4+
5+
### Minor Changes
6+
7+
- feat: improve type of exported plugin ([#9700](https://github.com/TanStack/query/pull/9700))
8+
39
## 5.90.2
410

511
### Patch Changes

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.2",
3+
"version": "5.91.0",
44
"description": "ESLint plugin for TanStack Query",
55
"author": "Eliya Cohen",
66
"license": "MIT",

0 commit comments

Comments
 (0)