@trackunit/nx-utils 1.3.166 → 1.4.1
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 +20 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 1.4.1 (2025-07-03)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated react-test-setup to 1.1.1
|
|
6
|
+
|
|
7
|
+
## 1.4.0 (2025-07-03)
|
|
8
|
+
|
|
9
|
+
### 🚀 Features
|
|
10
|
+
|
|
11
|
+
- generate boilerplate code for widget ([8869f018cc2](https://github.com/Trackunit/manager/commit/8869f018cc2))
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated react-test-setup to 1.1.0
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Simon Laustsen
|
|
20
|
+
|
|
1
21
|
## 1.3.166 (2025-07-02)
|
|
2
22
|
|
|
3
23
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/nx-utils",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
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.
|
|
13
|
+
"@trackunit/react-test-setup": "1.1.1"
|
|
14
14
|
},
|
|
15
15
|
"types": "./src/index.d.ts",
|
|
16
16
|
"type": "commonjs"
|