@forge/dashboards-bridge 0.2.0-next.0 → 0.2.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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @forge/dashboards-bridge
2
2
 
3
+ ## 0.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/bridge@5.16.2-next.0
8
+
9
+ ## 0.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 0698259: Exposes widget `placement` on `useWidgetContext` and adds the `WidgetPlacement` type
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [feeb0ab]
18
+ - @forge/bridge@5.16.1
19
+
3
20
  ## 0.2.0-next.0
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/dashboards-bridge",
3
- "version": "0.2.0-next.0",
3
+ "version": "0.2.1-next.0",
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.16.1-next.0"
18
+ "@forge/bridge": "^5.16.2-next.0"
19
19
  }
20
20
  }