@forge/bridge 6.1.1-next.3-experimental-bd3d812 → 6.1.1-next.3-experimental-a1600ff

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 +4 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,14 +1,16 @@
1
1
  # @forge/bridge
2
2
 
3
- ## 6.1.1-next.3-experimental-bd3d812
3
+ ## 6.1.1-next.3-experimental-a1600ff
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - f1ec6d7: Remove tracking of client sdk initialisation and checkFlag events
8
+ - c4769ca: formatting and test cleanup
8
9
  - Updated dependencies [4c5ba1c]
10
+ - Updated dependencies [8826ca3]
9
11
  - Updated dependencies [7195f29]
10
12
  - Updated dependencies [3252a62]
11
- - @forge/manifest@13.1.1-next.2-experimental-bd3d812
13
+ - @forge/manifest@13.1.1-next.2-experimental-a1600ff
12
14
 
13
15
  ## 6.1.1-next.3
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "6.1.1-next.3-experimental-bd3d812",
3
+ "version": "6.1.1-next.3-experimental-a1600ff",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -19,7 +19,7 @@
19
19
  "@forge/i18n": "1.0.0",
20
20
  "@forge/resolver": "2.0.0",
21
21
  "@types/history": "^4.7.11",
22
- "@forge/manifest": "13.1.1-next.2-experimental-bd3d812",
22
+ "@forge/manifest": "13.1.1-next.2-experimental-a1600ff",
23
23
  "@types/iframe-resizer": "^3.5.8",
24
24
  "iframe-resizer": "^4.4.5"
25
25
  },