@trackunit/iris-app-build-utilities 1.3.107 → 1.3.110

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 +31 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## 1.3.110 (2025-05-15)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-api to 1.3.110
6
+
7
+ ## 1.3.109 (2025-05-14)
8
+
9
+ ### 🚀 Features
10
+
11
+ - **widget:** Added latest critical events list widget ([#18036](https://github.com/Trackunit/manager/pull/18036))
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - remove reference to missing file causing docusaurus build to fail ([d00722fc401](https://github.com/Trackunit/manager/commit/d00722fc401))
16
+
17
+ ### 🧱 Updated Dependencies
18
+
19
+ - Updated iris-app-api to 1.3.109
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Fernando Cespedes Reyes
24
+ - Jacek Mańkowski @jmn-trackunit
25
+
26
+ ## 1.3.108 (2025-05-14)
27
+
28
+ ### 🧱 Updated Dependencies
29
+
30
+ - Updated iris-app-api to 1.3.108
31
+
1
32
  ## 1.3.107 (2025-05-14)
2
33
 
3
34
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-build-utilities",
3
- "version": "1.3.107",
3
+ "version": "1.3.110",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -15,7 +15,7 @@
15
15
  "@tailwindcss/container-queries": "^0.1.1",
16
16
  "node-fetch": "2.6.8",
17
17
  "webpack-dev-server": "5.1.0",
18
- "@trackunit/iris-app-api": "1.3.107",
18
+ "@trackunit/iris-app-api": "1.3.110",
19
19
  "tslib": "^2.6.2"
20
20
  },
21
21
  "types": "./src/index.d.ts",