@storm-software/workspace-tools 1.70.0 → 1.70.1
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 +17 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,84 +1,80 @@
|
|
|
1
|
-
## 1.70.
|
|
1
|
+
## 1.70.1 (2024-04-09)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Cleaned up unbuild executor schema ([e539fed6](https://github.com/storm-software/storm-ops/commit/e539fed6))
|
|
2
6
|
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Patrick Sullivan
|
|
10
|
+
|
|
11
|
+
## 1.70.0 (2024-04-09)
|
|
3
12
|
|
|
4
13
|
### 🚀 Features
|
|
5
14
|
|
|
6
15
|
- **build-tools:** Added `unbuild` to the build tools ([b62cd15b](https://github.com/storm-software/storm-ops/commit/b62cd15b))
|
|
7
16
|
|
|
8
|
-
|
|
9
|
-
### ❤️ Thank You
|
|
17
|
+
### ❤️ Thank You
|
|
10
18
|
|
|
11
19
|
- Patrick Sullivan
|
|
12
20
|
|
|
13
21
|
## 1.69.0 (2024-04-09)
|
|
14
22
|
|
|
15
|
-
|
|
16
23
|
### 🚀 Features
|
|
17
24
|
|
|
18
25
|
- **cloudflare-tools:** Added the `cloudflare-publish` executor ([45701720](https://github.com/storm-software/storm-ops/commit/45701720))
|
|
19
26
|
|
|
20
|
-
|
|
21
|
-
### ❤️ Thank You
|
|
27
|
+
### ❤️ Thank You
|
|
22
28
|
|
|
23
29
|
- Patrick Sullivan
|
|
24
30
|
|
|
25
31
|
## 1.68.11 (2024-04-09)
|
|
26
32
|
|
|
27
|
-
|
|
28
33
|
### 🩹 Fixes
|
|
29
34
|
|
|
30
35
|
- **build-tools:** Resolved issue with empty plugin array ([03da3618](https://github.com/storm-software/storm-ops/commit/03da3618))
|
|
31
36
|
|
|
32
|
-
|
|
33
|
-
### ❤️ Thank You
|
|
37
|
+
### ❤️ Thank You
|
|
34
38
|
|
|
35
39
|
- Patrick Sullivan
|
|
36
40
|
|
|
37
41
|
## 1.68.10 (2024-04-08)
|
|
38
42
|
|
|
39
|
-
|
|
40
43
|
### 🩹 Fixes
|
|
41
44
|
|
|
42
45
|
- **build-tools:** Resolved issue with module types used in build ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
|
|
43
46
|
|
|
44
|
-
|
|
45
|
-
### ❤️ Thank You
|
|
47
|
+
### ❤️ Thank You
|
|
46
48
|
|
|
47
49
|
- Patrick Sullivan
|
|
48
50
|
|
|
49
51
|
## 1.68.9 (2024-04-08)
|
|
50
52
|
|
|
51
|
-
|
|
52
53
|
### 🩹 Fixes
|
|
53
54
|
|
|
54
55
|
- **cloudflare-tools:** Added plugin code for cloudflare packages ([84c95f19](https://github.com/storm-software/storm-ops/commit/84c95f19))
|
|
55
56
|
|
|
56
|
-
|
|
57
|
-
### ❤️ Thank You
|
|
57
|
+
### ❤️ Thank You
|
|
58
58
|
|
|
59
59
|
- Patrick Sullivan
|
|
60
60
|
|
|
61
61
|
## 1.68.8 (2024-04-08)
|
|
62
62
|
|
|
63
|
-
|
|
64
63
|
### 🩹 Fixes
|
|
65
64
|
|
|
66
65
|
- **workspace-tools:** Repush changes to workspace tools ([448d4438](https://github.com/storm-software/storm-ops/commit/448d4438))
|
|
67
66
|
|
|
68
|
-
|
|
69
|
-
### ❤️ Thank You
|
|
67
|
+
### ❤️ Thank You
|
|
70
68
|
|
|
71
69
|
- Patrick Sullivan
|
|
72
70
|
|
|
73
71
|
## 1.68.7 (2024-04-08)
|
|
74
72
|
|
|
75
|
-
|
|
76
73
|
### 🩹 Fixes
|
|
77
74
|
|
|
78
75
|
- **build-tools:** Resolved issue with duplicate require definition ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
|
|
79
76
|
|
|
80
|
-
|
|
81
|
-
### ❤️ Thank You
|
|
77
|
+
### ❤️ Thank You
|
|
82
78
|
|
|
83
79
|
- Patrick Sullivan
|
|
84
80
|
|
package/package.json
CHANGED