@trackunit/iris-app 1.3.181 → 1.4.0

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 +28 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## 1.4.0 (2025-07-03)
2
+
3
+ ### 🚀 Features
4
+
5
+ - generate boilerplate code for widget ([8869f018cc2](https://github.com/Trackunit/manager/commit/8869f018cc2))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated iris-app-build-utilities to 1.4.0
10
+ - Updated iris-app-webpack-plugin to 1.4.0
11
+ - Updated iris-app-api to 1.4.0
12
+ - Updated react-test-setup to 1.1.0
13
+ - Updated shared-utils to 1.6.0
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Simon Laustsen
18
+
19
+ ## 1.3.182 (2025-07-02)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-build-utilities to 1.3.176
24
+ - Updated iris-app-webpack-plugin to 1.3.177
25
+ - Updated iris-app-api to 1.3.176
26
+ - Updated react-test-setup to 1.0.56
27
+ - Updated shared-utils to 1.5.166
28
+
1
29
  ## 1.3.181 (2025-07-01)
2
30
 
3
31
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.3.181",
3
+ "version": "1.4.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -32,12 +32,12 @@
32
32
  "@npmcli/arborist": "^7.3.1",
33
33
  "webpack-bundle-analyzer": "^4.8.0",
34
34
  "win-ca": "^3.5.1",
35
- "@trackunit/iris-app-build-utilities": "1.3.175",
36
- "@trackunit/shared-utils": "1.5.165",
37
- "@trackunit/iris-app-api": "1.3.175",
38
- "@trackunit/iris-app-webpack-plugin": "1.3.176",
35
+ "@trackunit/iris-app-build-utilities": "1.4.0",
36
+ "@trackunit/shared-utils": "1.6.0",
37
+ "@trackunit/iris-app-api": "1.4.0",
38
+ "@trackunit/iris-app-webpack-plugin": "1.4.0",
39
39
  "tslib": "^2.6.2",
40
- "@trackunit/react-test-setup": "1.0.55"
40
+ "@trackunit/react-test-setup": "1.1.0"
41
41
  },
42
42
  "types": "./src/index.d.ts",
43
43
  "type": "commonjs"