@storm-software/terraform-tools 0.62.16 → 0.63.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 - Terraform Tools
4
4
 
5
+ ## [0.62.16](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.62.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.62.15](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.62.15) (2025-09-08)
6
18
 
7
19
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.62.16",
3
+ "version": "0.63.0",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -135,5 +135,5 @@
135
135
  "publishConfig": { "access": "public" },
136
136
  "executors": "./executors.json",
137
137
  "generators": "./generators.json",
138
- "gitHead": "33495f6446b9cce3f9874b76bc93cdc975e2d866"
138
+ "gitHead": "d3350e57030ab2882bb43180d63535b49e411f11"
139
139
  }