@fat-zebra/sdk 1.5.12-beta.1 → 1.5.12-beta.2
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 +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## Change log
|
|
4
4
|
|
|
5
|
+
## [1.5.12] - 2025-10-14
|
|
6
|
+
## Updated
|
|
7
|
+
- Bump to react-dom and react 19 from react 18
|
|
8
|
+
- Bump husky from 8.0.3 to 9.1.7
|
|
9
|
+
- Bump jest-environment-jsdom from 29.6.1 to 30.2.0
|
|
10
|
+
- Bump nock from 12.0.3 to 13.5.6
|
|
11
|
+
- Bump brace-expansion from 1.1.11 to 1.1.12
|
|
12
|
+
- Bump @testing-library/user-event from 14.5.2 to 14.6.1
|
|
13
|
+
|
|
14
|
+
## Improved
|
|
15
|
+
- Replace webpack with esbuild
|
|
16
|
+
|
|
17
|
+
## [1.5.11] - 2025-09-25
|
|
18
|
+
## Updated
|
|
19
|
+
- Bump ts-loader from 9.4.4 to 9.5.4
|
|
20
|
+
## Improved
|
|
21
|
+
- added method decorator logging
|
|
22
|
+
|
|
5
23
|
## [1.5.10] - 2025-08-11
|
|
6
24
|
## Updated
|
|
7
25
|
- bumped jsdom from ^16.2.1 to jsdom 26.1.0
|