@availity/page-header 13.0.1 → 13.0.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,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [13.0.3](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.2...@availity/page-header@13.0.3) (2023-11-07)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `payer-logo` updated to version `13.0.2`
10
+ * `spaces` updated to version `13.0.2`
11
+ * `training-link` updated to version `13.0.2`
12
+
13
+ ### Bug Fixes
14
+
15
+ * **page-header:** add trackDeps ([1b48275](https://github.com/Availity/availity-react/commit/1b482754aba9e0df7f3451787832397c9ec2a2f2))
16
+
17
+
18
+
19
+ ## [13.0.2](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.1...@availity/page-header@13.0.2) (2023-10-19)
20
+
21
+
22
+
5
23
  ## [13.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.0...@availity/page-header@13.0.1) (2023-10-19)
6
24
 
7
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/page-header",
3
- "version": "13.0.1",
3
+ "version": "13.0.3",
4
4
  "description": "The standard page header for Availity Portal Applications",
5
5
  "keywords": [
6
6
  "react",
@@ -28,15 +28,15 @@
28
28
  "dependencies": {
29
29
  "@availity/app-icon": "1.6.4",
30
30
  "@availity/breadcrumbs": "3.3.5",
31
- "@availity/feedback": "8.0.0",
32
- "@availity/payer-logo": "6.0.0",
31
+ "@availity/feedback": "8.0.1",
32
+ "@availity/payer-logo": "7.0.0",
33
33
  "classnames": "^2.3.2",
34
34
  "prop-types": "^15.8.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@availity/api-axios": "^8.0.3",
38
- "@availity/spaces": "8.0.0",
39
- "@availity/training-link": "1.7.2",
38
+ "@availity/spaces": "8.0.1",
39
+ "@availity/training-link": "1.8.1",
40
40
  "axios": "^1.5.0",
41
41
  "formik": "^2.4.4",
42
42
  "react": "^18.2.0",
package/project.json CHANGED
@@ -13,7 +13,8 @@
13
13
  "preset": "angular",
14
14
  "commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]",
15
15
  "tagPrefix": "@availity/{projectName}@",
16
- "baseBranch": "master"
16
+ "baseBranch": "master",
17
+ "trackDeps": true
17
18
  }
18
19
  },
19
20
  "lint": {