@forge/hooks 1.0.2-next.0-experimental-a1600ff → 1.1.0-next.1

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 +7 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,15 @@
1
1
  # @forge/hooks
2
2
 
3
- ## 1.0.2-next.0-experimental-a1600ff
3
+ ## 1.1.0-next.1
4
+
5
+ ### Minor Changes
6
+
7
+ - 96c634c: Allow dashboard widgets to read from dashboard filters
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies [f1ec6d7]
8
- - Updated dependencies [c4769ca]
9
- - @forge/bridge@6.1.1-next.3-experimental-a1600ff
10
- - @forge/dashboards-bridge@1.0.2-next.0-experimental-a1600ff
11
+ - Updated dependencies [96c634c]
12
+ - @forge/dashboards-bridge@1.1.0-next.1
11
13
 
12
14
  ## 1.0.2-next.0
13
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/hooks",
3
- "version": "1.0.2-next.0-experimental-a1600ff",
3
+ "version": "1.1.0-next.1",
4
4
  "description": "Custom React hooks for Forge applications",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -16,8 +16,8 @@
16
16
  "./dashboards": "./out/dashboards/index.js"
17
17
  },
18
18
  "dependencies": {
19
- "@forge/bridge": "^6.1.1-next.3-experimental-a1600ff",
20
- "@forge/dashboards-bridge": "1.0.2-next.0-experimental-a1600ff"
19
+ "@forge/bridge": "^6.1.1-next.0",
20
+ "@forge/dashboards-bridge": "1.1.0-next.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@testing-library/react-hooks": "^8.0.1",