@storm-software/projen 0.21.69 → 0.21.71

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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.70](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.70) (12/17/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.14**
10
+
11
+ ## [0.21.69](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.69) (12/17/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **workspace-tools** to **v1.294.13**
16
+ - Updated **config-tools** to **v1.188.69**
17
+ - Updated **config** to **v1.134.69**
18
+
5
19
  ## [0.21.68](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.68) (12/16/2025)
6
20
 
7
21
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.69",
3
+ "version": "0.21.71",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -115,9 +115,9 @@
115
115
  ],
116
116
  "peerDependencies": {
117
117
  "@nx/devkit": "^22.2.3",
118
- "@storm-software/config": "1.134.68",
119
- "@storm-software/config-tools": "1.188.68",
120
- "@storm-software/workspace-tools": "1.294.12",
118
+ "@storm-software/config": "1.134.69",
119
+ "@storm-software/config-tools": "1.188.69",
120
+ "@storm-software/workspace-tools": "1.294.14",
121
121
  "projen": "^0.91.6",
122
122
  "tsup": "8.4.0",
123
123
  "untyped": "1.5.2"
@@ -142,5 +142,5 @@
142
142
  "publishConfig": { "access": "public" },
143
143
  "executors": "./executors.json",
144
144
  "generators": "./generators.json",
145
- "gitHead": "d8aee7840461402f9b37d069474ccd3ea5fda31d"
145
+ "gitHead": "60e42272b8da0b1b1cdf5c6660389215a54a07bd"
146
146
  }