@storm-software/projen 0.17.7 → 0.17.8

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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.17.7](https://github.com/storm-software/storm-ops/releases/tag/projen%400.17.7) (2025-08-27)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Upgrade Nx to v21.4.1
10
+ ([398bbbb03](https://github.com/storm-software/storm-ops/commit/398bbbb03))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([6a176b865](https://github.com/storm-software/storm-ops/commit/6a176b865))
13
+
5
14
  ## [0.17.6](https://github.com/storm-software/storm-ops/releases/tag/projen%400.17.6) (2025-08-11)
6
15
 
7
16
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.17.7",
3
+ "version": "0.17.8",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -142,5 +142,5 @@
142
142
  "publishConfig": { "access": "public" },
143
143
  "executors": "./executors.json",
144
144
  "generators": "./generators.json",
145
- "gitHead": "4ae47f6ad886922f9e56642be8f868fb02b75554"
145
+ "gitHead": "26e951f6cd4c632bf009694a9aabc8592f602c55"
146
146
  }