@trackunit/nx-utils 1.4.24 → 1.4.26

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 1.4.26 (2025-08-05)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated react-test-setup to 1.1.26
6
+
7
+ ## 1.4.25 (2025-08-05)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **circleci:** reintroduce --max-time 60 ([3d8f763694f](https://github.com/Trackunit/manager/commit/3d8f763694f))
12
+ - **circleci:** fix jq call ([c41bfdcd737](https://github.com/Trackunit/manager/commit/c41bfdcd737))
13
+ - **circleci:** use a token while requesting Github metadata to avoid hitting default rate limits ([0889aa1d161](https://github.com/Trackunit/manager/commit/0889aa1d161))
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated react-test-setup to 1.1.25
18
+
19
+ ### ❤️ Thank You
20
+
21
+ - Paweł Kozioł
22
+
1
23
  ## 1.4.24 (2025-08-04)
2
24
 
3
25
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/nx-utils",
3
- "version": "1.4.24",
3
+ "version": "1.4.26",
4
4
  "main": "src/index.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "@nx/plugin": "21.1.3",
12
12
  "tslib": "^2.6.2",
13
- "@trackunit/react-test-setup": "1.1.24"
13
+ "@trackunit/react-test-setup": "1.1.26"
14
14
  },
15
15
  "types": "./src/index.d.ts",
16
16
  "type": "commonjs"