create-storm-workspace 1.97.67 → 1.97.68

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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  # Changelog for Storm Ops - Create Storm Workspace
4
4
 
5
+ ## [1.97.67](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.67) (12/15/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Format repository source files
10
+ ([6415008e9](https://github.com/storm-software/storm-ops/commit/6415008e9))
11
+ - **monorepo:** Format workspace source files
12
+ ([b957f4850](https://github.com/storm-software/storm-ops/commit/b957f4850))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated **config-tools** to **v1.188.67**
17
+
5
18
  ## [1.97.66](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.66) (12/15/2025)
6
19
 
7
20
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-storm-workspace",
3
- "version": "1.97.67",
3
+ "version": "1.97.68",
4
4
  "type": "commonjs",
5
5
  "description": "⚡A CLI tool used to generate and fully configure a Storm Workspace repository.",
6
6
  "repository": {
@@ -44,5 +44,5 @@
44
44
  "nx": "^22.2.3"
45
45
  },
46
46
  "publishConfig": { "access": "public" },
47
- "gitHead": "58754a0336790191cb3c0ead5b28fef7db35fac3"
47
+ "gitHead": "31bafb4a3df535a83106fea15b3e0ed3a4bce93a"
48
48
  }