Currently getting a console Warning:
Failed prop type: The prop `justify` of `ForwardRef(Grid2)` is deprecated. Use `justifyContent` instead, the prop was renamed.
This is a follow up on Issue 24 that seems to have been addressed on Pull Request #25
However, looks like this change was merged into master branch. But, it didn't actually make it to the latest v1.1.92 release? When making use of the library, It is still passing justify instead of justifyContent.
v1.1.92 tag 👉 https://github.com/jungsoft/materialui-daterange-picker/blob/1.1.92/package/src/components/Menu.tsx#L103
master branch 👉 https://github.com/jungsoft/materialui-daterange-picker/blob/master/package/src/components/Menu.tsx#L103
Would it be possible to release (or re-release) this to update package and remove this error?

Currently getting a console Warning:
This is a follow up on Issue 24 that seems to have been addressed on Pull Request #25
However, looks like this change was merged into
masterbranch. But, it didn't actually make it to the latestv1.1.92release? When making use of the library, It is still passingjustifyinstead ofjustifyContent.v1.1.92tag 👉 https://github.com/jungsoft/materialui-daterange-picker/blob/1.1.92/package/src/components/Menu.tsx#L103masterbranch 👉 https://github.com/jungsoft/materialui-daterange-picker/blob/master/package/src/components/Menu.tsx#L103Would it be possible to release (or re-release) this to update package and remove this error?