@trackunit/iris-app-sdk-vite 0.1.19 → 0.1.20

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 +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 0.1.20 (2026-04-01)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - address CI failures in test, lint, and sub-package versions ([b0368ec406b](https://github.com/Trackunit/manager/commit/b0368ec406b))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated iris-app-build-utilities to 1.13.20
10
+ - Updated iris-app-api to 1.15.18
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Christian Flinker Sandbeck
15
+
1
16
  ## 0.1.19 (2026-03-30)
2
17
 
3
18
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-sdk-vite",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "executors": "./executors.json",
@@ -10,8 +10,8 @@
10
10
  "dependencies": {
11
11
  "rxjs": "7.8.1",
12
12
  "win-ca": "^3.5.1",
13
- "@trackunit/iris-app-build-utilities": "1.13.19",
14
- "@trackunit/iris-app-api": "1.15.17",
13
+ "@trackunit/iris-app-build-utilities": "1.13.20",
14
+ "@trackunit/iris-app-api": "1.15.18",
15
15
  "tslib": "^2.6.2",
16
16
  "vite": "7.3.1",
17
17
  "@module-federation/vite": "1.11.0",