From 173dd75ab525857757c6c606699386ae9f68de7c Mon Sep 17 00:00:00 2001 From: vigneshrajsb Date: Sun, 15 Mar 2026 09:24:06 -0700 Subject: [PATCH] chore: bump dashboard version to 0.6.0 Co-Authored-By: Claude Opus 4.6 --- apps/dashboard/package.json | 2 +- charts/playwright-manager/Chart.yaml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 426dc73..8eb4ddc 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@playwright-manager/dashboard", - "version": "0.5.1", + "version": "0.6.0", "private": true, "license": "MIT", "scripts": { diff --git a/charts/playwright-manager/Chart.yaml b/charts/playwright-manager/Chart.yaml index dee44a8..8fdf304 100644 --- a/charts/playwright-manager/Chart.yaml +++ b/charts/playwright-manager/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: playwright-manager description: Self-hosted test management for Playwright - track health, manage flaky tests, and control test execution remotely via quarantine rules type: application -version: 0.5.1 -appVersion: "0.5.1" +version: 0.6.0 +appVersion: "0.6.0" home: https://github.com/vigneshrajsb/playwright-manager sources: - https://github.com/vigneshrajsb/playwright-manager @@ -19,9 +19,10 @@ keywords: annotations: artifacthub.io/license: MIT artifacthub.io/changes: | - - Add quarantine tracking with skip counts, pipeline split, and result badges - - Add test detail sidebar with run history and skip rules - - Rename disable to quarantine throughout dashboard + - Add docs site with package documentation (reporter, fixture, eslint-plugin) + - Flatten dashboard routes (remove /dashboard prefix) + - Remove auto-pass flaky feature from reporter + - Add docs dev server to Tilt local development setup dependencies: - name: postgresql version: "~16.4.0"