@availity/mui-controlled-form 2.2.0 → 2.2.2

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 +10 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,15 +2,21 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
- ## [2.2.0](https://github.com/Availity/element/compare/@availity/mui-controlled-form@2.1.0...@availity/mui-controlled-form@2.2.0) (2026-01-21)
5
+ ## [2.2.2](https://github.com/Availity/element/compare/@availity/mui-controlled-form@2.2.1...@availity/mui-controlled-form@2.2.2) (2026-01-27)
6
6
 
7
7
  ### Dependency Updates
8
8
 
9
- * `mui-autocomplete` updated to version `2.1.0`
9
+ * `mui-autocomplete` updated to version `2.2.1`
10
+ ## [2.2.1](https://github.com/Availity/element/compare/@availity/mui-controlled-form@2.2.0...@availity/mui-controlled-form@2.2.1) (2026-01-22)
10
11
 
11
- ### Features
12
+ ### Dependency Updates
12
13
 
13
- * prependOptions functionality for AsyncAutocompletes ([93c335e](https://github.com/Availity/element/commit/93c335ebb2910dbf60c1bd1a400dabd55bf7bd58))
14
+ * `mui-autocomplete` updated to version `2.2.0`
15
+ ## [2.2.0](https://github.com/Availity/element/compare/@availity/mui-controlled-form@2.1.0...@availity/mui-controlled-form@2.2.0) (2026-01-21)
16
+
17
+ ### Dependency Updates
18
+
19
+ * `mui-autocomplete` updated to version `2.1.0`
14
20
 
15
21
  ## [2.1.0](https://github.com/Availity/element/compare/@availity/mui-controlled-form@2.0.3...@availity/mui-controlled-form@2.1.0) (2025-12-23)
16
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-controlled-form",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "Availity MUI/react-hook-form controlled form components - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -40,7 +40,7 @@
40
40
  "publish:canary": "yarn npm publish --access public --tag canary"
41
41
  },
42
42
  "dependencies": {
43
- "@availity/mui-autocomplete": "^2.2.0",
43
+ "@availity/mui-autocomplete": "^2.2.2",
44
44
  "@availity/mui-checkbox": "^2.0.1",
45
45
  "@availity/mui-datepicker": "^2.0.2",
46
46
  "@availity/mui-form-utils": "^2.0.2",