Skip to content

Commit 15bf695

Browse files
authored
Merge pull request #908 from Availity/release/version-updates
Release: Version Updates
2 parents 73e627c + c6c2f1e commit 15bf695

12 files changed

Lines changed: 46 additions & 6 deletions

File tree

packages/codemod/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [1.0.84](https://github.com/Availity/element/compare/@availity/mui-codemod@1.0.83...@availity/mui-codemod@1.0.84) (2026-04-17)
6+
7+
### Dependency Updates
8+
9+
* `element` updated to version `1.0.83`
510
## [1.0.83](https://github.com/Availity/element/compare/@availity/mui-codemod@1.0.82...@availity/mui-codemod@1.0.83) (2026-03-16)
611

712
### Dependency Updates

packages/codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/mui-codemod",
3-
"version": "1.0.83",
3+
"version": "1.0.84",
44
"description": "Availity MUI v1 Codemods - part of the @availity/element design system",
55
"keywords": [
66
"react",

packages/controlled-form/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.2.8](https://github.com/Availity/element/compare/@availity/mui-controlled-form@2.2.7...@availity/mui-controlled-form@2.2.8) (2026-04-17)
6+
7+
### Dependency Updates
8+
9+
* `mui-datepicker` updated to version `2.2.7`
10+
* `theme-provider` updated to version `2.2.7`
511
## [2.2.7](https://github.com/Availity/element/compare/@availity/mui-controlled-form@2.2.6...@availity/mui-controlled-form@2.2.7) (2026-03-16)
612

713
### Dependency Updates

packages/controlled-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/mui-controlled-form",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "Availity MUI/react-hook-form controlled form components - part of the @availity/element design system",
55
"keywords": [
66
"react",

packages/datepicker/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.1.0](https://github.com/Availity/element/compare/@availity/mui-datepicker@2.0.6...@availity/mui-datepicker@2.1.0) (2026-04-17)
6+
7+
### Dependency Updates
8+
9+
* `theme-provider` updated to version `2.0.6`
10+
11+
### Features
12+
13+
* feat(mui-datepicker): add inputadornment clear button with no onclear ([6d57ddd](https://github.com/Availity/element/commit/6d57ddd35bbe7c1c2036743e49b8db75f26d4417))
14+
515
## [2.0.6](https://github.com/Availity/element/compare/@availity/mui-datepicker@2.0.5...@availity/mui-datepicker@2.0.6) (2026-03-03)
616

717
### Dependency Updates

packages/datepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/mui-datepicker",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"description": "Availity MUI Datepicker Component - part of the @availity/element design system",
55
"keywords": [
66
"react",

packages/element/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.2.5](https://github.com/Availity/element/compare/@availity/element@2.2.4...@availity/element@2.2.5) (2026-04-17)
6+
7+
### Dependency Updates
8+
9+
* `mui-controlled-form` updated to version `2.2.4`
10+
* `mui-datepicker` updated to version `2.2.4`
11+
* `theme-provider` updated to version `2.2.4`
512
## [2.2.4](https://github.com/Availity/element/compare/@availity/element@2.2.3...@availity/element@2.2.4) (2026-03-16)
613

714
### Dependency Updates

packages/element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/element",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"browser": "./dist/index.js",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/theme-provider/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.0.4](https://github.com/Availity/element/compare/@availity/theme-provider@2.0.3...@availity/theme-provider@2.0.4) (2026-04-17)
6+
7+
### Dependency Updates
8+
9+
* `theme` updated to version `2.0.3`
510
## [2.0.3](https://github.com/Availity/element/compare/@availity/theme-provider@2.0.2...@availity/theme-provider@2.0.3) (2026-02-05)
611

712
### Dependency Updates

packages/theme-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@availity/theme-provider",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Theme provider for the Element design system",
55
"browser": "./dist/index.js",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)