Bump version v2.4.0.

This commit is contained in:
Mike Cao 2023-07-28 23:16:36 -07:00
parent 8584093bb4
commit f52df74faa
2 changed files with 3 additions and 1 deletions

View File

@ -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.',

View File

@ -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",