@plasius/react-query 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -8,6 +8,20 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ - **Added**
12
+ - (placeholder)
13
+
14
+ - **Changed**
15
+ - (placeholder)
16
+
17
+ - **Fixed**
18
+ - (placeholder)
19
+
20
+ - **Security**
21
+ - (placeholder)
22
+
23
+ ## [1.0.6] - 2026-02-22
24
+
11
25
  - **Added**
12
26
  - (placeholder)
13
27
 
@@ -76,7 +90,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
76
90
 
77
91
  ---
78
92
 
79
- [Unreleased]: https://github.com/Plasius-LTD/react-query/compare/v1.0.5...HEAD
93
+ [Unreleased]: https://github.com/Plasius-LTD/react-query/compare/v1.0.6...HEAD
80
94
 
81
95
  ## [1.0.0] - 2026-02-11
82
96
 
@@ -94,3 +108,4 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
94
108
  [1.0.3]: https://github.com/Plasius-LTD/react-query/releases/tag/v1.0.3
95
109
  [1.0.4]: https://github.com/Plasius-LTD/react-query/releases/tag/v1.0.4
96
110
  [1.0.5]: https://github.com/Plasius-LTD/react-query/releases/tag/v1.0.5
111
+ [1.0.6]: https://github.com/Plasius-LTD/react-query/releases/tag/v1.0.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/react-query",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -35,7 +35,7 @@
35
35
  "./package.json": "./package.json"
36
36
  },
37
37
  "peerDependencies": {
38
- "react": "19.1.0"
38
+ "react": "^19.1.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@plasius/entity-manager": "^1.0.5",