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