@jobber/hooks 1.7.2-pre.19 → 1.7.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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,14 @@ menu: Changelog
8
8
  All notable changes to this project will be documented in this file.
9
9
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
10
 
11
+ ## [1.7.2](https://github.com/GetJobber/atlantis/compare/@jobber/hooks@1.7.1...@jobber/hooks@1.7.2) (2021-10-07)
12
+
13
+ **Note:** Version bump only for package @jobber/hooks
14
+
15
+
16
+
17
+
18
+
11
19
  ## [1.7.1](https://github.com/GetJobber/atlantis/compare/@jobber/hooks@1.7.0...@jobber/hooks@1.7.1) (2021-09-27)
12
20
 
13
21
  **Note:** Version bump only for package @jobber/hooks
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Brings back the focus to the element that opened an overlaid element once
3
- * said overlaid element is dismissed or removed.
3
+ * said overlaid element is dismissed.
4
4
  *
5
5
  * @param active - Determines if it should focus or not
6
6
  */
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var react_1 = require("react");
4
4
  /**
5
5
  * Brings back the focus to the element that opened an overlaid element once
6
- * said overlaid element is dismissed or removed.
6
+ * said overlaid element is dismissed.
7
7
  *
8
8
  * @param active - Determines if it should focus or not
9
9
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/hooks",
3
- "version": "1.7.2-pre.19+7fa0677",
3
+ "version": "1.7.2",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -40,5 +40,5 @@
40
40
  "@apollo/client": "^3.3.16",
41
41
  "react": "^16.8.6"
42
42
  },
43
- "gitHead": "7fa0677a6140e78fb2ecf8ce3c5d3bd9092b150f"
43
+ "gitHead": "63b18f72080a806e94d3a63d8f6331fdab49e9a1"
44
44
  }