chore(main): release 0.0.216 (#2283)

🤖 I have created a release *beep* *boop*
---


## 0.0.216 (2024-03-04)

## What's Changed
* feat: Update chunk_size in File model by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2281
* fix(frontend): double file upload on drag and drop by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2284
* fix(frontend): click anywhere on drop zone to upload file by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2285
* fix(frontend): smalls on thread section by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2286
* fix(frontend): remove tests by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2287
* feat(frontend): better UI/UX on select brain by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2288
* feat(frontend): add brain icon on brain list by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2292
* fix(frontend): whitespace on firefox by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2293
* fix(frontend): remove unused stuff by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2282


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.215...v0.0.216

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Stan Girard 2024-03-04 11:47:46 -08:00 committed by GitHub
parent 1b75e09420
commit f24a4d74ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,21 @@
# Changelog
## 0.0.216 (2024-03-04)
## What's Changed
* feat: Update chunk_size in File model by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2281
* fix(frontend): double file upload on drag and drop by @Zewed in https://github.com/QuivrHQ/quivr/pull/2284
* fix(frontend): click anywhere on drop zone to upload file by @Zewed in https://github.com/QuivrHQ/quivr/pull/2285
* fix(frontend): smalls on thread section by @Zewed in https://github.com/QuivrHQ/quivr/pull/2286
* fix(frontend): remove tests by @Zewed in https://github.com/QuivrHQ/quivr/pull/2287
* feat(frontend): better UI/UX on select brain by @Zewed in https://github.com/QuivrHQ/quivr/pull/2288
* feat(frontend): add brain icon on brain list by @Zewed in https://github.com/QuivrHQ/quivr/pull/2292
* fix(frontend): whitespace on firefox by @Zewed in https://github.com/QuivrHQ/quivr/pull/2293
* fix(frontend): remove unused stuff by @Zewed in https://github.com/QuivrHQ/quivr/pull/2282
**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.215...v0.0.216
## 0.0.215 (2024-03-01)
## What's Changed