@storm-software/workspace-tools 1.167.1 → 1.168.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 +22 -0
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/rollup/executor.js +14137 -124110
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## 1.168.0 (2024-09-01)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **eslint:** Update ESLint line-breaking rules
|
|
6
|
+
([1d08c4e1](https://github.com/storm-software/storm-ops/commit/1d08c4e1))
|
|
7
|
+
|
|
8
|
+
- **workspace-tools:** Added the `rollup` executor
|
|
9
|
+
([efcbbc60](https://github.com/storm-software/storm-ops/commit/efcbbc60))
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- **workspace-tools:** Resolved various issues with `rollup` executor
|
|
14
|
+
([5b350c35](https://github.com/storm-software/storm-ops/commit/5b350c35))
|
|
15
|
+
|
|
16
|
+
- **workspace-tools:** Ensure the correct version of the rollup plugin is
|
|
17
|
+
installed
|
|
18
|
+
([7b344f6a](https://github.com/storm-software/storm-ops/commit/7b344f6a))
|
|
19
|
+
|
|
20
|
+
- **workspace-tools:** Resolve typing issue in option defaulting
|
|
21
|
+
([ec7152bf](https://github.com/storm-software/storm-ops/commit/ec7152bf))
|
|
22
|
+
|
|
1
23
|
## 1.167.1 (2024-09-01)
|
|
2
24
|
|
|
3
25
|
### Bug Fixes
|