@availity/theme-provider 0.4.13 → 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 +18 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
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`
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)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `theme` updated to version `0.30.4`
5
15
  ## [0.4.13](https://github.com/Availity/element/compare/@availity/theme-provider@0.4.12...@availity/theme-provider@0.4.13) (2023-12-07)
6
16
 
7
17
  ### Dependency Updates
@@ -31,22 +41,26 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
31
41
 
32
42
  ### Dependency Updates
33
43
 
34
- * `theme` updated to version `0.29.0`
44
+ - `theme` updated to version `0.29.0`
45
+
35
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)
36
47
 
37
48
  ### Dependency Updates
38
49
 
39
- * `theme` updated to version `0.28.1`
50
+ - `theme` updated to version `0.28.1`
51
+
40
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)
41
53
 
42
54
  ### Dependency Updates
43
55
 
44
- * `theme` updated to version `0.28.0`
56
+ - `theme` updated to version `0.28.0`
57
+
45
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)
46
59
 
47
60
  ### Dependency Updates
48
61
 
49
- * `theme` updated to version `0.27.0`
62
+ - `theme` updated to version `0.27.0`
63
+
50
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)
51
65
 
52
66
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/theme-provider",
3
- "version": "0.4.13",
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.3",
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",