@forge/bridge 5.3.0-next.3 → 5.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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 5.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 1a5bad3: Typed interface for invoking resolvers
8
+ - 331ccdf: Add message replay option to Realtime subscriptions
9
+
10
+ ### Patch Changes
11
+
12
+ - 8dfe9b9: Adds new subscribeGlobal and publishGlobal realtime bridge methods
13
+ - Updated dependencies [f19343f]
14
+ - Updated dependencies [1a5bad3]
15
+ - @forge/resolver@1.7.0
16
+
3
17
  ## 5.3.0-next.3
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.3.0-next.3",
3
+ "version": "5.3.0",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -16,7 +16,7 @@
16
16
  "@atlaskit/tokens": "^1.58.0",
17
17
  "@types/history": "^4.7.11",
18
18
  "@forge/i18n": "0.0.7",
19
- "@forge/resolver": "1.7.0-next.2"
19
+ "@forge/resolver": "1.7.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "history": "5.3.0",