@availity/element 0.3.0 → 0.3.1

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,8 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.3.1](https://github.com/Availity/element/compare/@availity/element@0.3.0...@availity/element@0.3.1) (2023-03-23)
6
+
5
7
  ## [0.3.0](https://github.com/Availity/element/compare/@availity/element@0.2.1...@availity/element@0.3.0) (2023-03-23)
6
8
 
7
9
 
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![Version](https://img.shields.io/npm/v/@availity/element.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/element)
6
6
  [![NPM Downloads](https://img.shields.io/npm/dt/@availity/element.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/element)
7
- [![Dependecy Status](https://img.shields.io/librariesio/release/npm/@availity/element?style=for-the-badge)](https://github.com/Availity/element/blob/master/packages/element/package.json)
7
+ [![Dependency Status](https://img.shields.io/librariesio/release/npm/@availity/element?style=for-the-badge)](https://github.com/Availity/element/blob/main/packages/element/package.json)
8
8
 
9
9
  This is a collection of reusable React components intended to be used across multiple projects. These components use [@availity/design-tokens](./packages/design-tokens/) for styling and [Material UI](https://mui.com/) as the base.
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/element",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "browser": "./dist/index.js",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -14,10 +14,10 @@
14
14
  "publish:canary": "yarn npm publish --access public --tag canary"
15
15
  },
16
16
  "dependencies": {
17
- "@availity/mui-alert": "0.1.1",
18
- "@availity/mui-badge": "0.1.1",
19
- "@availity/mui-icon": "0.1.0",
20
- "@availity/theme-provider": "0.2.1",
17
+ "@availity/mui-alert": "0.1.2",
18
+ "@availity/mui-badge": "0.1.2",
19
+ "@availity/mui-icon": "0.1.1",
20
+ "@availity/theme-provider": "0.2.2",
21
21
  "@mui/material": "^5.11.9"
22
22
  },
23
23
  "devDependencies": {