@forge/bridge 6.3.0-next.2-experimental-3dcad97 → 6.3.0-next.4

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 +8 -7
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,17 +1,18 @@
1
1
  # @forge/bridge
2
2
 
3
- ## 6.3.0-next.2-experimental-3dcad97
3
+ ## 6.3.0-next.4
4
4
 
5
- ### Minor Changes
5
+ ### Patch Changes
6
6
 
7
- - 4999c5c: Add path param to module navigations via router.navigate to allow for deep link navigations
7
+ - Updated dependencies [a38aef6]
8
+ - @forge/manifest@13.3.1-next.3
9
+
10
+ ## 6.3.0-next.3
8
11
 
9
12
  ### Patch Changes
10
13
 
11
- - abe83e8: Bump adf schema to bump linkify it
12
- - Updated dependencies [ccd5143]
13
- - Updated dependencies [6c1371a]
14
- - @forge/manifest@13.3.1-next.1-experimental-3dcad97
14
+ - Updated dependencies [05f231c]
15
+ - @forge/manifest@13.3.1-next.2
15
16
 
16
17
  ## 6.3.0-next.2
17
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "6.3.0-next.2-experimental-3dcad97",
3
+ "version": "6.3.0-next.4",
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.3.1-next.1-experimental-3dcad97",
22
+ "@forge/manifest": "13.3.1-next.3",
23
23
  "@types/iframe-resizer": "^3.5.8",
24
24
  "iframe-resizer": "^4.4.5"
25
25
  },