@forge/cli-shared 8.2.0-next.9 → 8.2.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 +72 -0
- package/out/graphql/graphql-types.d.ts +1095 -35
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +123 -25
- package/out/shared/environment.d.ts +1 -1
- package/out/shared/environment.d.ts.map +1 -1
- package/out/ui/text.d.ts +32 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +34 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,77 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0402460: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
8
|
+
- 8d843ca: update version bulk-upgrade list output
|
|
9
|
+
- cfde21e: Add CSP Urls for IC environment
|
|
10
|
+
- 4623865: Added set of show commands for containers
|
|
11
|
+
- d544fc6: separate 2 options license-modes and users-with-access
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- e118b07: Remove remnants of sandbox runtime
|
|
16
|
+
- a26c603: revert package upgrades
|
|
17
|
+
- 8e9a8b5: Got rid of FG
|
|
18
|
+
- 73f3108: Add tip about variables only changing after deployment
|
|
19
|
+
- Updated dependencies [7abca30]
|
|
20
|
+
- Updated dependencies [5144b15]
|
|
21
|
+
- Updated dependencies [5069c3c]
|
|
22
|
+
- Updated dependencies [8e9a8b5]
|
|
23
|
+
- Updated dependencies [5bfa872]
|
|
24
|
+
- Updated dependencies [13e5daa]
|
|
25
|
+
- Updated dependencies [e029de1]
|
|
26
|
+
- Updated dependencies [426dfe1]
|
|
27
|
+
- @forge/util@2.0.0
|
|
28
|
+
- @forge/manifest@10.2.0
|
|
29
|
+
|
|
30
|
+
## 8.2.0-next.16
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [5bfa872]
|
|
35
|
+
- @forge/manifest@10.2.0-next.5
|
|
36
|
+
|
|
37
|
+
## 8.2.0-next.15
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [5144b15]
|
|
42
|
+
- @forge/manifest@10.2.0-next.4
|
|
43
|
+
|
|
44
|
+
## 8.2.0-next.14
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- Updated dependencies [13e5daa]
|
|
49
|
+
- @forge/manifest@10.1.1-next.3
|
|
50
|
+
|
|
51
|
+
## 8.2.0-next.13
|
|
52
|
+
|
|
53
|
+
### Minor Changes
|
|
54
|
+
|
|
55
|
+
- 4623865: Added set of show commands for containers
|
|
56
|
+
|
|
57
|
+
## 8.2.0-next.12
|
|
58
|
+
|
|
59
|
+
### Minor Changes
|
|
60
|
+
|
|
61
|
+
- 8d843ca: update version bulk-upgrade list output
|
|
62
|
+
|
|
63
|
+
## 8.2.0-next.11
|
|
64
|
+
|
|
65
|
+
### Minor Changes
|
|
66
|
+
|
|
67
|
+
- 0402460: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
68
|
+
|
|
69
|
+
## 8.2.0-next.10
|
|
70
|
+
|
|
71
|
+
### Minor Changes
|
|
72
|
+
|
|
73
|
+
- cfde21e: Add CSP Urls for IC environment
|
|
74
|
+
|
|
3
75
|
## 8.2.0-next.9
|
|
4
76
|
|
|
5
77
|
### Minor Changes
|