@forge/dashboards-bridge 0.1.10-next.1-experimental-e14a289 → 0.1.10-next.1-experimental-a8bc05b

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @forge/dashboards-bridge
2
2
 
3
- ## 0.1.10-next.1-experimental-e14a289
3
+ ## 0.1.10-next.1-experimental-a8bc05b
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [368ef09]
8
8
  - Updated dependencies [7769169]
9
9
  - Updated dependencies [1094c76]
10
- - @forge/bridge@5.10.0-next.3-experimental-e14a289
10
+ - @forge/bridge@5.10.0-next.4-experimental-a8bc05b
11
11
 
12
12
  ## 0.1.10-next.1
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/dashboards-bridge",
3
- "version": "0.1.10-next.1-experimental-e14a289",
3
+ "version": "0.1.10-next.1-experimental-a8bc05b",
4
4
  "description": "Forge Dashboards custom bridge API",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -15,6 +15,6 @@
15
15
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"
16
16
  },
17
17
  "dependencies": {
18
- "@forge/bridge": "^5.10.0-next.3-experimental-e14a289"
18
+ "@forge/bridge": "^5.10.0-next.4-experimental-a8bc05b"
19
19
  }
20
20
  }