Skip to content

Commit

Permalink
chore(release): 3.110.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.110.1](v3.110.0...v3.110.1) (2025-02-04)

### Bug Fixes

* **datepicker:** fix unnecessary dependency array ([#233](#233)) ([a313045](a313045))
  • Loading branch information
semantic-release-bot committed Feb 4, 2025
1 parent a313045 commit 88189a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.110.1](https://github.com/ClearC2/grid-form-builder/compare/v3.110.0...v3.110.1) (2025-02-04)


### Bug Fixes

* **datepicker:** fix unnecessary dependency array ([#233](https://github.com/ClearC2/grid-form-builder/issues/233)) ([a313045](https://github.com/ClearC2/grid-form-builder/commit/a3130455a92449109455ae03a9c53cfca80f0e62))

# [3.110.0](https://github.com/ClearC2/grid-form-builder/compare/v3.109.1...v3.110.0) (2025-01-31)


Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/Inputs/Date/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ var DatePicker = function DatePicker(props) {
changeShowPicker(false);
});
};
}, [elementId, minDate, maxDate, timePicker, determinePickerOpenDirection, startDate, handleOnChange, name, format, canPickYear, showCalendar, changeShowPicker]);
}, [elementId, timePicker, determinePickerOpenDirection, handleOnChange, name, format, changeShowPicker, showCalendar, canPickYear, minDate, maxDate]);
(0, _react.useEffect)(function () {
initializePicker();
return function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grid-form-builder",
"version": "3.110.0",
"version": "3.110.1",
"description": "Form Builder built on top of React Grid Layout",
"repository": {
"type": "git",
Expand Down

0 comments on commit 88189a5

Please sign in to comment.