@storm-software/workspace-tools 1.77.0 → 1.78.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 +14 -12
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,25 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.78.0 (2024-05-29)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **config:** Added the `cloudflareAccountId` configuration parameter ([db4cbd7d](https://github.com/storm-software/storm-ops/commit/db4cbd7d))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
2
8
|
|
|
9
|
+
- Patrick Sullivan
|
|
10
|
+
|
|
11
|
+
## 1.77.0 (2024-05-27)
|
|
3
12
|
|
|
4
13
|
### 🚀 Features
|
|
5
14
|
|
|
6
15
|
- **workspace-tools:** Added the `TypeScriptLibraryGenerator` executor types to exports ([3e9432b1](https://github.com/storm-software/storm-ops/commit/3e9432b1))
|
|
7
16
|
|
|
8
|
-
|
|
9
|
-
### ❤️ Thank You
|
|
17
|
+
### ❤️ Thank You
|
|
10
18
|
|
|
11
19
|
- Patrick Sullivan
|
|
12
20
|
|
|
13
21
|
## 1.76.3 (2024-05-27)
|
|
14
22
|
|
|
15
|
-
|
|
16
23
|
### 🩹 Fixes
|
|
17
24
|
|
|
18
25
|
- **deps:** update patch prod dependencies ([a8113435](https://github.com/storm-software/storm-ops/commit/a8113435))
|
|
@@ -27,34 +34,29 @@
|
|
|
27
34
|
|
|
28
35
|
- **deps:** update dependencies-non-major ([#159](https://github.com/storm-software/storm-ops/pull/159))
|
|
29
36
|
|
|
30
|
-
|
|
31
|
-
### ❤️ Thank You
|
|
37
|
+
### ❤️ Thank You
|
|
32
38
|
|
|
33
39
|
- Patrick Sullivan
|
|
34
40
|
|
|
35
41
|
## 1.76.2 (2024-05-07)
|
|
36
42
|
|
|
37
|
-
|
|
38
43
|
### 🩹 Fixes
|
|
39
44
|
|
|
40
45
|
- **config:** Mark the `accent` color as optional ([156921b6](https://github.com/storm-software/storm-ops/commit/156921b6))
|
|
41
46
|
|
|
42
47
|
- **workspace-tools:** Resolved issue with invalid result returned from versioning generator ([a489eac5](https://github.com/storm-software/storm-ops/commit/a489eac5))
|
|
43
48
|
|
|
44
|
-
|
|
45
|
-
### ❤️ Thank You
|
|
49
|
+
### ❤️ Thank You
|
|
46
50
|
|
|
47
51
|
- Patrick Sullivan
|
|
48
52
|
|
|
49
53
|
## 1.76.1 (2024-05-06)
|
|
50
54
|
|
|
51
|
-
|
|
52
55
|
### 🩹 Fixes
|
|
53
56
|
|
|
54
57
|
- **markdownlint:** Resolved issue with bad config in lint file ([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
|
|
55
58
|
|
|
56
|
-
|
|
57
|
-
### ❤️ Thank You
|
|
59
|
+
### ❤️ Thank You
|
|
58
60
|
|
|
59
61
|
- Patrick Sullivan
|
|
60
62
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/)
|
|
25
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT]
|
package/package.json
CHANGED