@forge/manifest 11.0.0-next.6 → 11.0.0-next.6-experimental-cd26ead
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 +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 11.0.0-next.6-experimental-cd26ead
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 260eb24: Adding support for new module fifoConsumer
|
|
8
|
+
- 8962080: Added routePrefix mandatory prop for confluence:fullPage
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- 9a6d346: Add standalone trigger scope validation API (only event name and scopes required)
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 3228cf0: fetch product event scope mapping file from shipyard through daily job
|
|
17
|
+
- f0a5a03: Update manifest definitions
|
|
18
|
+
- d00ef59: Update manifest definitions
|
|
19
|
+
- 78efec7: Update manifest definitions
|
|
20
|
+
|
|
3
21
|
## 11.0.0-next.6
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|