@trackunit/nx-utils 1.0.49 → 1.0.54
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.
- package/CHANGELOG.md +29 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
## 1.0.54 (2025-02-18)
|
|
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.0.53 (2025-02-17)
|
|
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.0.52 (2025-02-17)
|
|
10
|
+
|
|
11
|
+
### 🩹 Fixes
|
|
12
|
+
|
|
13
|
+
- circle ci config ([c99709507d5](https://github.com/Trackunit/manager/commit/c99709507d5))
|
|
14
|
+
- circle ci config ([303fe57eb44](https://github.com/Trackunit/manager/commit/303fe57eb44))
|
|
15
|
+
- increase timeout ([b7e0355df9e](https://github.com/Trackunit/manager/commit/b7e0355df9e))
|
|
16
|
+
- linting and tests split ([2b0676e974e](https://github.com/Trackunit/manager/commit/2b0676e974e))
|
|
17
|
+
|
|
18
|
+
### ❤️ Thank You
|
|
19
|
+
|
|
20
|
+
- John Acosta
|
|
21
|
+
|
|
22
|
+
## 1.0.51 (2025-02-17)
|
|
23
|
+
|
|
24
|
+
This was a version bump only for nx-utils to align it with other projects, there were no code changes.
|
|
25
|
+
|
|
26
|
+
## 1.0.50 (2025-02-17)
|
|
27
|
+
|
|
28
|
+
This was a version bump only for nx-utils to align it with other projects, there were no code changes.
|
|
29
|
+
|
|
1
30
|
## 1.0.49 (2025-02-17)
|
|
2
31
|
|
|
3
32
|
This was a version bump only for nx-utils to align it with other projects, there were no code changes.
|