This file was generated using @jscutlery/semver.
4.1.2 (2024-10-16)
4.1.1 (2024-08-22)
-
authorize: change query key to useAuthorize (e916267)
-
authorize: fixed unit tests 🤦 (87cac9d)
-
authorize: move react-dom and react-query to peerDeps (a3c25f9)
-
authorize: resolve linter errors and add type (fafea0c)
-
authorize: the authorize component was using the wrong axi struct (acb90b1)
-
feature: fixed the repository for npm (7a13a9e)
-
fixed package-locks (ddb49bb)
-
re-created package-locks (49726de)
-
removed npmrc and added config to lerna for now creating locks (efe82ab)
-
removed package-locks,added npmrc ignore,fixed react as hoisted dep (4648319)
-
so many package-lock.json's (8b5dc24)
-
feat(authorize)!: convert to typescript and add react-query (056744a)
- authorize: add resources filter (e266abc)
- authorize: adding a test to check for blockui when fetching (6d14150)
- authorize: adds currentRegion to values returned from useAuthorize() (245dd2c)
- authorize: cache region (3da1c36)
- authorize: created custom hook for getting authorized state (cce12f3)
- authorize: export useauthorize types (eecb449)
- authorize: remove screen.debug() (0b6176c)
- authorize: replace deprecated @availity/react-block-ui library with new @availity/block-ui (6188c5b)
- authorize: update type definition (7a415c7)
- authorize: upgrade react query to v4 (69a78bd)
- docs: updated to use yarn and added readmes (3b94748)
- feature: added packages from av-react to public (2c32cf3)
- feature: adding typescript support (cfe57a2)
- form: add currency input (fa9eea6)
- move storybook, stories, and fix hmr (2f65f71)
- upgrade deps (eccefc0)
- authorize: dont need to check undefined permissions (cb8fabe)
- authorize: react query has been upgraded to v4. you must upgrade to @tanstack/react-query@^4.36.1 in order to use this package now
- axios v1 is now required
- react-query provider now required, args are stricter
4.1.0 (2024-05-09)
- authorize: export useauthorize types (eecb449)
4.0.3 (2024-04-23)
4.0.2 (2024-02-21)
4.0.1 (2023-10-19)
4.0.0 (2023-10-16)
- authorize: upgrade react query to v4 (69a78bd)
- authorize: react query has been upgraded to v4. you must upgrade to @tanstack/react-query@^4.36.1 in order to use this package now
3.0.0 (2023-10-09)
- upgrade deps (eccefc0)
- axios v1 is now required
2.3.0 (2023-05-23)
- authorize: adding a test to check for blockui when fetching (6d14150)
- authorize: remove screen.debug() (0b6176c)
- authorize: replace deprecated @availity/react-block-ui library with new @availity/block-ui (6188c5b)
2.2.1 (2022-11-22)
2.2.0 (2022-08-08)
- authorize: cache region (3da1c36)
2.1.1 (2022-06-14)
2.1.0 (2022-06-14)
- form: add currency input (fa9eea6)
2.0.3 (2022-06-10)
2.0.2 (2022-05-24)
- authorize: move react-dom and react-query to peerDeps (a3c25f9)
-
authorize: change query key to useAuthorize (e916267)
-
feat(authorize)!: convert to typescript and add react-query (056744a)
- react-query provider now required, args are stricter
1.6.2 (2021-12-20)
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
- move storybook, stories, and fix hmr (2f65f71)
- authorize: resolve linter errors and add type (fafea0c)
1.5.22 (2021-10-01)
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
Note: Version bump only for package @availity/authorize
1.5.1 (2020-02-19)
Note: Version bump only for package @availity/authorize
1.5.0 (2020-02-19)
- authorize: adds currentRegion to values returned from useAuthorize() (245dd2c)
- authorize: update type definition (7a415c7)
- authorize: dont need to check undefined permissions (cb8fabe)
1.4.3 (2020-02-11)
Note: Version bump only for package @availity/authorize
1.4.2 (2020-02-10)
Note: Version bump only for package @availity/authorize
1.4.1 (2019-12-04)
Note: Version bump only for package @availity/authorize
1.4.0 (2019-12-03)
- authorize: add resources filter (e266abc)
1.3.1 (2019-09-25)
Note: Version bump only for package @availity/authorize
1.3.0 (2019-09-04)
- docs: updated to use yarn and added readmes (3b94748)
1.2.2 (2019-08-19)
Note: Version bump only for package @availity/authorize
1.2.1 (2019-08-13)
Note: Version bump only for package @availity/authorize
1.2.0 (2019-07-19)
- authorize: created custom hook for getting authorized state (cce12f3)
1.1.8 (2019-06-24)
Note: Version bump only for package @availity/authorize
1.1.7 (2019-06-17)
Note: Version bump only for package @availity/authorize
1.1.6 (2019-06-03)
Note: Version bump only for package @availity/authorize
1.1.5 (2019-05-09)
- authorize: fixed unit tests 🤦 (87cac9d)
- authorize: the authorize component was using the wrong axi struct (acb90b1)
1.1.4 (2019-03-04)
Note: Version bump only for package @availity/authorize
1.1.3 (2019-03-04)
Note: Version bump only for package @availity/authorize
1.1.2 (2019-02-25)
- removed npmrc and added config to lerna for now creating locks (efe82ab)
- removed package-locks,added npmrc ignore,fixed react as hoisted dep (4648319)