@storm-software/workspace-tools 1.201.0 → 1.201.1

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## 1.201.1 (2024-12-01)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **storm-ops:** Removed lint tasks from the autofix workflow action
6
+ ([ad21542d](https://github.com/storm-software/storm-ops/commit/ad21542d))
7
+
1
8
  ## 1.201.0 (2024-12-01)
2
9
 
3
10
  ### Features
package/README.md CHANGED
@@ -136,8 +136,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
136
136
  A package containing tools for managing a Storm workspace. It includes various
137
137
  [Nx](https://nx.dev) generators and executors for common development tasks.
138
138
 
139
- This library was generated with [Nx](https://nx.dev).
140
-
141
139
  ## Installing
142
140
 
143
141
  Using [pnpm](http://pnpm.io):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.201.0",
3
+ "version": "1.201.1",
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": {