@trackunit/iris-app-api 1.7.62 → 1.9.0
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 +24 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 1.9.0 (2025-11-14)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- enhance simple-widget with footer link and filter bar integration" ([#20545](https://github.com/Trackunit/manager/pull/20545), [#20502](https://github.com/Trackunit/manager/issues/20502))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Aleksandar Yanev Mihaylov
|
|
10
|
+
|
|
11
|
+
## 1.8.0 (2025-11-14)
|
|
12
|
+
|
|
13
|
+
### 🚀 Features
|
|
14
|
+
|
|
15
|
+
- enhance simple-widget with footer link and filter bar integration ([d59d7a4ce78](https://github.com/Trackunit/manager/commit/d59d7a4ce78))
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Mikkel Thorbjørn Andersen
|
|
20
|
+
|
|
21
|
+
## 1.7.63 (2025-11-13)
|
|
22
|
+
|
|
23
|
+
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|
|
24
|
+
|
|
1
25
|
## 1.7.62 (2025-11-12)
|
|
2
26
|
|
|
3
27
|
This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
|