@availity/phone 1.2.2 → 1.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +19 -1
  3. package/package.json +17 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.2.3](https://github.com/Availity/availity-react/compare/@availity/phone@1.2.2...@availity/phone@1.2.3) (2021-12-20)
7
+
8
+ **Note:** Version bump only for package @availity/phone
9
+
10
+
11
+
12
+
13
+
6
14
  ## 1.2.2 (2021-12-14)
7
15
 
8
16
  **Note:** Version bump only for package @availity/phone
package/README.md CHANGED
@@ -3,5 +3,23 @@
3
3
  > Availity Phone component using Formik and Yup
4
4
 
5
5
  [![Version](https://img.shields.io/npm/v/@availity/phone.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/phone)
6
+ [![NPM Downloads](https://img.shields.io/npm/dt/@availity/phone.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/phone)
7
+ [![Dependecy Status](https://img.shields.io/librariesio/release/npm/@availity/phone?style=for-the-badge)](https://github.com/Availity/availity-react/blob/master/packages/phone/package.json)
6
8
 
7
- ## [Documentation](https://availity.github.io/availity-react/form/phone/index)
9
+ ## Installation
10
+
11
+ ### NPM
12
+
13
+ ```bash
14
+ npm install @availity/phone
15
+ ```
16
+
17
+ ### Yarn
18
+
19
+ ```bash
20
+ yarn add @availity/phone
21
+ ```
22
+
23
+ ## Documentation
24
+
25
+ Check out more documentation at [availity.github.io](https://availity.github.io/availity-react/form/phone/index)
package/package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "name": "@availity/phone",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Availity Phone component using Formik and Yup",
5
- "keywords": [],
5
+ "keywords": [
6
+ "availity",
7
+ "yup",
8
+ "formik"
9
+ ],
10
+ "homepage": "https://availity.github.io/availity-react/form/phone/index",
11
+ "bugs": {
12
+ "url": "https://github.com/Availity/availity-react/issues"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/Availity/availity-react.git",
17
+ "directory": "packages/phone"
18
+ },
6
19
  "license": "MIT",
7
20
  "author": "Christopher Havekost <Christopher.Havekost@availity.com>",
8
21
  "main": "index.js",
@@ -12,7 +25,7 @@
12
25
  "prop-types": "^15.7.2"
13
26
  },
14
27
  "devDependencies": {
15
- "@availity/form": "^1.2.2",
28
+ "@availity/form": "^1.2.3",
16
29
  "formik": "^2.2.8",
17
30
  "react": "^17.0.2",
18
31
  "react-dom": "^17.0.2",
@@ -29,5 +42,5 @@
29
42
  "publishConfig": {
30
43
  "access": "public"
31
44
  },
32
- "gitHead": "9c6598bc46384f57279e6998de4a4a85fac04b27"
45
+ "gitHead": "5983e704cd833c6e93ef6d00472f48a0876fe782"
33
46
  }