@availity/page-header 11.1.10 → 11.1.11

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 +14 -10
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
+ ## [11.1.11](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.10...@availity/page-header@11.1.11) (2021-12-20)
7
+
8
+ **Note:** Version bump only for package @availity/page-header
9
+
10
+
11
+
12
+
13
+
6
14
  ## [11.1.10](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.9...@availity/page-header@11.1.10) (2021-12-14)
7
15
 
8
16
  **Note:** Version bump only for package @availity/page-header
package/README.md CHANGED
@@ -3,5 +3,23 @@
3
3
  > The standard page header for Availity Portal Applications
4
4
 
5
5
  [![Version](https://img.shields.io/npm/v/@availity/page-header.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/page-header)
6
+ [![NPM Downloads](https://img.shields.io/npm/dt/@availity/page-header.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/page-header)
7
+ [![Dependecy Status](https://img.shields.io/librariesio/release/npm/@availity/page-header?style=for-the-badge)](https://github.com/Availity/availity-react/blob/master/packages/page-header/package.json)
6
8
 
7
- ## [Documentation](https://availity.github.io/availity-react/components/page-header)
9
+ ## Installation
10
+
11
+ ### NPM
12
+
13
+ ```bash
14
+ npm install @availity/page-header
15
+ ```
16
+
17
+ ### Yarn
18
+
19
+ ```bash
20
+ yarn add @availity/page-header
21
+ ```
22
+
23
+ ## Documentation
24
+
25
+ Check out more documentation at [availity.github.io](https://availity.github.io/availity-react/components/page-header)
package/package.json CHANGED
@@ -1,34 +1,38 @@
1
1
  {
2
2
  "name": "@availity/page-header",
3
- "version": "11.1.10",
3
+ "version": "11.1.11",
4
4
  "description": "The standard page header for Availity Portal Applications",
5
5
  "keywords": [
6
6
  "react",
7
- "availity"
7
+ "availity",
8
+ "page",
9
+ "header"
8
10
  ],
11
+ "homepage": "https://availity.github.io/availity-react/components/page-header",
9
12
  "bugs": {
10
13
  "url": "https://github.com/Availity/availity-react/issues"
11
14
  },
12
15
  "repository": {
13
16
  "type": "git",
14
- "url": "https://github.com/Availity/availity-react.git"
17
+ "url": "https://github.com/Availity/availity-react.git",
18
+ "directory": "packages/page-header"
15
19
  },
16
20
  "license": "MIT",
17
21
  "author": "Evan Sharp <evan.sharp@availity.com>",
18
22
  "main": "index.js",
19
23
  "types": "index.d.ts",
20
24
  "dependencies": {
21
- "@availity/app-icon": "^1.4.1",
22
- "@availity/breadcrumbs": "^3.2.1",
23
- "@availity/feedback": "^6.2.10",
24
- "@availity/payer-logo": "^5.1.1",
25
+ "@availity/app-icon": "^1.4.2",
26
+ "@availity/breadcrumbs": "^3.2.2",
27
+ "@availity/feedback": "^6.2.11",
28
+ "@availity/payer-logo": "^5.1.2",
25
29
  "classnames": "^2.3.1",
26
30
  "prop-types": "^15.7.2"
27
31
  },
28
32
  "devDependencies": {
29
33
  "@availity/api-axios": "^6.0.0",
30
- "@availity/spaces": "^5.1.1",
31
- "@availity/training-link": "^1.4.1",
34
+ "@availity/spaces": "^5.1.2",
35
+ "@availity/training-link": "^1.4.2",
32
36
  "axios": "^0.21.1",
33
37
  "formik": "^2.2.8",
34
38
  "react": "^17.0.2",
@@ -47,5 +51,5 @@
47
51
  "publishConfig": {
48
52
  "access": "public"
49
53
  },
50
- "gitHead": "9c6598bc46384f57279e6998de4a4a85fac04b27"
54
+ "gitHead": "5983e704cd833c6e93ef6d00472f48a0876fe782"
51
55
  }