@trackunit/nx-utils 1.1.1 → 1.3.1

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 +34 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ ## 1.3.1 (2025-02-19)
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.0 (2025-02-19)
6
+
7
+ ### 🚀 Features
8
+
9
+ - add components lib ([f547306f8be](https://github.com/Trackunit/manager/commit/f547306f8be))
10
+ - **accounts:** move Administration Accounts to an Iris App ([a428f0319e1](https://github.com/Trackunit/manager/commit/a428f0319e1))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - John Acosta
15
+ - Simon Laustsen
16
+
17
+ ## 1.2.0 (2025-02-19)
18
+
19
+ ### 🚀 Features
20
+
21
+ - add subgraph to code owners file ([4ea0bf9af9a](https://github.com/Trackunit/manager/commit/4ea0bf9af9a))
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - Simon Laustsen
26
+
27
+ ## 1.1.3 (2025-02-18)
28
+
29
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
30
+
31
+ ## 1.1.2 (2025-02-18)
32
+
33
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
34
+
1
35
  ## 1.1.1 (2025-02-18)
2
36
 
3
37
  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.1.1",
3
+ "version": "1.3.1",
4
4
  "main": "src/index.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",