@storm-software/workspace-tools 1.60.11 → 1.60.13
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 +24 -0
- package/config/nx.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 1.60.13 (2024-02-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Fixes for release publishing issues ([4fce701b](https://github.com/storm-software/storm-ops/commit/4fce701b))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
13
|
+
## 1.60.12 (2024-02-22)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- **storm-ops:** Update workspace and remove unused packages ([3f61e534](https://github.com/storm-software/storm-ops/commit/3f61e534))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Patrick Sullivan
|
|
24
|
+
|
|
1
25
|
## 1.60.11 (2024-02-22)
|
|
2
26
|
|
|
3
27
|
|
package/config/nx.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
|
|
6
6
|
"keywords": [
|
|
@@ -63,4 +63,4 @@
|
|
|
63
63
|
},
|
|
64
64
|
"executors": "./executors.json",
|
|
65
65
|
"generators": "./generators.json"
|
|
66
|
-
}
|
|
66
|
+
}
|