@artibet/react-mui-components 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -11,4 +11,4 @@ export { MyAutocompleteField } from './dist/esm'
11
11
  export { TextModalForm } from './dist/esm'
12
12
  export { EmailModalForm } from './dist/esm'
13
13
  export { PickColorModalForm } from './dist/esm'
14
- export { MyAutocompleteModalForm } from './dist/esm'
14
+ export { AutocompleteModalForm } from './dist/esm'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artibet/react-mui-components",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Various react components build with mui library",
5
5
  "main": "index.js",
6
6
  "scripts": {