@storm-software/projen 0.17.16 → 0.18.0

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.17.16](https://github.com/storm-software/storm-ops/releases/tag/projen%400.17.16) (2025-09-13)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **monorepo:** Resolve issues with invalid workspace package
10
+ ([a5e95d09a](https://github.com/storm-software/storm-ops/commit/a5e95d09a))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([268809036](https://github.com/storm-software/storm-ops/commit/268809036))
16
+
5
17
  ## [0.17.15](https://github.com/storm-software/storm-ops/releases/tag/projen%400.17.15) (2025-09-08)
6
18
 
7
19
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.17.16",
3
+ "version": "0.18.0",
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": "33495f6446b9cce3f9874b76bc93cdc975e2d866"
145
+ "gitHead": "d3350e57030ab2882bb43180d63535b49e411f11"
146
146
  }