@availity/theme-provider 0.4.14 → 0.4.15

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 +13 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.4.15](https://github.com/Availity/element/compare/@availity/theme-provider@0.4.14...@availity/theme-provider@0.4.15) (2023-12-14)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `theme` updated to version `0.31.0`
5
10
  ## [0.4.14](https://github.com/Availity/element/compare/@availity/theme-provider@0.4.13...@availity/theme-provider@0.4.14) (2023-12-13)
6
11
 
7
12
  ### Dependency Updates
@@ -36,22 +41,26 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
36
41
 
37
42
  ### Dependency Updates
38
43
 
39
- * `theme` updated to version `0.29.0`
44
+ - `theme` updated to version `0.29.0`
45
+
40
46
  ## [0.4.7](https://github.com/Availity/element/compare/@availity/theme-provider@0.4.6...@availity/theme-provider@0.4.7) (2023-11-27)
41
47
 
42
48
  ### Dependency Updates
43
49
 
44
- * `theme` updated to version `0.28.1`
50
+ - `theme` updated to version `0.28.1`
51
+
45
52
  ## [0.4.6](https://github.com/Availity/element/compare/@availity/theme-provider@0.4.5...@availity/theme-provider@0.4.6) (2023-11-22)
46
53
 
47
54
  ### Dependency Updates
48
55
 
49
- * `theme` updated to version `0.28.0`
56
+ - `theme` updated to version `0.28.0`
57
+
50
58
  ## [0.4.5](https://github.com/Availity/element/compare/@availity/theme-provider@0.4.4...@availity/theme-provider@0.4.5) (2023-11-21)
51
59
 
52
60
  ### Dependency Updates
53
61
 
54
- * `theme` updated to version `0.27.0`
62
+ - `theme` updated to version `0.27.0`
63
+
55
64
  ## [0.4.4](https://github.com/Availity/element/compare/@availity/theme-provider@0.4.3...@availity/theme-provider@0.4.4) (2023-11-16)
56
65
 
57
66
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/theme-provider",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "description": "Theme provider for the Element design system",
5
5
  "browser": "./dist/index.js",
6
6
  "main": "./dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "publish:canary": "yarn npm publish --access public --tag canary"
16
16
  },
17
17
  "dependencies": {
18
- "@availity/theme": "0.30.4",
18
+ "@availity/theme": "0.31.0",
19
19
  "@emotion/react": "^11.10.5",
20
20
  "@emotion/styled": "^11.10.5",
21
21
  "@mui/material": "^5.14.12",