Skip to content

Commit

Permalink
version bump 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wrzr committed Nov 1, 2024
1 parent 6f4c450 commit ab9b493
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

All notable changes to this project will be documented in this file.

## [0.1.19] - 2024-11-01

- remove `tests` folder from distributions

## [0.1.18] - 2024-10-28

- added `submit_function` that is called on a new submission
- added `highlighColor` for option styling that highlights matching text
- removed python `3.8` from ci
- updates to ci and playwright tests

## [0.1.17] - 2024-09-15

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,4 @@ We welcome contributions from everyone. Here are a few ways you can help:
- [@salmanrazzaq-94](https://github.com/salmanrazzaq-94) `st.fragment` support
- [@hoggatt](https://github.com/hoggatt) `reset_function`
- [@bram49](https://github.com/bram49) `submit_function`
- [@ytausch](https://github.com/ytausch) remove `tests` folder from distributions
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="streamlit-searchbox",
version="0.1.18",
version="0.1.19",
author="m-wrzr",
description="Autocomplete Searchbox",
long_description="Streamlit searchbox that dynamically updates "
Expand Down
4 changes: 2 additions & 2 deletions streamlit_searchbox/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion streamlit_searchbox/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlit_searchbox",
"version": "0.1.18",
"version": "0.1.19",
"private": true,
"dependencies": {
"react": "^16.13.1",
Expand Down

0 comments on commit ab9b493

Please sign in to comment.