@storm-software/git-tools 1.29.5 → 1.29.6

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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.29.6 (2024-01-23)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **git-tools:** Update the lefthook configuration to correctly handle install ([e27fd423](https://github.com/storm-software/storm-ops/commit/e27fd423))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
1
13
 
2
14
 
3
15
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "1.29.5",
3
+ "version": "1.29.6",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various git tools used in Storm workspaces.",
6
6
  "keywords": [
@@ -26,7 +26,7 @@ pre-commit:
26
26
  install:
27
27
  files: "git diff --name-only HEAD @{push}"
28
28
  glob: "**/package.json"
29
- run: "pnpm install --frozen-lockfile --ignore-scripts && git update-index"
29
+ run: "pnpm install && git update-index"
30
30
  prepare:
31
31
  files: "git diff --name-only HEAD @{push}"
32
32
  glob: "**/{lefthook.yml,biome.json}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "1.29.5",
3
+ "version": "1.29.6",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various git tools used in Storm workspaces.",
6
6
  "keywords": [