@availity/phone 2.2.1 → 2.2.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,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [2.2.3](https://github.com/Availity/availity-react/compare/@availity/phone@2.2.2...@availity/phone@2.2.3) (2024-10-16)
6
+
7
+
8
+
9
+ ## [2.2.2](https://github.com/Availity/availity-react/compare/@availity/phone@2.2.1...@availity/phone@2.2.2) (2024-10-02)
10
+
11
+
12
+
5
13
  ## [2.2.1](https://github.com/Availity/availity-react/compare/@availity/phone@2.2.0...@availity/phone@2.2.1) (2024-08-22)
6
14
 
7
15
 
package/README.md CHANGED
@@ -22,4 +22,4 @@ yarn add @availity/phone
22
22
 
23
23
  ## Documentation
24
24
 
25
- Check out more documentation at [availity.github.io](https://availity.github.io/availity-react/form/phone/index)
25
+ Check out more documentation at [availity.github.io](https://availity.github.io/availity-react/form/phone/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/phone",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "Availity Phone component using Formik and Yup",
5
5
  "keywords": [
6
6
  "availity",
@@ -29,7 +29,7 @@
29
29
  "prop-types": "^15.8.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@availity/form": "1.9.2",
32
+ "@availity/form": "1.9.4",
33
33
  "formik": "^2.4.6",
34
34
  "react": "^18.3.1",
35
35
  "react-dom": "^18.3.1",
@@ -37,11 +37,11 @@
37
37
  "yup": "^0.32.11"
38
38
  },
39
39
  "peerDependencies": {
40
- "@availity/form": "^1.1.0",
41
- "formik": "^2.0.1",
42
- "react": ">=16.8.3",
43
- "reactstrap": "^8.0.0",
44
- "yup": "^0.32.0"
40
+ "@availity/form": "^1.9.3",
41
+ "formik": "^2.4.6",
42
+ "react": "^18.0.0",
43
+ "reactstrap": "^8.10.1",
44
+ "yup": "^0.32.11"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"