@storm-software/git-tools 2.7.1 → 2.7.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.
- package/CHANGELOG.md +28 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## 2.7.2 (2024-04-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **deps:** update patch prod dependencies ([3bce6c5e](https://github.com/storm-software/storm-ops/commit/3bce6c5e))
|
|
7
|
+
|
|
8
|
+
- **deps:** update dependency commander to v12 ([#63](https://github.com/storm-software/storm-ops/pull/63))
|
|
9
|
+
|
|
10
|
+
- **deps:** update dependencies-non-major ([#38](https://github.com/storm-software/storm-ops/pull/38))
|
|
11
|
+
|
|
12
|
+
- **deps:** update dependency @commitlint/types to v19 ([#72](https://github.com/storm-software/storm-ops/pull/72))
|
|
13
|
+
|
|
14
|
+
- **workspace-tools:** Resolved build issue with typings ([97ac0141](https://github.com/storm-software/storm-ops/commit/97ac0141))
|
|
15
|
+
|
|
16
|
+
- **build-tools:** Resolve issue with Nx API updates ([bff53cdc](https://github.com/storm-software/storm-ops/commit/bff53cdc))
|
|
17
|
+
|
|
18
|
+
- **git-tools:** Resolved issue with invalid release config ([382dc9bc](https://github.com/storm-software/storm-ops/commit/382dc9bc))
|
|
19
|
+
|
|
20
|
+
- **git-tools:** Update release tool to use local function to get configuration ([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
|
|
21
|
+
|
|
22
|
+
- **git-tools:** Resolve issue with dependencies ([b536fd82](https://github.com/storm-software/storm-ops/commit/b536fd82))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### ❤️ Thank You
|
|
26
|
+
|
|
27
|
+
- Patrick Sullivan
|
|
28
|
+
|
|
1
29
|
## 2.7.1 (2024-04-08)
|
|
2
30
|
|
|
3
31
|
### 🩹 Fixes
|