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