@storm-software/workspace-tools 1.164.1 → 1.165.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.
- package/CHANGELOG.md +20 -0
- package/README.md +1 -1
- package/config/nx-cloud.json +1 -1
- package/config/nx-default.json +1 -1
- package/config/nx.json +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/plugins/rust/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 1.165.0 (2024-08-29)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** The `docs` task no longer depends on `build` to run
|
|
6
|
+
([9b299fad](https://github.com/storm-software/storm-ops/commit/9b299fad))
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **workspace-tools:** Ensure the `preVersionCommand` property is correct
|
|
11
|
+
([9d089852](https://github.com/storm-software/storm-ops/commit/9d089852))
|
|
12
|
+
|
|
13
|
+
## 1.164.2 (2024-08-29)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **workspace-tools:** Resolved issue with multi-layer extends in Nx
|
|
18
|
+
configurations
|
|
19
|
+
([9cb9d2ff](https://github.com/storm-software/storm-ops/commit/9cb9d2ff))
|
|
20
|
+
|
|
1
21
|
## 1.164.1 (2024-08-29)
|
|
2
22
|
|
|
3
23
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/config/nx-cloud.json
CHANGED
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
}
|
|
530
530
|
},
|
|
531
531
|
"version": {
|
|
532
|
-
"preVersionCommand": "pnpm build
|
|
532
|
+
"preVersionCommand": "pnpm nx affected -t build --parallel=3 --configuration=production",
|
|
533
533
|
"generator": "@storm-software/workspace-tools:release-version",
|
|
534
534
|
"generatorOptions": {
|
|
535
535
|
"currentVersionResolver": "git-tag",
|
package/config/nx-default.json
CHANGED
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
}
|
|
556
556
|
},
|
|
557
557
|
"version": {
|
|
558
|
-
"preVersionCommand": "pnpm build
|
|
558
|
+
"preVersionCommand": "pnpm nx affected -t build --parallel=3 --configuration=production",
|
|
559
559
|
"generator": "@storm-software/workspace-tools:release-version",
|
|
560
560
|
"generatorOptions": {
|
|
561
561
|
"currentVersionResolver": "git-tag",
|
package/config/nx.json
CHANGED
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
}
|
|
556
556
|
},
|
|
557
557
|
"version": {
|
|
558
|
-
"preVersionCommand": "pnpm build
|
|
558
|
+
"preVersionCommand": "pnpm nx affected -t build --parallel=3 --configuration=production",
|
|
559
559
|
"generator": "@storm-software/workspace-tools:release-version",
|
|
560
560
|
"generatorOptions": {
|
|
561
561
|
"currentVersionResolver": "git-tag",
|