@availity/mui-textfield 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -9
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,19 +2,19 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
- ## 0.1.0 (2023-09-25)
5
+ ## [0.1.1](https://github.com/Availity/element/compare/@availity/mui-textfield@0.1.0...@availity/mui-textfield@0.1.1) (2023-10-06)
6
6
 
7
+ ## 0.1.0 (2023-09-25)
7
8
 
8
9
  ### Features
9
10
 
10
- * **mui-form-utils:** move Input to form-utils pkg ([991596c](https://github.com/Availity/element/commit/991596c5256360979c58e4e7c36313a7f1f4ce09))
11
- * **mui-textfield:** add textfield component ([edf7e72](https://github.com/Availity/element/commit/edf7e728e9e8a79ee78219e41fc5659d175d70e5))
12
- * **mui-textfield:** add textfield component ([fec1a7f](https://github.com/Availity/element/commit/fec1a7fedda2420577e29b6c0e264d244a91a00e))
13
- * **mui-textfield:** update styles ([69f8291](https://github.com/Availity/element/commit/69f82910269a6fdcd2b5de852b3c8a777c09b24d))
14
- * **mui-textfield:** use mui-form-utils ([9623a25](https://github.com/Availity/element/commit/9623a25fc8b6cfafa8c53e383450f501f3068af8))
15
-
11
+ - **mui-form-utils:** move Input to form-utils pkg ([991596c](https://github.com/Availity/element/commit/991596c5256360979c58e4e7c36313a7f1f4ce09))
12
+ - **mui-textfield:** add textfield component ([edf7e72](https://github.com/Availity/element/commit/edf7e728e9e8a79ee78219e41fc5659d175d70e5))
13
+ - **mui-textfield:** add textfield component ([fec1a7f](https://github.com/Availity/element/commit/fec1a7fedda2420577e29b6c0e264d244a91a00e))
14
+ - **mui-textfield:** update styles ([69f8291](https://github.com/Availity/element/commit/69f82910269a6fdcd2b5de852b3c8a777c09b24d))
15
+ - **mui-textfield:** use mui-form-utils ([9623a25](https://github.com/Availity/element/commit/9623a25fc8b6cfafa8c53e383450f501f3068af8))
16
16
 
17
17
  ### Bug Fixes
18
18
 
19
- * **mui-textfield:** fix test ([81d11c4](https://github.com/Availity/element/commit/81d11c47900aaccd7bf2d27a2c6ec51544083325))
20
- * **mui-textfield:** remove unneeded aria-labelledby ([2c20c98](https://github.com/Availity/element/commit/2c20c98eee1f163525b0198cf4b9f5188342c09a))
19
+ - **mui-textfield:** fix test ([81d11c4](https://github.com/Availity/element/commit/81d11c47900aaccd7bf2d27a2c6ec51544083325))
20
+ - **mui-textfield:** remove unneeded aria-labelledby ([2c20c98](https://github.com/Availity/element/commit/2c20c98eee1f163525b0198cf4b9f5188342c09a))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-textfield",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Availity MUI Textfield Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -33,11 +33,11 @@
33
33
  "publish:canary": "yarn npm publish --access public --tag canary"
34
34
  },
35
35
  "dependencies": {
36
- "@availity/mui-form-utils": "0.3.0",
37
- "@availity/mui-icon": "0.5.0"
36
+ "@availity/mui-form-utils": "0.4.1",
37
+ "@availity/mui-icon": "0.6.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@mui/material": "^5.11.9",
40
+ "@mui/material": "^5.14.12",
41
41
  "react": "18.2.0",
42
42
  "react-dom": "18.2.0",
43
43
  "tsup": "^5.12.7",