@trackunit/iris-app-build-utilities 1.4.15 → 1.4.16
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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 1.4.16 (2025-07-17)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- Don't save last deployed SHA if dev wasn't deployed to ensure all builds are run ([d442f517988](https://github.com/Trackunit/manager/commit/d442f517988))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated iris-app-api to 1.4.16
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Mads Mætzke Tandrup
|
|
14
|
+
|
|
1
15
|
## 1.4.15 (2025-07-17)
|
|
2
16
|
|
|
3
17
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-build-utilities",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.16",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"engines": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"tailwindcss": "3.4.3",
|
|
15
15
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
16
16
|
"webpack-dev-server": "5.1.0",
|
|
17
|
-
"@trackunit/iris-app-api": "1.4.
|
|
17
|
+
"@trackunit/iris-app-api": "1.4.16",
|
|
18
18
|
"tslib": "^2.6.2"
|
|
19
19
|
},
|
|
20
20
|
"types": "./src/index.d.ts",
|