create-storm-workspace 1.6.16 → 1.6.18
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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.6.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.16...create-storm-workspace-v1.6.17) (2023-11-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Remove the extension update plugin from tsup config ([e003eb1](https://github.com/storm-software/storm-ops/commit/e003eb1a28042009cf478c5529b99941c7580d13))
|
|
7
|
+
|
|
8
|
+
## [1.6.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.15...create-storm-workspace-v1.6.16) (2023-11-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **workspace-tools:** Update the entry glob to start at sourceRoot ([92c5ac2](https://github.com/storm-software/storm-ops/commit/92c5ac25736c49c5522f2e251b06b5e1406fd688))
|
|
14
|
+
|
|
1
15
|
## [1.6.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.14...create-storm-workspace-v1.6.15) (2023-11-12)
|
|
2
16
|
|
|
3
17
|
|