@availity/page-header 11.3.4 → 11.3.5-alpha.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 CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [11.3.5-alpha.0](https://github.com/Availity/availity-react/compare/@availity/page-header@11.3.4...@availity/page-header@11.3.5-alpha.0) (2023-10-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * upgrade deps ([eccefc0](https://github.com/Availity/availity-react/commit/eccefc0549ebd5057595f6ac696642789375f48a))
11
+
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ * axios v1 is now required
16
+
17
+
18
+
19
+ # [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)
20
+
21
+
22
+ ### Features
23
+
24
+ * upgrade deps ([eccefc0](https://github.com/Availity/availity-react/commit/eccefc0549ebd5057595f6ac696642789375f48a))
25
+
26
+
27
+ ### BREAKING CHANGES
28
+
29
+ * axios v1 is now required
30
+
31
+
32
+
5
33
  ## [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
34
 
7
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/page-header",
3
- "version": "11.3.4",
3
+ "version": "11.3.5-alpha.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.2",
30
- "@availity/breadcrumbs": "3.3.3",
31
- "@availity/feedback": "7.1.7",
32
- "@availity/payer-logo": "5.2.2",
33
- "classnames": "^2.3.1",
29
+ "@availity/app-icon": "1.6.4",
30
+ "@availity/breadcrumbs": "3.3.5",
31
+ "@availity/feedback": "7.1.8-alpha.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": "^7.0.1",
38
- "@availity/spaces": "6.6.0",
39
- "@availity/training-link": "1.7.1",
40
- "axios": "^0.21.4",
41
- "formik": "^2.2.9",
42
- "react": "^17.0.2",
43
- "react-dom": "^17.0.2",
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": "^6.0.0 || ^7.0.0",
47
+ "@availity/api-axios": "^8.0.0",
48
48
  "@availity/spaces": "^4.0.1 || ^5.0.0 || ^6.0.0",
49
- "axios": "^0.21.1",
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": "@nrwl/jest:jest",
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(${projectName}): release version ${version} [skip ci]",
15
- "tagPrefix": "@availity/${projectName}@",
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": "@nrwl/linter:eslint",
20
+ "executor": "@nx/linter:eslint",
21
21
  "options": {
22
22
  "eslintConfig": ".eslintrc.yaml",
23
23
  "lintFilePatterns": ["packages/page-header/**/*.{js,ts}"],