From 0c840991e00e21656dd5132cc69eed882fc28f0e Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 23 Oct 2023 11:31:32 +0200 Subject: [PATCH] chore(main): release 0.0.95 (#1442) :robot: I have created a release *beep* *boop* --- ## 0.0.95 (2023-10-23) ## What's Changed * feat: homepage first section by @matthieujacq in https://github.com/StanGirard/quivr/pull/1439 * fix: show a flat gradient in the UseCase section by @matthieujacq in https://github.com/StanGirard/quivr/pull/1440 * style: update testimonials display by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1441 * feat: fetch homepage data from CMS by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1452 * feat: contact sales page (front layout) by @matthieujacq in https://github.com/StanGirard/quivr/pull/1451 * Fix: Improved Text Visibility in Dark Mode in OnboardingQuestion Component by @Dev-Dz27 in https://github.com/StanGirard/quivr/pull/1456 * feat(cms): added single video demo by @StanGirard in https://github.com/StanGirard/quivr/pull/1459 * feat: fetch demo video from CMS by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1461 * feat: Contact form component by @matthieujacq in https://github.com/StanGirard/quivr/pull/1453 ## New Contributors * @Dev-Dz27 made their first contribution in https://github.com/StanGirard/quivr/pull/1456 **Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.94...v0.0.95 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b663f2f7..8a2a0d69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.0.95 (2023-10-23) + +## What's Changed +* feat: homepage first section by @matthieujacq in https://github.com/StanGirard/quivr/pull/1439 +* fix: show a flat gradient in the UseCase section by @matthieujacq in https://github.com/StanGirard/quivr/pull/1440 +* style: update testimonials display by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1441 +* feat: fetch homepage data from CMS by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1452 +* feat: contact sales page (front layout) by @matthieujacq in https://github.com/StanGirard/quivr/pull/1451 +* Fix: Improved Text Visibility in Dark Mode in OnboardingQuestion Component by @Dev-Dz27 in https://github.com/StanGirard/quivr/pull/1456 +* feat(cms): added single video demo by @StanGirard in https://github.com/StanGirard/quivr/pull/1459 +* feat: fetch demo video from CMS by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1461 +* feat: Contact form component by @matthieujacq in https://github.com/StanGirard/quivr/pull/1453 + +## New Contributors +* @Dev-Dz27 made their first contribution in https://github.com/StanGirard/quivr/pull/1456 + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.94...v0.0.95 + ## 0.0.94 (2023-10-19) ## What's Changed