create-storm-workspace 1.5.21 → 1.5.23
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.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.5.22](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.21...create-storm-workspace-v1.5.22) (2023-11-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Move the nx.json default config to tasks-runners ([3103757](https://github.com/storm-software/storm-ops/commit/31037576dec87a7291bed5fb4f0626b83e351e1e))
|
|
7
|
+
* **workspace-tools:** Update cache directory in nx.json default ([67e04c6](https://github.com/storm-software/storm-ops/commit/67e04c6dbf7f78f0f713d34abae94a7f45ab7a79))
|
|
8
|
+
* **workspace-tools:** Update env file in preset generator ([c48acad](https://github.com/storm-software/storm-ops/commit/c48acad7b01ee56e7f9304f16b8b32aaa31be441))
|
|
9
|
+
|
|
10
|
+
## [1.5.21](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.20...create-storm-workspace-v1.5.21) (2023-11-10)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **workspace-tools:** Update node-library generator to add library to workspace tsconfig and package.json ([325cb72](https://github.com/storm-software/storm-ops/commit/325cb726e37a333bab12bbfbd95b16497dd2a940))
|
|
16
|
+
|
|
1
17
|
## [1.5.20](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.19...create-storm-workspace-v1.5.20) (2023-11-10)
|
|
2
18
|
|
|
3
19
|
|