create-storm-workspace 1.7.4 → 1.7.6
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.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.4...create-storm-workspace-v1.7.5) (2023-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Ensure the type field is applied to package.jcon ([2e93db7](https://github.com/storm-software/storm-ops/commit/2e93db7798999f76a4a0e03c9ac9525d4d6eec61))
|
|
7
|
+
* **workspace-tools:** Update path to typescript source files in package output ([41bf658](https://github.com/storm-software/storm-ops/commit/41bf658b403b36a01590d0e5eb0d8343ab20c435))
|
|
8
|
+
|
|
9
|
+
## [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)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **workspace-tools:** Update prettier to use normal runtime instead of standalone ([5a7d631](https://github.com/storm-software/storm-ops/commit/5a7d631a5985e2596b4e712a33427e1aaa1fad25))
|
|
15
|
+
|
|
1
16
|
## [1.7.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.2...create-storm-workspace-v1.7.3) (2023-11-17)
|
|
2
17
|
|
|
3
18
|
|