@availity/phone 2.2.4 → 2.2.6
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 +13 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [2.2.6](https://github.com/Availity/availity-react/compare/@availity/phone@2.2.5...@availity/phone@2.2.6) (2025-12-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [2.2.5](https://github.com/Availity/availity-react/compare/@availity/phone@2.2.4...@availity/phone@2.2.5) (2025-07-23)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* moved bootstrap components to separate folder as well as added waring about replacement, UXDS-919 ([5c23ad2](https://github.com/Availity/availity-react/commit/5c23ad29ba12adcd7b7e579d21a92d99d69ce33e))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
5
18
|
## [2.2.4](https://github.com/Availity/availity-react/compare/@availity/phone@2.2.3...@availity/phone@2.2.4) (2025-04-11)
|
|
6
19
|
|
|
7
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/phone",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.6",
|
|
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.10.
|
|
32
|
+
"@availity/form": "1.10.6",
|
|
33
33
|
"formik": "^2.4.6",
|
|
34
34
|
"react": "^18.3.1",
|
|
35
35
|
"react-dom": "^18.3.1",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"yup": "^0.32.11"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@availity/form": "
|
|
40
|
+
"@availity/form": "1.10.6",
|
|
41
41
|
"formik": "^2.4.6",
|
|
42
42
|
"react": "^18.0.0",
|
|
43
43
|
"reactstrap": "^8.10.1",
|