Skip to content

Commit 41c972f

Browse files
chore: release packages (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7500756 commit 41c972f

5 files changed

Lines changed: 17 additions & 23 deletions

File tree

.changeset/add-hourly-interval-view.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/fix-contrast-in-metrics-tooltip.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/update-data-refresh-control-design.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/monitor-app/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# cwv-monitor-app
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 132ca7b: Add hourly interval view and enhanced time range options
8+
- Added interval options (hour, day, week, month) for dashboard metrics with combined labels (e.g., "7d / 1h")
9+
- Dashboard components and charts now respect and propagate selected intervals for accurate time-series data
10+
11+
### Patch Changes
12+
13+
- f0dd992: Change text color in metric selector to improve contrast
14+
- b667edf: Update DataRefreshControl component design
15+
- Removed gray background from auto-refresh button for cleaner UI
16+
- Updated component styling with improved visual hierarchy and spacing
17+
- Enhanced typography with better font sizes and weights
18+
319
## 1.1.0
420

521
### Minor Changes

apps/monitor-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cwv-monitor-app",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 3000",

0 commit comments

Comments
 (0)