@availity/hooks 3.3.2 → 3.3.3

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [3.3.3](https://github.com/Availity/availity-react/compare/@availity/hooks@3.3.2...@availity/hooks@3.3.3) (2023-01-27)
6
+
7
+
8
+
5
9
  ## [3.3.2](https://github.com/Availity/availity-react/compare/@availity/hooks@3.3.1...@availity/hooks@3.3.2) (2023-01-11)
6
10
 
7
11
 
package/index.d.ts CHANGED
@@ -7,4 +7,4 @@ export { default as useCurrentUser } from './types/useCurrentUser';
7
7
  export { default as useProviders } from './types/useProviders';
8
8
  export { default as usePermissions } from './types/usePermissions';
9
9
  export { default as useOrganizations } from './types/useOrganizations';
10
- export { default as useWindowDimensions } from './types/useWindowDimensions';
10
+ export { default as useWindowDimensions } from './types/useWindowDimensions';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/hooks",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "description": "A group of pre-built hooks that are common in most apps",
5
5
  "keywords": [
6
6
  "react",