@storm-software/workspace-tools 1.201.2 → 1.201.3

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 1.201.3 (2024-12-18)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **workspace-tools:** Resolve issues with old `babel` plugin type definitions
6
+ ([bc244027](https://github.com/storm-software/storm-ops/commit/bc244027))
7
+ - **storm-ops:** Resolved issue with ESM resolve error during postinstall script
8
+ execution
9
+ ([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
10
+
11
+ ### Continuous Integration
12
+
13
+ - **storm-ops:** Update scripts to use `pnpm exec` instead of `pnpx` command
14
+ ([3cb7b29e](https://github.com/storm-software/storm-ops/commit/3cb7b29e))
15
+
16
+ ### Dependency Upgrades
17
+
18
+ - **storm-ops:** Upgrade Nx package to v20.2.2
19
+ ([d793912d](https://github.com/storm-software/storm-ops/commit/d793912d))
20
+
1
21
  ## 1.201.2 (2024-12-01)
2
22
 
3
23
  ### Bug Fixes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.201.2",
3
+ "version": "1.201.3",
4
4
  "type": "commonjs",
5
- "description": " A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
5
+ "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
6
6
  "repository": {
7
7
  "type": "github",
8
8
  "url": "https://github.com/storm-software/storm-ops",