From a3ff4d839b6c2a09e92009bd464362421598c141 Mon Sep 17 00:00:00 2001 From: y-infra Date: Tue, 26 Nov 2024 22:16:23 +0000 Subject: [PATCH] chore(release): 10.10.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2debd094..5abc5ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [10.10.0](https://github.com/gemini-testing/html-reporter/compare/v10.9.2...v10.10.0) (2024-11-26) + + +### Bug Fixes + +* add playwright visual checks results to correct steps in new ui ([#617](https://github.com/gemini-testing/html-reporter/issues/617)) ([c482679](https://github.com/gemini-testing/html-reporter/commit/c482679)) +* display skip reason in new ui ([#618](https://github.com/gemini-testing/html-reporter/issues/618)) ([35c39c5](https://github.com/gemini-testing/html-reporter/commit/35c39c5)) +* fix large padding on top of test card when there is no describe ([#616](https://github.com/gemini-testing/html-reporter/issues/616)) ([7d6eadb](https://github.com/gemini-testing/html-reporter/commit/7d6eadb)) + + +### Features + +* implement tests grouping ([#615](https://github.com/gemini-testing/html-reporter/issues/615)) ([3be381f](https://github.com/gemini-testing/html-reporter/commit/3be381f)) +* implement toolbar for selecting tests and quick actions ([#613](https://github.com/gemini-testing/html-reporter/issues/613)) ([1a70f01](https://github.com/gemini-testing/html-reporter/commit/1a70f01)) + + + ## [10.9.2](https://github.com/gemini-testing/html-reporter/compare/v10.9.1...v10.9.2) (2024-11-14) diff --git a/package-lock.json b/package-lock.json index 6aaa03c7..b80996c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.9.2", + "version": "10.10.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 7701e6e1..68b38b5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.9.2", + "version": "10.10.0", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"