@trackunit/iris-app-sdk-vite 0.6.5 → 0.6.8

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 +33 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## 0.6.8 (2026-05-21)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.18.7
6
+ - Updated iris-app-api to 1.20.7
7
+ - Updated iris-app to 1.21.8
8
+
9
+ ## 0.6.7 (2026-05-19)
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - **iris-vite:** resolve built asset URLs from import.meta.url ([15569fa0034](https://github.com/Trackunit/manager/commit/15569fa0034))
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated iris-app-build-utilities to 1.18.6
18
+ - Updated iris-app-api to 1.20.6
19
+ - Updated iris-app to 1.21.7
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Cursor Agent @cursoragent
24
+ - Nick Lediet @nle-trackunit
25
+
26
+ ## 0.6.6 (2026-05-19)
27
+
28
+ ### 🧱 Updated Dependencies
29
+
30
+ - Updated iris-app-build-utilities to 1.18.5
31
+ - Updated iris-app-api to 1.20.5
32
+ - Updated iris-app to 1.21.6
33
+
1
34
  ## 0.6.5 (2026-05-19)
2
35
 
3
36
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-sdk-vite",
3
- "version": "0.6.5",
3
+ "version": "0.6.8",
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.18.4",
14
- "@trackunit/iris-app-api": "1.20.4",
13
+ "@trackunit/iris-app-build-utilities": "1.18.7",
14
+ "@trackunit/iris-app-api": "1.20.7",
15
15
  "tslib": "^2.6.2",
16
16
  "vite": "7.3.1",
17
17
  "@module-federation/vite": "1.11.0",
@@ -22,7 +22,7 @@
22
22
  "@tailwindcss/postcss": "^4.1.18",
23
23
  "@vitejs/plugin-react-swc": "^4.2.3",
24
24
  "@nx/devkit": "22.6.5",
25
- "@trackunit/iris-app": "1.21.5",
25
+ "@trackunit/iris-app": "1.21.8",
26
26
  "cross-keychain": "^1.1.0",
27
27
  "jwt-decode": "^3.1.2"
28
28
  },