create-storm-workspace 1.6.7 → 1.6.9
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.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.7...create-storm-workspace-v1.6.8) (2023-11-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Log copy package failures instead of throwing an error during tsup executor ([6f61a2a](https://github.com/storm-software/storm-ops/commit/6f61a2a92690fe94a4f8748011374e1eca534962))
|
|
7
|
+
|
|
8
|
+
## [1.6.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.6...create-storm-workspace-v1.6.7) (2023-11-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **workspace-tools:** Include @nx/esbuild and tsup dependencies in build bundle ([7acaf5e](https://github.com/storm-software/storm-ops/commit/7acaf5e138709ac0ded3bbcfda2de6f3dfe8cca8))
|
|
14
|
+
|
|
1
15
|
## [1.6.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.5...create-storm-workspace-v1.6.6) (2023-11-12)
|
|
2
16
|
|
|
3
17
|
|