@storm-software/terraform-tools 0.62.7 → 0.62.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 - Terraform Tools
4
4
 
5
+ ## [0.62.7](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.62.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.62.6](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.62.6) (2025-08-11)
6
15
 
7
16
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.62.7",
3
+ "version": "0.62.8",
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": "4ae47f6ad886922f9e56642be8f868fb02b75554"
138
+ "gitHead": "26e951f6cd4c632bf009694a9aabc8592f602c55"
139
139
  }