@storm-software/workspace-tools 1.183.2 → 1.184.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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.184.0 (2024-09-15)
2
+
3
+ ### Features
4
+
5
+ - **build-tools:** Update unbuild optional parameters
6
+ ([af395c22](https://github.com/storm-software/storm-ops/commit/af395c22))
7
+
8
+ ### Bug Fixes
9
+
10
+ - **eslint:** Make the ESLint rules more lenient
11
+ ([e11897e7](https://github.com/storm-software/storm-ops/commit/e11897e7))
12
+
1
13
  ## 1.183.2 (2024-09-13)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.183.2",
3
+ "version": "1.184.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": {