@trackunit/nx-utils 1.2.0 → 1.3.2

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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 1.3.2 (2025-02-21)
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.1 (2025-02-19)
6
+
7
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
8
+
9
+ ## 1.3.0 (2025-02-19)
10
+
11
+ ### 🚀 Features
12
+
13
+ - add components lib ([f547306f8be](https://github.com/Trackunit/manager/commit/f547306f8be))
14
+ - **accounts:** move Administration Accounts to an Iris App ([a428f0319e1](https://github.com/Trackunit/manager/commit/a428f0319e1))
15
+
16
+ ### ❤️ Thank You
17
+
18
+ - John Acosta
19
+ - Simon Laustsen
20
+
1
21
  ## 1.2.0 (2025-02-19)
2
22
 
3
23
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/nx-utils",
3
- "version": "1.2.0",
3
+ "version": "1.3.2",
4
4
  "main": "src/index.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",