@forge/cli-shared 6.5.2-next.1-experimental-19bd64d → 6.5.3-next.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 +8 -4
- package/out/graphql/graphql-types.d.ts +2530 -76
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +103 -26
- package/out/ui/text.d.ts +2 -131
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +7 -143
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 6.5.
|
|
3
|
+
## 6.5.3-next.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cda6bc5: Add new tunnel warning messages
|
|
8
|
+
- Updated dependencies [f93c4d3]
|
|
9
|
+
- @forge/manifest@8.4.2-next.0
|
|
6
10
|
|
|
7
|
-
|
|
11
|
+
## 6.5.2
|
|
8
12
|
|
|
9
13
|
### Patch Changes
|
|
10
14
|
|
|
11
15
|
- a808a56: Fix filtering of modules to display UI Kit 1 deprecation warning
|
|
12
16
|
- Updated dependencies [19c93e7]
|
|
13
17
|
- Updated dependencies [1815689]
|
|
14
|
-
- @forge/manifest@8.4.1
|
|
18
|
+
- @forge/manifest@8.4.1
|
|
15
19
|
|
|
16
20
|
## 6.5.2-next.1
|
|
17
21
|
|