@storm-software/git-tools 1.28.1 → 1.28.3

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 +86 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,89 @@
1
+ ## 1.28.3 (2024-01-21)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **git-tools:** Update release process to use built-in Nx functionality ([f592bd33](https://github.com/storm-software/storm-ops/commit/f592bd33))
7
+
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
12
+
13
+ - **git-tools:** Add git format specification ([c5297382](https://github.com/storm-software/storm-ops/commit/c5297382))
14
+
15
+ - **git-tools:** Changing format of the generated git tag ([55a19275](https://github.com/storm-software/storm-ops/commit/55a19275))
16
+
17
+ - **git-tools:** Apply tag format through command line args ([b7d9294a](https://github.com/storm-software/storm-ops/commit/b7d9294a))
18
+
19
+ - **git-tools:** Added missing git tags ([190d43f0](https://github.com/storm-software/storm-ops/commit/190d43f0))
20
+
21
+ - **git-tools:** Update the order of commits ([b017bf1d](https://github.com/storm-software/storm-ops/commit/b017bf1d))
22
+
23
+ - **git-tools:** Modified release to not commit on version processing ([4768a1ae](https://github.com/storm-software/storm-ops/commit/4768a1ae))
24
+
25
+ - **workspace-tools:** Added logging to the release process ([2f905859](https://github.com/storm-software/storm-ops/commit/2f905859))
26
+
27
+ - **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
28
+
29
+ - **git-tools:** Update release logging level ([ea0f7e35](https://github.com/storm-software/storm-ops/commit/ea0f7e35))
30
+
31
+ - **git-tools:** Update the remote name to point to origin ([ae84b6d5](https://github.com/storm-software/storm-ops/commit/ae84b6d5))
32
+
33
+ - **git-tools:** Update tag to be false in release config ([e41d1327](https://github.com/storm-software/storm-ops/commit/e41d1327))
34
+
35
+ - **git-tools:** Resolved issue with modules imports ([4aa7abed](https://github.com/storm-software/storm-ops/commit/4aa7abed))
36
+
37
+ - **git-tools:** Update release to use Nx config relationship settings ([9f0a7519](https://github.com/storm-software/storm-ops/commit/9f0a7519))
38
+
39
+
40
+ ### ❤️ Thank You
41
+
42
+ - Patrick Sullivan
43
+
44
+ ## 1.28.2 (2024-01-21)
45
+
46
+
47
+ ### 🚀 Features
48
+
49
+ - **git-tools:** Update release process to use built-in Nx functionality ([f592bd33](https://github.com/storm-software/storm-ops/commit/f592bd33))
50
+
51
+
52
+ ### 🩹 Fixes
53
+
54
+ - **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
55
+
56
+ - **git-tools:** Add git format specification ([c5297382](https://github.com/storm-software/storm-ops/commit/c5297382))
57
+
58
+ - **git-tools:** Changing format of the generated git tag ([55a19275](https://github.com/storm-software/storm-ops/commit/55a19275))
59
+
60
+ - **git-tools:** Apply tag format through command line args ([b7d9294a](https://github.com/storm-software/storm-ops/commit/b7d9294a))
61
+
62
+ - **git-tools:** Added missing git tags ([190d43f0](https://github.com/storm-software/storm-ops/commit/190d43f0))
63
+
64
+ - **git-tools:** Update the order of commits ([b017bf1d](https://github.com/storm-software/storm-ops/commit/b017bf1d))
65
+
66
+ - **git-tools:** Modified release to not commit on version processing ([4768a1ae](https://github.com/storm-software/storm-ops/commit/4768a1ae))
67
+
68
+ - **workspace-tools:** Added logging to the release process ([2f905859](https://github.com/storm-software/storm-ops/commit/2f905859))
69
+
70
+ - **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
71
+
72
+ - **git-tools:** Update release logging level ([ea0f7e35](https://github.com/storm-software/storm-ops/commit/ea0f7e35))
73
+
74
+ - **git-tools:** Update the remote name to point to origin ([ae84b6d5](https://github.com/storm-software/storm-ops/commit/ae84b6d5))
75
+
76
+ - **git-tools:** Update tag to be false in release config ([e41d1327](https://github.com/storm-software/storm-ops/commit/e41d1327))
77
+
78
+ - **git-tools:** Resolved issue with modules imports ([4aa7abed](https://github.com/storm-software/storm-ops/commit/4aa7abed))
79
+
80
+ - **git-tools:** Update release to use Nx config relationship settings ([9f0a7519](https://github.com/storm-software/storm-ops/commit/9f0a7519))
81
+
82
+
83
+ ### ❤️ Thank You
84
+
85
+ - Patrick Sullivan
86
+
1
87
  ## 1.28.1 (2024-01-21)
2
88
 
3
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "1.28.1",
3
+ "version": "1.28.3",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various git tools used in Storm workspaces.",
6
6
  "keywords": [