@storm-software/workspace-tools 1.63.6 → 1.64.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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## 1.64.0 (2024-03-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🚀 Features
|
|
5
|
+
|
|
6
|
+
- **build-tools:** Split out Build CLI and supporting code to separate package ([9376ed39](https://github.com/storm-software/storm-ops/commit/9376ed39))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
|
|
11
|
+
- **workspace-tools:** Resolve issue with biome linting errors ([1e6d03df](https://github.com/storm-software/storm-ops/commit/1e6d03df))
|
|
12
|
+
|
|
13
|
+
- **workspace-tools:** Update `release-version` generator to get initial version from disk ([759f9ccc](https://github.com/storm-software/storm-ops/commit/759f9ccc))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### ❤️ Thank You
|
|
17
|
+
|
|
18
|
+
- Patrick Sullivan
|
|
19
|
+
|
|
1
20
|
## 1.63.6 (2024-03-05)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED