Skip to content

Commit 04bd18a

Browse files
committed
chore(main): release 2.9.0
1 parent 05e3cbe commit 04bd18a

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. See
44
[standard-version](https://github.com/conventional-changelog/standard-version)
55
for commit guidelines.
66

7+
## [2.9.0](https://github.com/johanbook/meet/compare/v2.8.0...v2.9.0) (2025-08-22)
8+
9+
10+
### Features
11+
12+
* **web-ui:** implement actual date range selector in time series charts ([#1811](https://github.com/johanbook/meet/issues/1811)) ([28a49f0](https://github.com/johanbook/meet/commit/28a49f0d6bd6d7fa292efede56a9685b6cfbffb4))
13+
* **web-ui:** revert to old select ([#1808](https://github.com/johanbook/meet/issues/1808)) ([a1530c9](https://github.com/johanbook/meet/commit/a1530c912fff8e40ccc2b129912930febe0dfd9b))
14+
* **web-ui:** sort time series stats by label ([#1810](https://github.com/johanbook/meet/issues/1810)) ([0faecd7](https://github.com/johanbook/meet/commit/0faecd7759d8a96f5b89a630afb4a6fc5b8b7175))
15+
* **web-ui:** use past year as default when selecting time range ([#1812](https://github.com/johanbook/meet/issues/1812)) ([b2e8e34](https://github.com/johanbook/meet/commit/b2e8e341fd748756c2b61dc4ee38b778d903ddc6))
16+
17+
18+
### Bug Fixes
19+
20+
* **web-ui:** add styling improvements ([#1809](https://github.com/johanbook/meet/issues/1809)) ([05a7c2c](https://github.com/johanbook/meet/commit/05a7c2c803ecce8589259d8acd9fee65a5db13b5))
21+
* **web-ui:** show short weekday format in time series chart by default ([#1797](https://github.com/johanbook/meet/issues/1797)) ([8cf1240](https://github.com/johanbook/meet/commit/8cf124037b00721304fcf3e5cc56e0169fa966cc))
22+
723
## [2.8.0](https://github.com/johanbook/meet/compare/v2.7.0...v2.8.0) (2025-07-26)
824

925

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meet",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "**meet** is an app for meeting other people.",
55
"scripts": {
66
"prepare": "husky install"

0 commit comments

Comments
 (0)