@storm-software/git-tools 1.35.2 → 1.36.1

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
@@ -2,6 +2,10 @@
2
2
 
3
3
 
4
4
 
5
+
6
+
7
+
8
+
5
9
  ## 1.35.0 (2024-02-07)
6
10
 
7
11
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "1.35.2",
3
+ "version": "1.36.1",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various git tools used in Storm workspaces.",
6
6
  "keywords": [
@@ -33,7 +33,7 @@ pre-commit:
33
33
  run: "npx storm-prepare"
34
34
  prebuild:
35
35
  glob: "**/*.*"
36
- run: "pnpm build"
36
+ run: "pnpm build:all"
37
37
  stage_fixed: true
38
38
  validate:
39
39
  glob: "**/*.*"
@@ -54,7 +54,7 @@ pre-commit:
54
54
  run: "npx biome format --write {staged_files} && git update-index"
55
55
  postbuild:
56
56
  glob: "**/*.*"
57
- run: "pnpm build"
57
+ run: "pnpm build:all"
58
58
  stage_fixed: true
59
59
 
60
60
  commit-msg:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "1.35.2",
3
+ "version": "1.36.1",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various git tools used in Storm workspaces.",
6
6
  "keywords": [