mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Bump version v2.4.0.
This commit is contained in:
parent
8584093bb4
commit
f52df74faa
@ -33,12 +33,14 @@ export function ReportTemplates() {
|
|||||||
const { formatMessage, labels } = useMessages();
|
const { formatMessage, labels } = useMessages();
|
||||||
|
|
||||||
const reports = [
|
const reports = [
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
title: formatMessage(labels.insights),
|
title: formatMessage(labels.insights),
|
||||||
description: 'Dive deeper into your data by using segments and filters.',
|
description: 'Dive deeper into your data by using segments and filters.',
|
||||||
url: '/reports/insights',
|
url: '/reports/insights',
|
||||||
icon: <Lightbulb />,
|
icon: <Lightbulb />,
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
title: formatMessage(labels.funnel),
|
title: formatMessage(labels.funnel),
|
||||||
description: 'Understand the conversion and drop-off rate of users.',
|
description: 'Understand the conversion and drop-off rate of users.',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "umami",
|
"name": "umami",
|
||||||
"version": "2.3.1",
|
"version": "2.4.0",
|
||||||
"description": "A simple, fast, privacy-focused alternative to Google Analytics.",
|
"description": "A simple, fast, privacy-focused alternative to Google Analytics.",
|
||||||
"author": "Mike Cao <mike@mikecao.com>",
|
"author": "Mike Cao <mike@mikecao.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user