@leancodepl/react-query-cqrs-client 9.7.2 → 9.7.3
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.
- package/CHANGELOG.md +671 -0
- package/LICENSE +201 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2470 -0
- package/dist/index.umd.cjs +4 -0
- package/dist/lib/authGuard.d.ts +4 -0
- package/dist/lib/authGuard.d.ts.map +1 -0
- package/{src → dist}/lib/mkCqrsClient.d.ts +9 -8
- package/dist/lib/mkCqrsClient.d.ts.map +1 -0
- package/dist/lib/types/index.d.ts +3 -0
- package/dist/lib/types/index.d.ts.map +1 -0
- package/{src → dist}/lib/uncapitalizedJSONParse.d.ts +1 -0
- package/dist/lib/uncapitalizedJSONParse.d.ts.map +1 -0
- package/package.json +24 -18
- package/index.cjs.default.js +0 -1
- package/index.cjs.js +0 -282
- package/index.cjs.mjs +0 -2
- package/index.d.ts +0 -1
- package/index.esm.js +0 -280
- package/src/index.d.ts +0 -1
- package/src/lib/authGuard.d.ts +0 -3
- package/src/lib/types/index.d.ts +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,671 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [9.7.3](https://github.com/leancodepl/js_corelibrary/compare/v9.7.2...v9.7.3) (2026-02-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
15
|
+
## [9.7.2](https://github.com/leancodepl/js_corelibrary/compare/v9.7.1...v9.7.2) (2026-01-20)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
18
|
+
|
|
19
|
+
# Change Log
|
|
20
|
+
|
|
21
|
+
All notable changes to this project will be documented in this file. See
|
|
22
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
23
|
+
|
|
24
|
+
## [9.7.1](https://github.com/leancodepl/js_corelibrary/compare/v9.7.0...v9.7.1) (2026-01-20)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
27
|
+
|
|
28
|
+
# Change Log
|
|
29
|
+
|
|
30
|
+
All notable changes to this project will be documented in this file. See
|
|
31
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
32
|
+
|
|
33
|
+
# [9.7.0](https://github.com/leancodepl/js_corelibrary/compare/v9.6.6...v9.7.0) (2025-12-18)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
36
|
+
|
|
37
|
+
# Change Log
|
|
38
|
+
|
|
39
|
+
All notable changes to this project will be documented in this file. See
|
|
40
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
41
|
+
|
|
42
|
+
## [9.6.6](https://github.com/leancodepl/js_corelibrary/compare/v9.6.5...v9.6.6) (2025-11-18)
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
- pass variables to command handler in react-query client
|
|
47
|
+
([55e540b](https://github.com/leancodepl/js_corelibrary/commit/55e540bd599fc7a2912188305e03ad3ce126ed1a))
|
|
48
|
+
|
|
49
|
+
# Change Log
|
|
50
|
+
|
|
51
|
+
All notable changes to this project will be documented in this file. See
|
|
52
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
53
|
+
|
|
54
|
+
## [9.6.5](https://github.com/leancodepl/js_corelibrary/compare/v9.6.4...v9.6.5) (2025-10-16)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
57
|
+
|
|
58
|
+
# Change Log
|
|
59
|
+
|
|
60
|
+
All notable changes to this project will be documented in this file. See
|
|
61
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
62
|
+
|
|
63
|
+
## [9.6.4](https://github.com/leancodepl/js_corelibrary/compare/v9.6.3...v9.6.4) (2025-10-16)
|
|
64
|
+
|
|
65
|
+
### Bug Fixes
|
|
66
|
+
|
|
67
|
+
- use new tanstack query keys
|
|
68
|
+
([66737dd](https://github.com/leancodepl/js_corelibrary/commit/66737dd2767c857adb6c8d0aee12fa5ff744f618))
|
|
69
|
+
|
|
70
|
+
# Change Log
|
|
71
|
+
|
|
72
|
+
All notable changes to this project will be documented in this file. See
|
|
73
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
74
|
+
|
|
75
|
+
## [9.6.3](https://github.com/leancodepl/js_corelibrary/compare/v9.6.2...v9.6.3) (2025-09-22)
|
|
76
|
+
|
|
77
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
78
|
+
|
|
79
|
+
# Change Log
|
|
80
|
+
|
|
81
|
+
All notable changes to this project will be documented in this file. See
|
|
82
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
83
|
+
|
|
84
|
+
## [9.6.2](https://github.com/leancodepl/js_corelibrary/compare/v9.6.1...v9.6.2) (2025-09-09)
|
|
85
|
+
|
|
86
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
87
|
+
|
|
88
|
+
# Change Log
|
|
89
|
+
|
|
90
|
+
All notable changes to this project will be documented in this file. See
|
|
91
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
92
|
+
|
|
93
|
+
## [9.6.1](https://github.com/leancodepl/js_corelibrary/compare/v9.6.0...v9.6.1) (2025-09-05)
|
|
94
|
+
|
|
95
|
+
**Note:** Version bump only for package @leancodepl/config
|
|
96
|
+
|
|
97
|
+
# Change Log
|
|
98
|
+
|
|
99
|
+
All notable changes to this project will be documented in this file. See
|
|
100
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
101
|
+
|
|
102
|
+
# [9.6.0](https://github.com/leancodepl/js_corelibrary/compare/v9.5.3...v9.6.0) (2025-09-05)
|
|
103
|
+
|
|
104
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
105
|
+
|
|
106
|
+
# Change Log
|
|
107
|
+
|
|
108
|
+
All notable changes to this project will be documented in this file. See
|
|
109
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
110
|
+
|
|
111
|
+
## [9.5.3](https://github.com/leancodepl/js_corelibrary/compare/v9.5.2...v9.5.3) (2025-08-26)
|
|
112
|
+
|
|
113
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
114
|
+
|
|
115
|
+
# Change Log
|
|
116
|
+
|
|
117
|
+
All notable changes to this project will be documented in this file. See
|
|
118
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
119
|
+
|
|
120
|
+
## [9.5.2](https://github.com/leancodepl/js_corelibrary/compare/v9.5.1...v9.5.2) (2025-08-13)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
123
|
+
|
|
124
|
+
# Change Log
|
|
125
|
+
|
|
126
|
+
All notable changes to this project will be documented in this file. See
|
|
127
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
128
|
+
|
|
129
|
+
## [9.5.1](https://github.com/leancodepl/js_corelibrary/compare/v9.5.0...v9.5.1) (2025-08-05)
|
|
130
|
+
|
|
131
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
132
|
+
|
|
133
|
+
# Change Log
|
|
134
|
+
|
|
135
|
+
All notable changes to this project will be documented in this file. See
|
|
136
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
137
|
+
|
|
138
|
+
# [9.5.0](https://github.com/leancodepl/js_corelibrary/compare/v9.4.0...v9.5.0) (2025-08-05)
|
|
139
|
+
|
|
140
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
141
|
+
|
|
142
|
+
# Change Log
|
|
143
|
+
|
|
144
|
+
All notable changes to this project will be documented in this file. See
|
|
145
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
146
|
+
|
|
147
|
+
# [9.4.0](https://github.com/leancodepl/js_corelibrary/compare/v9.3.0...v9.4.0) (2025-08-04)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
150
|
+
|
|
151
|
+
# Change Log
|
|
152
|
+
|
|
153
|
+
All notable changes to this project will be documented in this file. See
|
|
154
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
155
|
+
|
|
156
|
+
# [9.3.0](https://github.com/leancodepl/js_corelibrary/compare/v9.2.1...v9.3.0) (2025-07-31)
|
|
157
|
+
|
|
158
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
159
|
+
|
|
160
|
+
# Change Log
|
|
161
|
+
|
|
162
|
+
All notable changes to this project will be documented in this file. See
|
|
163
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
164
|
+
|
|
165
|
+
## [9.2.1](https://github.com/leancodepl/js_corelibrary/compare/v9.2.0...v9.2.1) (2025-07-30)
|
|
166
|
+
|
|
167
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
168
|
+
|
|
169
|
+
# Change Log
|
|
170
|
+
|
|
171
|
+
All notable changes to this project will be documented in this file. See
|
|
172
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
173
|
+
|
|
174
|
+
# [9.2.0](https://github.com/leancodepl/js_corelibrary/compare/v9.1.0...v9.2.0) (2025-07-24)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
177
|
+
|
|
178
|
+
# Change Log
|
|
179
|
+
|
|
180
|
+
All notable changes to this project will be documented in this file. See
|
|
181
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
182
|
+
|
|
183
|
+
# [9.1.0](https://github.com/leancodepl/js_corelibrary/compare/v9.0.0...v9.1.0) (2025-07-24)
|
|
184
|
+
|
|
185
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
186
|
+
|
|
187
|
+
# Change Log
|
|
188
|
+
|
|
189
|
+
All notable changes to this project will be documented in this file. See
|
|
190
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
191
|
+
|
|
192
|
+
# [9.0.0](https://github.com/leancodepl/js_corelibrary/compare/v8.6.0...v9.0.0) (2025-07-22)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
195
|
+
|
|
196
|
+
# Change Log
|
|
197
|
+
|
|
198
|
+
All notable changes to this project will be documented in this file. See
|
|
199
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
200
|
+
|
|
201
|
+
# [8.6.0](https://github.com/leancodepl/js_corelibrary/compare/v8.5.1...v8.6.0) (2025-07-16)
|
|
202
|
+
|
|
203
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
204
|
+
|
|
205
|
+
# Change Log
|
|
206
|
+
|
|
207
|
+
All notable changes to this project will be documented in this file. See
|
|
208
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
209
|
+
|
|
210
|
+
## [8.5.1](https://github.com/leancodepl/js_corelibrary/compare/v8.5.0...v8.5.1) (2025-07-14)
|
|
211
|
+
|
|
212
|
+
### Bug Fixes
|
|
213
|
+
|
|
214
|
+
- add actual content to published packages
|
|
215
|
+
([cb7dadb](https://github.com/leancodepl/js_corelibrary/commit/cb7dadbc1f2126370f63505f5b8dbac08dad69a3))
|
|
216
|
+
|
|
217
|
+
# Change Log
|
|
218
|
+
|
|
219
|
+
All notable changes to this project will be documented in this file. See
|
|
220
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
221
|
+
|
|
222
|
+
# [8.5.0](https://github.com/leancodepl/js_corelibrary/compare/v8.4.0...v8.5.0) (2025-07-11)
|
|
223
|
+
|
|
224
|
+
### Bug Fixes
|
|
225
|
+
|
|
226
|
+
- aborted error response type
|
|
227
|
+
([9111bcf](https://github.com/leancodepl/js_corelibrary/commit/9111bcf7a630b37566630c970946804a0594d8e6))
|
|
228
|
+
- enhance packages documentation
|
|
229
|
+
([ae960c4](https://github.com/leancodepl/js_corelibrary/commit/ae960c469b6231b04ca8b239dc268decbc9f0a18))
|
|
230
|
+
- linting ([b98e361](https://github.com/leancodepl/js_corelibrary/commit/b98e36197069158b434e6e027147ccaaaa4b3da5))
|
|
231
|
+
- linting ([edef3d0](https://github.com/leancodepl/js_corelibrary/commit/edef3d054bd5550bb04e448d8bde2fc3ca6dff69))
|
|
232
|
+
- package.json files
|
|
233
|
+
([d8ffdf0](https://github.com/leancodepl/js_corelibrary/commit/d8ffdf08fd8cf0e78975160adf95b5e28e45403f))
|
|
234
|
+
|
|
235
|
+
# Change Log
|
|
236
|
+
|
|
237
|
+
All notable changes to this project will be documented in this file. See
|
|
238
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
239
|
+
|
|
240
|
+
# [8.4.0](https://github.com/leancodepl/js_corelibrary/compare/v8.3.6...v8.4.0) (2025-06-20)
|
|
241
|
+
|
|
242
|
+
### Bug Fixes
|
|
243
|
+
|
|
244
|
+
- make infinite queries actually usable
|
|
245
|
+
([97871bb](https://github.com/leancodepl/js_corelibrary/commit/97871bbb650675fc08744f33164f6dd88aebca90))
|
|
246
|
+
- replace globs with regexes to align with perfectionist breaking changes
|
|
247
|
+
([d4562eb](https://github.com/leancodepl/js_corelibrary/commit/d4562eb6e3454dc51decd45d6958b6fe9ecd2889))
|
|
248
|
+
|
|
249
|
+
# Change Log
|
|
250
|
+
|
|
251
|
+
All notable changes to this project will be documented in this file. See
|
|
252
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
253
|
+
|
|
254
|
+
## [8.3.6](https://github.com/leancodepl/js_corelibrary/compare/v8.3.5...v8.3.6) (2025-02-14)
|
|
255
|
+
|
|
256
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
257
|
+
|
|
258
|
+
# Change Log
|
|
259
|
+
|
|
260
|
+
All notable changes to this project will be documented in this file. See
|
|
261
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
262
|
+
|
|
263
|
+
## [8.3.5](https://github.com/leancodepl/js_corelibrary/compare/v8.3.4...v8.3.5) (2025-01-30)
|
|
264
|
+
|
|
265
|
+
### Bug Fixes
|
|
266
|
+
|
|
267
|
+
- unify results and fix types
|
|
268
|
+
([8336cb4](https://github.com/leancodepl/js_corelibrary/commit/8336cb42529b0eeb975bccf48952fac33c07948f))
|
|
269
|
+
|
|
270
|
+
# Change Log
|
|
271
|
+
|
|
272
|
+
All notable changes to this project will be documented in this file. See
|
|
273
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
274
|
+
|
|
275
|
+
## [8.3.4](https://github.com/leancodepl/js_corelibrary/compare/v8.3.3...v8.3.4) (2025-01-20)
|
|
276
|
+
|
|
277
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
278
|
+
|
|
279
|
+
# Change Log
|
|
280
|
+
|
|
281
|
+
All notable changes to this project will be documented in this file. See
|
|
282
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
283
|
+
|
|
284
|
+
## [8.3.3](https://github.com/leancodepl/js_corelibrary/compare/v8.3.2...v8.3.3) (2025-01-17)
|
|
285
|
+
|
|
286
|
+
### Features
|
|
287
|
+
|
|
288
|
+
- allow overriding token header in all cqrs clients
|
|
289
|
+
([5a34507](https://github.com/leancodepl/js_corelibrary/commit/5a3450723543f23eee9e5c4c7884fe1adbfd293e))
|
|
290
|
+
|
|
291
|
+
# Change Log
|
|
292
|
+
|
|
293
|
+
All notable changes to this project will be documented in this file. See
|
|
294
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
295
|
+
|
|
296
|
+
## [8.3.2](https://github.com/leancodepl/js_corelibrary/compare/v8.3.1...v8.3.2) (2025-01-02)
|
|
297
|
+
|
|
298
|
+
### Features
|
|
299
|
+
|
|
300
|
+
- expose key in commands and operations
|
|
301
|
+
([93800a2](https://github.com/leancodepl/js_corelibrary/commit/93800a2f0db7f5ac466cb6395f018798e4353c33))
|
|
302
|
+
|
|
303
|
+
# Change Log
|
|
304
|
+
|
|
305
|
+
All notable changes to this project will be documented in this file. See
|
|
306
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
307
|
+
|
|
308
|
+
## [8.3.1](https://github.com/leancodepl/js_corelibrary/compare/v8.3.0...v8.3.1) (2024-12-06)
|
|
309
|
+
|
|
310
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
311
|
+
|
|
312
|
+
# Change Log
|
|
313
|
+
|
|
314
|
+
All notable changes to this project will be documented in this file. See
|
|
315
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
316
|
+
|
|
317
|
+
# [8.3.0](https://github.com/leancodepl/js_corelibrary/compare/v8.2.0...v8.3.0) (2024-12-06)
|
|
318
|
+
|
|
319
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
320
|
+
|
|
321
|
+
# Change Log
|
|
322
|
+
|
|
323
|
+
All notable changes to this project will be documented in this file. See
|
|
324
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
325
|
+
|
|
326
|
+
# [8.2.0](https://github.com/leancodepl/js_corelibrary/compare/v8.1.1...v8.2.0) (2024-11-05)
|
|
327
|
+
|
|
328
|
+
### Bug Fixes
|
|
329
|
+
|
|
330
|
+
- firing onError on failed commands
|
|
331
|
+
([2c1204a](https://github.com/leancodepl/js_corelibrary/commit/2c1204ab16557bdd18a92f657ad48bd30f5e7f7d))
|
|
332
|
+
|
|
333
|
+
# Change Log
|
|
334
|
+
|
|
335
|
+
All notable changes to this project will be documented in this file. See
|
|
336
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
337
|
+
|
|
338
|
+
## [8.1.1](https://github.com/leancodepl/js_corelibrary/compare/v8.1.0...v8.1.1) (2024-10-22)
|
|
339
|
+
|
|
340
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
341
|
+
|
|
342
|
+
# Change Log
|
|
343
|
+
|
|
344
|
+
All notable changes to this project will be documented in this file. See
|
|
345
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
346
|
+
|
|
347
|
+
# [8.1.0](https://github.com/leancodepl/js_corelibrary/compare/v8.0.0...v8.1.0) (2024-10-17)
|
|
348
|
+
|
|
349
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
350
|
+
|
|
351
|
+
# Change Log
|
|
352
|
+
|
|
353
|
+
All notable changes to this project will be documented in this file. See
|
|
354
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
355
|
+
|
|
356
|
+
# [8.0.0](https://github.com/leancodepl/js_corelibrary/compare/v7.8.2...v8.0.0) (2024-10-10)
|
|
357
|
+
|
|
358
|
+
### Bug Fixes
|
|
359
|
+
|
|
360
|
+
- apply linters config
|
|
361
|
+
([2314cff](https://github.com/leancodepl/js_corelibrary/commit/2314cff2d16611d06ebcf5287a166d29ab64c653))
|
|
362
|
+
|
|
363
|
+
### Features
|
|
364
|
+
|
|
365
|
+
- add optimistic updates to commands
|
|
366
|
+
([aa4b757](https://github.com/leancodepl/js_corelibrary/commit/aa4b757e17e0514504dcb4e63d610daf1e673c8f))
|
|
367
|
+
|
|
368
|
+
# Change Log
|
|
369
|
+
|
|
370
|
+
All notable changes to this project will be documented in this file. See
|
|
371
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
372
|
+
|
|
373
|
+
## [7.8.2](https://github.com/leancodepl/js_corelibrary/compare/v7.8.1...v7.8.2) (2024-09-19)
|
|
374
|
+
|
|
375
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
376
|
+
|
|
377
|
+
# Change Log
|
|
378
|
+
|
|
379
|
+
All notable changes to this project will be documented in this file. See
|
|
380
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
381
|
+
|
|
382
|
+
## [7.8.1](https://github.com/leancodepl/js_corelibrary/compare/v7.8.0...v7.8.1) (2024-08-28)
|
|
383
|
+
|
|
384
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
385
|
+
|
|
386
|
+
# Change Log
|
|
387
|
+
|
|
388
|
+
All notable changes to this project will be documented in this file. See
|
|
389
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
390
|
+
|
|
391
|
+
# [7.8.0](https://github.com/leancodepl/js_corelibrary/compare/v7.7.0...v7.8.0) (2024-08-23)
|
|
392
|
+
|
|
393
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
394
|
+
|
|
395
|
+
# Change Log
|
|
396
|
+
|
|
397
|
+
All notable changes to this project will be documented in this file. See
|
|
398
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
399
|
+
|
|
400
|
+
# [7.7.0](https://github.com/leancodepl/js_corelibrary/compare/v7.6.0...v7.7.0) (2024-07-30)
|
|
401
|
+
|
|
402
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
403
|
+
|
|
404
|
+
# Change Log
|
|
405
|
+
|
|
406
|
+
All notable changes to this project will be documented in this file. See
|
|
407
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
408
|
+
|
|
409
|
+
# [7.6.0](https://github.com/leancodepl/js_corelibrary/compare/v7.5.0...v7.6.0) (2024-07-24)
|
|
410
|
+
|
|
411
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
412
|
+
|
|
413
|
+
# Change Log
|
|
414
|
+
|
|
415
|
+
All notable changes to this project will be documented in this file. See
|
|
416
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
417
|
+
|
|
418
|
+
# [7.5.0](https://github.com/leancodepl/js_corelibrary/compare/v7.4.0...v7.5.0) (2024-07-15)
|
|
419
|
+
|
|
420
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
421
|
+
|
|
422
|
+
# Change Log
|
|
423
|
+
|
|
424
|
+
All notable changes to this project will be documented in this file. See
|
|
425
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
426
|
+
|
|
427
|
+
# [7.4.0](https://github.com/leancodepl/js_corelibrary/compare/v7.3.7...v7.4.0) (2024-05-16)
|
|
428
|
+
|
|
429
|
+
### Bug Fixes
|
|
430
|
+
|
|
431
|
+
- packages versions
|
|
432
|
+
([aa7b005](https://github.com/leancodepl/js_corelibrary/commit/aa7b0050f211207401c8345b58dd7c675145f7f2))
|
|
433
|
+
- packages versions
|
|
434
|
+
([739d722](https://github.com/leancodepl/js_corelibrary/commit/739d72211dff7c15b07e283b2f09a2470a8329c2))
|
|
435
|
+
|
|
436
|
+
# Change Log
|
|
437
|
+
|
|
438
|
+
All notable changes to this project will be documented in this file. See
|
|
439
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
440
|
+
|
|
441
|
+
## [7.3.7](https://github.com/leancodepl/js_corelibrary/compare/v7.3.6...v7.3.7) (2024-04-15)
|
|
442
|
+
|
|
443
|
+
### Features
|
|
444
|
+
|
|
445
|
+
- add setQueriesData to queries
|
|
446
|
+
([835dcac](https://github.com/leancodepl/js_corelibrary/commit/835dcac07659c3cb7bb3c509bcd6d354bad0f473))
|
|
447
|
+
|
|
448
|
+
# Change Log
|
|
449
|
+
|
|
450
|
+
All notable changes to this project will be documented in this file. See
|
|
451
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
452
|
+
|
|
453
|
+
## [7.3.6](https://github.com/leancodepl/js_corelibrary/compare/v7.3.5...v7.3.6) (2024-01-16)
|
|
454
|
+
|
|
455
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
456
|
+
|
|
457
|
+
# Change Log
|
|
458
|
+
|
|
459
|
+
All notable changes to this project will be documented in this file. See
|
|
460
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
461
|
+
|
|
462
|
+
## [7.3.5](https://github.com/leancodepl/js_corelibrary/compare/v7.3.4...v7.3.5) (2024-01-15)
|
|
463
|
+
|
|
464
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
465
|
+
|
|
466
|
+
# Change Log
|
|
467
|
+
|
|
468
|
+
All notable changes to this project will be documented in this file. See
|
|
469
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
470
|
+
|
|
471
|
+
## [7.3.4](https://github.com/leancodepl/js_corelibrary/compare/v7.3.3...v7.3.4) (2024-01-11)
|
|
472
|
+
|
|
473
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
474
|
+
|
|
475
|
+
# Change Log
|
|
476
|
+
|
|
477
|
+
All notable changes to this project will be documented in this file. See
|
|
478
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
479
|
+
|
|
480
|
+
## [7.3.3](https://github.com/leancodepl/js_corelibrary/compare/v7.3.2...v7.3.3) (2023-12-11)
|
|
481
|
+
|
|
482
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
483
|
+
|
|
484
|
+
# Change Log
|
|
485
|
+
|
|
486
|
+
All notable changes to this project will be documented in this file. See
|
|
487
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
488
|
+
|
|
489
|
+
## [7.3.2](https://github.com/leancodepl/js_corelibrary/compare/v7.3.1...v7.3.2) (2023-12-08)
|
|
490
|
+
|
|
491
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
492
|
+
|
|
493
|
+
# Change Log
|
|
494
|
+
|
|
495
|
+
All notable changes to this project will be documented in this file. See
|
|
496
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
497
|
+
|
|
498
|
+
## [7.3.1](https://github.com/leancodepl/js_corelibrary/compare/v7.3.0...v7.3.1) (2023-12-08)
|
|
499
|
+
|
|
500
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
501
|
+
|
|
502
|
+
# Change Log
|
|
503
|
+
|
|
504
|
+
All notable changes to this project will be documented in this file. See
|
|
505
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
506
|
+
|
|
507
|
+
# [7.3.0](https://github.com/leancodepl/js_corelibrary/compare/v7.2.4...v7.3.0) (2023-12-08)
|
|
508
|
+
|
|
509
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
510
|
+
|
|
511
|
+
# Change Log
|
|
512
|
+
|
|
513
|
+
All notable changes to this project will be documented in this file. See
|
|
514
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
515
|
+
|
|
516
|
+
## [7.2.4](https://github.com/leancodepl/js_corelibrary/compare/v7.2.3...v7.2.4) (2023-12-05)
|
|
517
|
+
|
|
518
|
+
### Bug Fixes
|
|
519
|
+
|
|
520
|
+
- generated package.json
|
|
521
|
+
([b7c95fd](https://github.com/leancodepl/js_corelibrary/commit/b7c95fd5719131629fa32722b49596d2c7314168))
|
|
522
|
+
|
|
523
|
+
# Change Log
|
|
524
|
+
|
|
525
|
+
All notable changes to this project will be documented in this file. See
|
|
526
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
527
|
+
|
|
528
|
+
## [7.2.3](https://github.com/leancodepl/js_corelibrary/compare/v7.2.2...v7.2.3) (2023-11-14)
|
|
529
|
+
|
|
530
|
+
### Features
|
|
531
|
+
|
|
532
|
+
- allow to change withCredentials option in react-query client
|
|
533
|
+
([f09b686](https://github.com/leancodepl/js_corelibrary/commit/f09b686e780ba314d2c1858b5252da8d30740624))
|
|
534
|
+
|
|
535
|
+
# Change Log
|
|
536
|
+
|
|
537
|
+
All notable changes to this project will be documented in this file. See
|
|
538
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
539
|
+
|
|
540
|
+
## [7.2.2](https://github.com/leancodepl/js_corelibrary/compare/v7.2.1...v7.2.2) (2023-11-13)
|
|
541
|
+
|
|
542
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
543
|
+
|
|
544
|
+
# Change Log
|
|
545
|
+
|
|
546
|
+
All notable changes to this project will be documented in this file. See
|
|
547
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
548
|
+
|
|
549
|
+
## [7.2.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.1) (2023-11-09)
|
|
550
|
+
|
|
551
|
+
### Features
|
|
552
|
+
|
|
553
|
+
- pass queryClient from props to hooks
|
|
554
|
+
([8a98f60](https://github.com/leancodepl/js_corelibrary/commit/8a98f60ed7ef1f01682cb09b52a13381fe350345))
|
|
555
|
+
- update react-query to v5
|
|
556
|
+
([6ab3dfc](https://github.com/leancodepl/js_corelibrary/commit/6ab3dfc40b29238f970f4c7da15465739e610b63))
|
|
557
|
+
|
|
558
|
+
# Change Log
|
|
559
|
+
|
|
560
|
+
All notable changes to this project will be documented in this file. See
|
|
561
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
562
|
+
|
|
563
|
+
# [7.2.0](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.0) (2023-11-09)
|
|
564
|
+
|
|
565
|
+
### Features
|
|
566
|
+
|
|
567
|
+
- pass queryClient from props to hooks
|
|
568
|
+
([8a98f60](https://github.com/leancodepl/js_corelibrary/commit/8a98f60ed7ef1f01682cb09b52a13381fe350345))
|
|
569
|
+
- update react-query to v5
|
|
570
|
+
([6ab3dfc](https://github.com/leancodepl/js_corelibrary/commit/6ab3dfc40b29238f970f4c7da15465739e610b63))
|
|
571
|
+
|
|
572
|
+
# Change Log
|
|
573
|
+
|
|
574
|
+
All notable changes to this project will be documented in this file. See
|
|
575
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
576
|
+
|
|
577
|
+
## [7.1.7](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.7) (2023-09-28)
|
|
578
|
+
|
|
579
|
+
### Bug Fixes
|
|
580
|
+
|
|
581
|
+
- update nx to fix building packages
|
|
582
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
583
|
+
|
|
584
|
+
### Features
|
|
585
|
+
|
|
586
|
+
- add react-query-cqrs-client library
|
|
587
|
+
([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
|
|
588
|
+
|
|
589
|
+
# Change Log
|
|
590
|
+
|
|
591
|
+
All notable changes to this project will be documented in this file. See
|
|
592
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
593
|
+
|
|
594
|
+
## [7.1.6](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.6) (2023-09-27)
|
|
595
|
+
|
|
596
|
+
### Bug Fixes
|
|
597
|
+
|
|
598
|
+
- update nx to fix building packages
|
|
599
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
600
|
+
- update publish scripts
|
|
601
|
+
([9301c27](https://github.com/leancodepl/js_corelibrary/commit/9301c277f34230e63bd60735bfbc244825a74405))
|
|
602
|
+
|
|
603
|
+
### Features
|
|
604
|
+
|
|
605
|
+
- add react-query-cqrs-client library
|
|
606
|
+
([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
|
|
607
|
+
|
|
608
|
+
# Change Log
|
|
609
|
+
|
|
610
|
+
All notable changes to this project will be documented in this file. See
|
|
611
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
612
|
+
|
|
613
|
+
## [7.1.5](https://github.com/leancodepl/js_corelibrary/compare/v7.1.4...v7.1.5) (2023-09-27)
|
|
614
|
+
|
|
615
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
616
|
+
|
|
617
|
+
# Change Log
|
|
618
|
+
|
|
619
|
+
All notable changes to this project will be documented in this file. See
|
|
620
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
621
|
+
|
|
622
|
+
## [7.1.4](https://github.com/leancodepl/js_corelibrary/compare/v7.1.3...v7.1.4) (2023-09-27)
|
|
623
|
+
|
|
624
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
625
|
+
|
|
626
|
+
# Change Log
|
|
627
|
+
|
|
628
|
+
All notable changes to this project will be documented in this file. See
|
|
629
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
630
|
+
|
|
631
|
+
## [7.1.3](https://github.com/leancodepl/js_corelibrary/compare/v7.1.2...v7.1.3) (2023-09-27)
|
|
632
|
+
|
|
633
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
634
|
+
|
|
635
|
+
# Change Log
|
|
636
|
+
|
|
637
|
+
All notable changes to this project will be documented in this file. See
|
|
638
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
639
|
+
|
|
640
|
+
## [7.1.2](https://github.com/leancodepl/js_corelibrary/compare/v7.1.1...v7.1.2) (2023-09-27)
|
|
641
|
+
|
|
642
|
+
**Note:** Version bump only for package @leancodepl/react-query-cqrs-client
|
|
643
|
+
|
|
644
|
+
# Change Log
|
|
645
|
+
|
|
646
|
+
All notable changes to this project will be documented in this file. See
|
|
647
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
648
|
+
|
|
649
|
+
## [7.1.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.0...v7.1.1) (2023-09-27)
|
|
650
|
+
|
|
651
|
+
### Bug Fixes
|
|
652
|
+
|
|
653
|
+
- update publish scripts
|
|
654
|
+
([2093426](https://github.com/leancodepl/js_corelibrary/commit/20934263c8dcf540f522f4667dfc2e8e825ff159))
|
|
655
|
+
|
|
656
|
+
# Change Log
|
|
657
|
+
|
|
658
|
+
All notable changes to this project will be documented in this file. See
|
|
659
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
660
|
+
|
|
661
|
+
# [7.1.0](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.0) (2023-09-27)
|
|
662
|
+
|
|
663
|
+
### Bug Fixes
|
|
664
|
+
|
|
665
|
+
- update nx to fix building packages
|
|
666
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
667
|
+
|
|
668
|
+
### Features
|
|
669
|
+
|
|
670
|
+
- add react-query-cqrs-client library
|
|
671
|
+
([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
|