create-storm-workspace 1.7.5 → 1.7.7
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.7.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.5...create-storm-workspace-v1.7.6) (2023-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Update tsup build executor to resolve error thrown during heading printing ([4c41547](https://github.com/storm-software/storm-ops/commit/4c4154749c7f1abbb9a129d809c2e4f4dfe88b21))
|
|
7
|
+
|
|
8
|
+
## [1.7.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.4...create-storm-workspace-v1.7.5) (2023-11-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **workspace-tools:** Ensure the type field is applied to package.jcon ([2e93db7](https://github.com/storm-software/storm-ops/commit/2e93db7798999f76a4a0e03c9ac9525d4d6eec61))
|
|
14
|
+
* **workspace-tools:** Update path to typescript source files in package output ([41bf658](https://github.com/storm-software/storm-ops/commit/41bf658b403b36a01590d0e5eb0d8343ab20c435))
|
|
15
|
+
|
|
1
16
|
## [1.7.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.3...create-storm-workspace-v1.7.4) (2023-11-17)
|
|
2
17
|
|
|
3
18
|
|