@trackunit/nx-utils 1.3.101 → 1.3.103

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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 1.3.103 (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
+ ### ❤️ Thank You
12
+
13
+ - Fernando Cespedes Reyes
14
+ - Jacek Mańkowski @jmn-trackunit
15
+
16
+ ## 1.3.102 (2025-05-14)
17
+
18
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
19
+
1
20
  ## 1.3.101 (2025-05-14)
2
21
 
3
22
  This was a version bump only for nx-utils to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/nx-utils",
3
- "version": "1.3.101",
3
+ "version": "1.3.103",
4
4
  "main": "src/index.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",