@forge/bridge 5.13.0-next.2 → 5.13.0-next.2-experimental-e2ec7ba

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 5.13.0-next.2-experimental-e2ec7ba
4
+
5
+ ### Minor Changes
6
+
7
+ - 03b471a: added support for multiple file upload for requestRemote()
8
+
9
+ ### Patch Changes
10
+
11
+ - e55e75f: Remove error message from emitReadyEvent
12
+ - Updated dependencies [beddb18]
13
+ - Updated dependencies [561036a]
14
+ - Updated dependencies [b248c8f]
15
+ - @forge/manifest@12.1.1-next.1-experimental-e2ec7ba
16
+
3
17
  ## 5.13.0-next.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.13.0-next.2",
3
+ "version": "5.13.0-next.2-experimental-e2ec7ba",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -20,7 +20,7 @@
20
20
  "@forge/resolver": "1.7.1",
21
21
  "@statsig/js-client": "3.18.2",
22
22
  "@types/history": "^4.7.11",
23
- "@forge/manifest": "12.1.1-next.1",
23
+ "@forge/manifest": "12.1.1-next.1-experimental-e2ec7ba",
24
24
  "@types/iframe-resizer": "^3.5.8",
25
25
  "iframe-resizer": "^4.4.5",
26
26
  "uuid": "^9.0.1"