@availity/page-header 12.0.0 → 13.0.0

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 (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ # [13.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@12.0.0...@availity/page-header@13.0.0) (2023-10-17)
6
+
7
+
8
+ ### Features
9
+
10
+ * **page-header:** require spaces ^8.0.0 ([316b74f](https://github.com/Availity/availity-react/commit/316b74f94a1c8cf1ec3fdc7b9f02d739767e5641))
11
+
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ * **page-header:** the @availity/spaces peer dependency must be ^8.0.0 in
16
+ order to use this package now
17
+
18
+
19
+
5
20
  # [12.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@11.3.4...@availity/page-header@12.0.0) (2023-10-09)
6
21
 
7
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/page-header",
3
- "version": "12.0.0",
3
+ "version": "13.0.0",
4
4
  "description": "The standard page header for Availity Portal Applications",
5
5
  "keywords": [
6
6
  "react",
@@ -26,8 +26,8 @@
26
26
  "publish:canary": "yarn npm publish --access public --tag canary"
27
27
  },
28
28
  "dependencies": {
29
- "@availity/app-icon": "1.6.3",
30
- "@availity/breadcrumbs": "3.3.4",
29
+ "@availity/app-icon": "1.6.4",
30
+ "@availity/breadcrumbs": "3.3.5",
31
31
  "@availity/feedback": "8.0.0",
32
32
  "@availity/payer-logo": "6.0.0",
33
33
  "classnames": "^2.3.2",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@availity/api-axios": "^8.0.3",
38
- "@availity/spaces": "7.0.0",
38
+ "@availity/spaces": "8.0.0",
39
39
  "@availity/training-link": "1.7.2",
40
40
  "axios": "^1.5.0",
41
41
  "formik": "^2.4.4",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@availity/api-axios": "^8.0.0",
48
- "@availity/spaces": "^4.0.1 || ^5.0.0 || ^6.0.0",
48
+ "@availity/spaces": "^8.0.0",
49
49
  "axios": "^1.0.0",
50
50
  "formik": "^2.0.1",
51
51
  "react": ">=16.11.0",