@trackunit/nx-utils 1.0.49 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,43 @@
1
+ ## 1.1.0 (2025-02-18)
2
+
3
+ ### 🚀 Features
4
+
5
+ - scaffold extension point ([6f925ee0854](https://github.com/Trackunit/manager/commit/6f925ee0854))
6
+ - scaffold iris app ([6f4c77bdc83](https://github.com/Trackunit/manager/commit/6f4c77bdc83))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Simon Laustsen
11
+
12
+ ## 1.0.54 (2025-02-18)
13
+
14
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
15
+
16
+ ## 1.0.53 (2025-02-17)
17
+
18
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
19
+
20
+ ## 1.0.52 (2025-02-17)
21
+
22
+ ### 🩹 Fixes
23
+
24
+ - circle ci config ([c99709507d5](https://github.com/Trackunit/manager/commit/c99709507d5))
25
+ - circle ci config ([303fe57eb44](https://github.com/Trackunit/manager/commit/303fe57eb44))
26
+ - increase timeout ([b7e0355df9e](https://github.com/Trackunit/manager/commit/b7e0355df9e))
27
+ - linting and tests split ([2b0676e974e](https://github.com/Trackunit/manager/commit/2b0676e974e))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - John Acosta
32
+
33
+ ## 1.0.51 (2025-02-17)
34
+
35
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
36
+
37
+ ## 1.0.50 (2025-02-17)
38
+
39
+ This was a version bump only for nx-utils to align it with other projects, there were no code changes.
40
+
1
41
  ## 1.0.49 (2025-02-17)
2
42
 
3
43
  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.0.49",
3
+ "version": "1.1.0",
4
4
  "main": "src/index.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",