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