@trackunit/create-iris-app-workspace 1.4.12 → 1.4.15
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 +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 1.4.15 (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
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Mads Mætzke Tandrup
|
|
10
|
+
|
|
11
|
+
## 1.4.14 (2025-07-17)
|
|
12
|
+
|
|
13
|
+
This was a version bump only for create-iris-app-workspace to align it with other projects, there were no code changes.
|
|
14
|
+
|
|
15
|
+
## 1.4.13 (2025-07-16)
|
|
16
|
+
|
|
17
|
+
This was a version bump only for create-iris-app-workspace to align it with other projects, there were no code changes.
|
|
18
|
+
|
|
1
19
|
## 1.4.12 (2025-07-16)
|
|
2
20
|
|
|
3
21
|
This was a version bump only for create-iris-app-workspace to align it with other projects, there were no code changes.
|