* Increment chalice chart version
* Increment frontend chart version
* Increment db chart version
---------
Co-authored-by: GitHub Action <action@github.com>
* change(ui): mobile resolution
* change(ui): removed empty tag that showign as green icon
* change(ui): mobile specific filters
* change(ui): remove browser card for mobile
* change(ui): summary ai toggle
* fix(graphQL): update doc and tracker initialization + add option to pass sanitizer function
* improvement(graphQL): improve sanitizer type & apollo operation name
* feat(spot): use float click coordinates instead of ints in PG
* feat(db): added support for float clicks in CH
* feat(db): fix float instead of uint8
* feat(mobile): new naming for mobile autocomplete types
* fix(chalice): fixed create heatmap card EE
* fix(chalice): fixed click_rage-heatmap card EE
* fix(chalice): fixed click_rage-heatmap ambiguous alias EE
* refactor(chalice): upgraded dependencies
* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps
* feat(chalice): support table-of-browsers showing user-count
* feat(chalice): support table-of-devices showing user-count
* feat(chalice): support table-of-URLs showing user-count
* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps
* refactor(chalice): search for sessions that have at least 1 location event for heatmaps
* fix(chalice): fixed Elasticsearch-integration
* refactor(chalice): upgraded dependencies
* refactor(chalice): upgraded dependencies
feat(chalice): support heatmaps
* feat(chalice): support table-of-browsers showing user-count
* feat(chalice): support table-of-devices showing user-count
* feat(chalice): support table-of-URLs showing user-count
* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps
* refactor(chalice): search for sessions that have at least 1 location event for heatmaps
* fix(chalice): fixed heatmaps get location events from CH
refactor(chalice): optimized heatmaps get location events from CH