@forge/cli-shared 3.25.1-next.4 → 3.25.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
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.25.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 23a32d6: Fix Docker error reporting when ngrok not configured
|
|
8
|
+
- 629f31a: Increase maximum app name length
|
|
9
|
+
- Updated dependencies [996dc06]
|
|
10
|
+
- Updated dependencies [fece970]
|
|
11
|
+
- Updated dependencies [7852a7b]
|
|
12
|
+
- Updated dependencies [9bf0ff6]
|
|
13
|
+
- @forge/manifest@6.3.0
|
|
14
|
+
|
|
3
15
|
## 3.25.1-next.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -37281,6 +37281,7 @@ export declare enum JiraSoftwareSimpleNavigationItemEnum {
|
|
|
37281
37281
|
JswReports = "JSW_REPORTS",
|
|
37282
37282
|
JswRequests = "JSW_REQUESTS",
|
|
37283
37283
|
JswSecurity = "JSW_SECURITY",
|
|
37284
|
+
JswShortcuts = "JSW_SHORTCUTS",
|
|
37284
37285
|
JswTimeline = "JSW_TIMELINE"
|
|
37285
37286
|
}
|
|
37286
37287
|
export declare type JiraSprint = Node & {
|