@storm-software/config-tools 1.24.0 → 1.25.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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+
2
+
3
+ ## 1.24.1 (2024-02-05)
4
+
5
+
6
+ ### 🚀 Features
7
+
8
+ - **config-tools:** Added the `cacheDirectory` and `skipCache` options to the base Storm config ([e9931c58](https://github.com/storm-software/storm-ops/commit/e9931c58))
9
+
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - **config-tools:** Remove code to change the Nx cache directory based on Storm config ([8996f4c8](https://github.com/storm-software/storm-ops/commit/8996f4c8))
14
+
15
+
16
+ ### ❤️ Thank You
17
+
18
+ - Patrick Sullivan
19
+
1
20
  ## 1.24.0 (2024-02-05)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config-tools",
3
- "version": "1.24.0",
3
+ "version": "1.25.0",
4
4
  "private": false,
5
5
  "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
6
6
  "repository": {