@forge/hooks 0.1.6-next.1-experimental-44e92a2 → 0.1.6-next.2

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 +4 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,12 @@
1
1
  # @forge/hooks
2
2
 
3
- ## 0.1.6-next.1-experimental-44e92a2
3
+ ## 0.1.6-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 94243f1: Split development and contribution guidelines
8
- - Updated dependencies [94243f1]
9
- - Updated dependencies [d9e48cd]
10
- - @forge/bridge@5.6.1-next.5-experimental-44e92a2
11
- - @forge/dashboards-bridge@0.1.6-next.0-experimental-44e92a2
7
+ - Updated dependencies [be6eab0]
8
+ - @forge/bridge@5.7.0-next.7
9
+ - @forge/dashboards-bridge@0.1.6-next.1
12
10
 
13
11
  ## 0.1.6-next.1
14
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/hooks",
3
- "version": "0.1.6-next.1-experimental-44e92a2",
3
+ "version": "0.1.6-next.2",
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": "^5.6.1-next.5-experimental-44e92a2",
20
- "@forge/dashboards-bridge": "0.1.6-next.0-experimental-44e92a2"
19
+ "@forge/bridge": "^5.7.0-next.7",
20
+ "@forge/dashboards-bridge": "0.1.6-next.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@testing-library/react-hooks": "^8.0.1",