@forge/cli-shared 3.25.0-next.6 → 3.25.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
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.25.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ba85e65: Add support for FedRAMP environments
|
|
8
|
+
- a7da8c4: Clean up FF "Forge CLI: Enable categorise templates by product"
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 7b8fa49: Bumping dependencies via Renovate:
|
|
13
|
+
|
|
14
|
+
- @graphql-codegen/typescript
|
|
15
|
+
- @graphql-codegen/typescript-operations
|
|
16
|
+
|
|
17
|
+
- a56b49d: Bumping dependencies via Renovate:
|
|
18
|
+
|
|
19
|
+
- tmp
|
|
20
|
+
|
|
21
|
+
- c9b4d9f: Bumping dependencies via Renovate:
|
|
22
|
+
|
|
23
|
+
- @graphql-tools/schema
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [d76d95c]
|
|
26
|
+
- Updated dependencies [9307e05]
|
|
27
|
+
- Updated dependencies [f9492fb]
|
|
28
|
+
- Updated dependencies [2f32562]
|
|
29
|
+
- Updated dependencies [afbb875]
|
|
30
|
+
- @forge/util@1.4.2
|
|
31
|
+
- @forge/manifest@6.2.0
|
|
32
|
+
|
|
3
33
|
## 3.25.0-next.6
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
|
@@ -34020,6 +34020,7 @@ export declare type JiraQueryVersionByIdArgs = {
|
|
|
34020
34020
|
export declare type JiraQueryVersionSearchArgs = {
|
|
34021
34021
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34022
34022
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
34023
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
34023
34024
|
filter?: InputMaybe<JiraVersionFilterInput>;
|
|
34024
34025
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34025
34026
|
last?: InputMaybe<Scalars['Int']['input']>;
|