@storm-software/workspace-tools 1.275.16 → 1.275.17

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,22 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.275.16](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.16) (2025-06-17)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ - **monorepo:** Update respository package dependencies
11
+ - **monorepo:** Regenerate README markdown files
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated prettier to 0.51.25
16
+ - Updated esbuild to 0.45.5
17
+ - Updated esbuild to 0.45.5
18
+ - Updated unbuild to 0.49.16
19
+ - Updated unbuild to 0.49.16
20
+
5
21
  ## [1.275.15](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.15) (2025-06-14)
6
22
 
7
23
  ### Miscellaneous
package/config/base.json CHANGED
@@ -417,6 +417,9 @@
417
417
  "version": {
418
418
  "groupPreVersionCommand": "pnpm build",
419
419
  "generator": "@storm-software/workspace-tools:release-version",
420
+ "currentVersionResolver": "git-tag",
421
+ "specifierSource": "conventional-commits",
422
+
420
423
  "generatorOptions": {
421
424
  "currentVersionResolver": "git-tag",
422
425
  "specifierSource": "conventional-commits"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.275.16",
3
+ "version": "1.275.17",
4
4
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
5
5
  "repository": {
6
6
  "type": "github",