@availity/page-header 11.3.4 → 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.
- package/CHANGELOG.md +29 -0
- package/package.json +16 -16
- package/project.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,35 @@
|
|
|
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
|
+
|
|
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)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* upgrade deps ([eccefc0](https://github.com/Availity/availity-react/commit/eccefc0549ebd5057595f6ac696642789375f48a))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### BREAKING CHANGES
|
|
29
|
+
|
|
30
|
+
* axios v1 is now required
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
5
34
|
## [11.3.4](https://github.com/Availity/availity-react/compare/@availity/page-header@11.3.3...@availity/page-header@11.3.4) (2023-08-02)
|
|
6
35
|
|
|
7
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/page-header",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"description": "The standard page header for Availity Portal Applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -26,27 +26,27 @@
|
|
|
26
26
|
"publish:canary": "yarn npm publish --access public --tag canary"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@availity/app-icon": "1.6.
|
|
30
|
-
"@availity/breadcrumbs": "3.3.
|
|
31
|
-
"@availity/feedback": "
|
|
32
|
-
"@availity/payer-logo": "
|
|
33
|
-
"classnames": "^2.3.
|
|
29
|
+
"@availity/app-icon": "1.6.4",
|
|
30
|
+
"@availity/breadcrumbs": "3.3.5",
|
|
31
|
+
"@availity/feedback": "8.0.0",
|
|
32
|
+
"@availity/payer-logo": "6.0.0",
|
|
33
|
+
"classnames": "^2.3.2",
|
|
34
34
|
"prop-types": "^15.8.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@availity/api-axios": "^
|
|
38
|
-
"@availity/spaces": "
|
|
39
|
-
"@availity/training-link": "1.7.
|
|
40
|
-
"axios": "^
|
|
41
|
-
"formik": "^2.
|
|
42
|
-
"react": "^
|
|
43
|
-
"react-dom": "^
|
|
37
|
+
"@availity/api-axios": "^8.0.3",
|
|
38
|
+
"@availity/spaces": "8.0.0",
|
|
39
|
+
"@availity/training-link": "1.7.2",
|
|
40
|
+
"axios": "^1.5.0",
|
|
41
|
+
"formik": "^2.4.4",
|
|
42
|
+
"react": "^18.2.0",
|
|
43
|
+
"react-dom": "^18.2.0",
|
|
44
44
|
"yup": "^0.32.11"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@availity/api-axios": "^
|
|
48
|
-
"@availity/spaces": "^
|
|
49
|
-
"axios": "^0.
|
|
47
|
+
"@availity/api-axios": "^8.0.0",
|
|
48
|
+
"@availity/spaces": "^8.0.0",
|
|
49
|
+
"axios": "^1.0.0",
|
|
50
50
|
"formik": "^2.0.1",
|
|
51
51
|
"react": ">=16.11.0",
|
|
52
52
|
"react-dom": ">=16.11.0",
|
package/project.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"projectType": "library",
|
|
4
4
|
"targets": {
|
|
5
5
|
"test": {
|
|
6
|
-
"executor": "@
|
|
6
|
+
"executor": "@nx/jest:jest",
|
|
7
7
|
"outputs": ["coverage/page-header"],
|
|
8
8
|
"options": { "jestConfig": "packages/page-header/jest.config.js", "passWithNoTests": true }
|
|
9
9
|
},
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"executor": "@jscutlery/semver:version",
|
|
12
12
|
"options": {
|
|
13
13
|
"preset": "angular",
|
|
14
|
-
"commitMessageFormat": "chore(
|
|
15
|
-
"tagPrefix": "@availity
|
|
14
|
+
"commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]",
|
|
15
|
+
"tagPrefix": "@availity/{projectName}@",
|
|
16
16
|
"baseBranch": "master"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"lint": {
|
|
20
|
-
"executor": "@
|
|
20
|
+
"executor": "@nx/linter:eslint",
|
|
21
21
|
"options": {
|
|
22
22
|
"eslintConfig": ".eslintrc.yaml",
|
|
23
23
|
"lintFilePatterns": ["packages/page-header/**/*.{js,ts}"],
|