@trackunit/nx-utils 1.3.101 → 1.3.104

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 +23 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## 1.3.104 (2025-05-15)
2
+
3
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
4
+
5
+ ## 1.3.103 (2025-05-14)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **widget:** Added latest critical events list widget ([#18036](https://github.com/Trackunit/manager/pull/18036))
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - remove reference to missing file causing docusaurus build to fail ([d00722fc401](https://github.com/Trackunit/manager/commit/d00722fc401))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Fernando Cespedes Reyes
18
+ - Jacek Mańkowski @jmn-trackunit
19
+
20
+ ## 1.3.102 (2025-05-14)
21
+
22
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
23
+
1
24
  ## 1.3.101 (2025-05-14)
2
25
 
3
26
  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.104",
4
4
  "main": "src/index.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",