chore(main): release 0.0.190 (#2120)

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


## 0.0.190 (2024-01-31)

## What's Changed
* fix(frontend): Better contrast in Menu by @Zewed in
https://github.com/StanGirard/quivr/pull/2119
* fix(frontend): better chat color and copy icon position by @Zewed in
https://github.com/StanGirard/quivr/pull/2121
* fix(frontend): better visualisation of current path on menu by @Zewed
in https://github.com/StanGirard/quivr/pull/2122
* feat(frontend): uniformize behaviour for metadata panel by @Zewed in
https://github.com/StanGirard/quivr/pull/2124
* fix(frontend): fetch chat only if session exist by @Zewed in
https://github.com/StanGirard/quivr/pull/2130
* fix(frontend): prompt display by @Zewed in
https://github.com/StanGirard/quivr/pull/2129
* fix(frontend): upload knwoledge in brains manegement by @Zewed in
https://github.com/StanGirard/quivr/pull/2131


**Full Changelog**:
https://github.com/StanGirard/quivr/compare/v0.0.189...v0.0.190

---
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-01-31 15:17:15 -08:00 committed by GitHub
parent d38ecd2acc
commit 79f8354c12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## 0.0.190 (2024-01-31)
## What's Changed
* fix(frontend): Better contrast in Menu by @Zewed in https://github.com/StanGirard/quivr/pull/2119
* fix(frontend): better chat color and copy icon position by @Zewed in https://github.com/StanGirard/quivr/pull/2121
* fix(frontend): better visualisation of current path on menu by @Zewed in https://github.com/StanGirard/quivr/pull/2122
* feat(frontend): uniformize behaviour for metadata panel by @Zewed in https://github.com/StanGirard/quivr/pull/2124
* fix(frontend): fetch chat only if session exist by @Zewed in https://github.com/StanGirard/quivr/pull/2130
* fix(frontend): prompt display by @Zewed in https://github.com/StanGirard/quivr/pull/2129
* fix(frontend): upload knwoledge in brains manegement by @Zewed in https://github.com/StanGirard/quivr/pull/2131
**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.189...v0.0.190
## 0.0.189 (2024-01-30)
## What's Changed

View File

@ -2,5 +2,5 @@
"dependencies": {
"change-case": "^5.4.2"
},
"version": "0.0.189"
"version": "0.0.190"
}