@trackunit/iris-app 1.10.27 → 1.11.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 +30 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 1.11.0 (2026-01-26)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add Vite build and serve executors to project.json ([4d89aa11b93](https://github.com/Trackunit/manager/commit/4d89aa11b93))
6
+ - integrate Vite support into Iris App SDK ([dce71027fbf](https://github.com/Trackunit/manager/commit/dce71027fbf))
7
+ - enhance iris-app-sdk-vite with new configurations and cleanup ([de5f148f316](https://github.com/Trackunit/manager/commit/de5f148f316))
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated iris-app-build-utilities to 1.12.0
12
+ - Updated iris-app-webpack-plugin to 1.11.0
13
+ - Updated iris-app-api to 1.14.0
14
+ - Updated react-test-setup to 1.8.0
15
+ - Updated shared-utils to 1.13.0
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Mikkel Thorbjørn Andersen
20
+
21
+ ## 1.10.28 (2026-01-23)
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated iris-app-build-utilities to 1.11.24
26
+ - Updated iris-app-webpack-plugin to 1.10.28
27
+ - Updated iris-app-api to 1.13.26
28
+ - Updated react-test-setup to 1.7.26
29
+ - Updated shared-utils to 1.12.26
30
+
1
31
  ## 1.10.27 (2026-01-23)
2
32
 
3
33
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.10.27",
3
+ "version": "1.11.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -31,9 +31,9 @@
31
31
  "@npmcli/arborist": "^9.1.9",
32
32
  "webpack-bundle-analyzer": "^4.8.0",
33
33
  "win-ca": "^3.5.1",
34
- "@trackunit/shared-utils": "1.12.25",
35
- "@trackunit/iris-app-api": "1.13.25",
36
- "@trackunit/iris-app-webpack-plugin": "1.10.27",
34
+ "@trackunit/shared-utils": "1.13.0",
35
+ "@trackunit/iris-app-api": "1.14.0",
36
+ "@trackunit/iris-app-webpack-plugin": "1.11.0",
37
37
  "tslib": "^2.6.2",
38
38
  "@clack/prompts": "^1.0.0-alpha.6"
39
39
  },