@storm-software/workspace-tools 1.122.0 → 1.123.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 +23 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## 1.123.0 (2024-07-22)
2
+
3
+
4
+ ### Features
5
+
6
+ - **workspace-tools:** Enable distributed task execution and remote caching ([307bc05a](https://github.com/storm-software/storm-ops/commit/307bc05a))
7
+
8
+ - **workspace-tools:** Improve the `nx.config` shared imports ([2b298691](https://github.com/storm-software/storm-ops/commit/2b298691))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ - **storm-ops:** Resolved issue with cross-project typings ([aed5a357](https://github.com/storm-software/storm-ops/commit/aed5a357))
14
+
15
+ - **workspace-tools:** Improve the inputs used for `build` and `release` tasks ([9887f360](https://github.com/storm-software/storm-ops/commit/9887f360))
16
+
17
+ - **workspace-tools:** Resolve issues with `namedInputs` in base Nx configuration ([879fc147](https://github.com/storm-software/storm-ops/commit/879fc147))
18
+
19
+
20
+ ### Continuous Integration
21
+
22
+ - **storm-ops:** Resolve permissions issue in CI action ([2dd8c79e](https://github.com/storm-software/storm-ops/commit/2dd8c79e))
23
+
1
24
  ## 1.122.0 (2024-07-19)
2
25
 
3
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.122.0",
3
+ "version": "1.123.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {