@storm-software/projen 0.21.101 → 0.21.103

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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.102](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.102) (03/04/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.46**
10
+ - Updated **config-tools** to **v1.189.13**
11
+ - Updated **config** to **v1.135.14**
12
+
13
+ ## [0.21.101](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.101) (03/04/2026)
14
+
15
+ ### Miscellaneous
16
+
17
+ - **monorepo:** Regenerate the workspace's `README.md` files ([bba44b811](https://github.com/storm-software/storm-ops/commit/bba44b811))
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **workspace-tools** to **v1.294.45**
22
+ - Updated **config-tools** to **v1.189.12**
23
+ - Updated **config** to **v1.135.13**
24
+
5
25
  ## [0.21.100](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.100) (03/02/2026)
6
26
 
7
27
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.101",
3
+ "version": "0.21.103",
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.5.1",
118
- "@storm-software/config": "1.135.12",
119
- "@storm-software/config-tools": "1.189.11",
120
- "@storm-software/workspace-tools": "1.294.44",
118
+ "@storm-software/config": "1.135.14",
119
+ "@storm-software/config-tools": "1.189.13",
120
+ "@storm-software/workspace-tools": "1.294.46",
121
121
  "projen": "^0.91.6",
122
122
  "tsup": "8.4.0",
123
123
  "untyped": "1.5.2"
@@ -135,12 +135,12 @@
135
135
  "devDependencies": {
136
136
  "@nx/devkit": "^22.5.1",
137
137
  "@types/node": "^25.3.0",
138
- "nx": "^22.5.1",
138
+ "nx": "22.5.1",
139
139
  "tsup": "8.4.0",
140
140
  "untyped": "^2.0.0"
141
141
  },
142
142
  "publishConfig": { "access": "public" },
143
143
  "executors": "./executors.json",
144
144
  "generators": "./generators.json",
145
- "gitHead": "f154a8058c15526cb0a89bd0007a5d607eac1336"
145
+ "gitHead": "c9ce65613cbc87d3299de84eb37a22f34a61c973"
146
146
  }