Release v3.22.0 (#3489)

* release 3.22.0

* Add type hint

---------

Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
This commit is contained in:
Abubakar Abid 2023-03-18 13:24:11 -07:00 committed by GitHub
parent 8114202697
commit 5249bdd753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 2 deletions

View File

@ -1,5 +1,36 @@
# Upcoming Release
## New Features:
No changes to highlight.
## Bug Fixes:
No changes to highlight.
## Documentation Changes:
No changes to highlight.
## Testing and Infrastructure Changes:
No changes to highlight.
## Breaking Changes:
No changes to highlight.
## Full Changelog:
No changes to highlight.
## Contributors Shoutout:
No changes to highlight.
# 3.22.0
## New Features:

View File

@ -458,7 +458,7 @@ class Base(ThemeClass):
button_small_text_size=None,
button_small_text_weight=None,
button_transition=None,
):
) -> Base:
"""
Parameters:
body_background_fill: The background of the entire app.

View File

@ -1 +1 @@
3.21.0
3.22.0