@servicetitan/docs-uikit 22.17.0 → 22.18.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/docs/startup.mdx +15 -0
- package/package.json +2 -2
package/docs/startup.mdx
CHANGED
|
@@ -6,7 +6,22 @@ import Admonition from '@theme/Admonition';
|
|
|
6
6
|
import { VersionHistory, Changes } from '@site/src/components/version-history';
|
|
7
7
|
|
|
8
8
|
<VersionHistory>
|
|
9
|
+
<Changes forVersion="22.18.0">
|
|
10
|
+
Fixed issue where <code>startup init</code> failed to create new project
|
|
11
|
+
</Changes>
|
|
12
|
+
<Changes forVersion="22.17.0">
|
|
13
|
+
Fixed issue where <code>startup</code> exits with success code when command fails
|
|
14
|
+
</Changes>
|
|
15
|
+
<Changes forVersion="v22.16.0">
|
|
16
|
+
<Admonition type="warning" title="Deprecated">
|
|
17
|
+
This version contains a critical bug that was introduced in v22.15.0 and fixed in v22.17.0. Update to v22.17.0 or later as soon an possible.
|
|
18
|
+
</Admonition>
|
|
19
|
+
Added @servicetitan/testing-library to the <code>startup init</code> template
|
|
20
|
+
</Changes>
|
|
9
21
|
<Changes forVersion="v22.15.0">
|
|
22
|
+
<Admonition type="warning" title="Deprecated">
|
|
23
|
+
This version contains a critical bug that was introduced in v22.15.0 and fixed in v22.17.0. Update to v22.17.0 or later as soon an possible.
|
|
24
|
+
</Admonition>
|
|
10
25
|
Runs all commands with 8GB of memory by default.
|
|
11
26
|
</Changes>
|
|
12
27
|
<Changes forVersion="v22.11.0">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/docs-uikit",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.18.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"cli": {
|
|
17
17
|
"webpack": false
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "63029612ffbf70d380cc330f5042738db1c5ce5b"
|
|
20
20
|
}
|