@availity/mui-page-header 0.1.3 → 0.1.4

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 +3 -2
  2. package/package.json +11 -12
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.4](https://github.com/Availity/element/compare/@availity/mui-page-header@0.1.3...@availity/mui-page-header@0.1.4) (2023-11-07)
6
+
5
7
  ## [0.1.3](https://github.com/Availity/element/compare/@availity/mui-page-header@0.1.2...@availity/mui-page-header@0.1.3) (2023-10-25)
6
8
 
7
9
 
@@ -15,7 +17,6 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
15
17
 
16
18
  ## 0.1.0 (2023-09-06)
17
19
 
18
-
19
20
  ### Features
20
21
 
21
- * **mui-page-header:** add PageHeader package ([8401f4b](https://github.com/Availity/element/commit/8401f4ba1ca200824b0542d411ed9d0496bad6ae))
22
+ - **mui-page-header:** add PageHeader package ([8401f4b](https://github.com/Availity/element/commit/8401f4ba1ca200824b0542d411ed9d0496bad6ae))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-page-header",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Availity MUI PageHeader Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -28,16 +28,15 @@
28
28
  "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
29
29
  "clean": "rm -rf dist",
30
30
  "clean:nm": "rm -rf node_modules",
31
- "bundlesize": "bundlesize",
32
31
  "publish": "yarn npm publish --tolerate-republish --access public",
33
32
  "publish:canary": "yarn npm publish --access public --tag canary"
34
33
  },
35
34
  "devDependencies": {
36
- "@availity/mui-breadcrumbs": "^0.1.5",
37
- "@availity/mui-button": "^0.4.2",
38
- "@availity/mui-divider": "^0.3.2",
39
- "@availity/mui-link": "^0.2.1",
40
- "@availity/mui-typography": "^0.1.2",
35
+ "@availity/mui-breadcrumbs": "^0.1.7",
36
+ "@availity/mui-button": "^0.4.3",
37
+ "@availity/mui-divider": "^0.3.3",
38
+ "@availity/mui-link": "^0.2.2",
39
+ "@availity/mui-typography": "^0.1.3",
41
40
  "@mui/material": "^5.14.12",
42
41
  "react": "18.2.0",
43
42
  "react-dom": "18.2.0",
@@ -45,11 +44,11 @@
45
44
  "typescript": "^4.6.4"
46
45
  },
47
46
  "peerDependencies": {
48
- "@availity/mui-breadcrumbs": "^0.1.5",
49
- "@availity/mui-button": "^0.4.2",
50
- "@availity/mui-divider": "^0.3.2",
51
- "@availity/mui-link": "^0.2.1",
52
- "@availity/mui-typography": "^0.1.2",
47
+ "@availity/mui-breadcrumbs": "^0.1.7",
48
+ "@availity/mui-button": "^0.4.3",
49
+ "@availity/mui-divider": "^0.3.3",
50
+ "@availity/mui-link": "^0.2.2",
51
+ "@availity/mui-typography": "^0.1.3",
53
52
  "@mui/material": "^5.11.9",
54
53
  "react": ">=16.3.0"
55
54
  },