diff --git a/CHANGELOG.md b/CHANGELOG.md index b467643a9..6fa56c2c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11) + + +### Bug Fixes + +* **deps:** update dependency typescript-eslint to v8.0.1 ([bc40fc5](https://github.com/stryker-mutator/mutation-testing-elements/commit/bc40fc5737318ce24753fff6f9583539623da0c1)) +* **deps:** update dependency typescript-eslint to v8.1.0 ([#3363](https://github.com/stryker-mutator/mutation-testing-elements/issues/3363)) ([e9c2030](https://github.com/stryker-mutator/mutation-testing-elements/commit/e9c2030ca12b25dacd1c7f7a07cf7283de10e1f1)) +* **deps:** update dependency typescript-eslint to v8.2.0 ([#3378](https://github.com/stryker-mutator/mutation-testing-elements/issues/3378)) ([94e4352](https://github.com/stryker-mutator/mutation-testing-elements/commit/94e43528995ba0b6cbd96d003460d1bcada624b0)) +* **deps:** update dependency typescript-eslint to v8.3.0 ([#3384](https://github.com/stryker-mutator/mutation-testing-elements/issues/3384)) ([45c20b5](https://github.com/stryker-mutator/mutation-testing-elements/commit/45c20b5e93f5bda887667de76f75c9640ca5daf6)) +* **deps:** update dependency typescript-eslint to v8.4.0 ([#3399](https://github.com/stryker-mutator/mutation-testing-elements/issues/3399)) ([936f7dc](https://github.com/stryker-mutator/mutation-testing-elements/commit/936f7dc62066a1ce04ec7b447b1dc18414f284ac)) +* **elements:** fix breadcrumb margin for active item ([#3369](https://github.com/stryker-mutator/mutation-testing-elements/issues/3369)) ([35cc30f](https://github.com/stryker-mutator/mutation-testing-elements/commit/35cc30fb0809d90897b7362c2e0a3b5e7e8d89d4)) +* **elements:** improve usage as a library ([#3367](https://github.com/stryker-mutator/mutation-testing-elements/issues/3367)) ([a9d8ff8](https://github.com/stryker-mutator/mutation-testing-elements/commit/a9d8ff831d53a486f10bacadf2432ffc45a071f3)) + + +### Features + +* **elements:** close drawer when pressing Escape ([#3371](https://github.com/stryker-mutator/mutation-testing-elements/issues/3371)) ([7accac1](https://github.com/stryker-mutator/mutation-testing-elements/commit/7accac16cdce7c7f8d383eb60d5ae185067f9d62)), closes [#3370](https://github.com/stryker-mutator/mutation-testing-elements/issues/3370) +* **elements:** export theme-changed event type ([#3372](https://github.com/stryker-mutator/mutation-testing-elements/issues/3372)) ([b2d2817](https://github.com/stryker-mutator/mutation-testing-elements/commit/b2d281798cb9680334f630d9f736e6b39aeade18)) + + + + + # [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07) diff --git a/lerna.json b/lerna.json index 4c5f85239..0325fa71a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["packages/*"], - "version": "3.2.0", + "version": "3.3.0", "command": { "version": { "allowBranch": "master", diff --git a/package-lock.json b/package-lock.json index 8e4820be5..82ae44e63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3543,6 +3543,13 @@ "mutation-testing-report-schema": "3.1.1" } }, + "node_modules/@stryker-mutator/api/node_modules/mutation-testing-report-schema": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/mutation-testing-report-schema/-/mutation-testing-report-schema-3.1.1.tgz", + "integrity": "sha512-lWIbgUEnMEdsY2yymC7SZRBO+6dbZa5tY/Bmw+xjXYPdBxTVlnd2mjKRPZ6FUxgHJ9vMQmQnktMNAKCWZp1H0A==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@stryker-mutator/core": { "version": "8.4.0", "resolved": "https://registry.npmjs.org/@stryker-mutator/core/-/core-8.4.0.tgz", @@ -3602,6 +3609,13 @@ "mutation-testing-report-schema": "3.1.1" } }, + "node_modules/@stryker-mutator/core/node_modules/mutation-testing-report-schema": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/mutation-testing-report-schema/-/mutation-testing-report-schema-3.1.1.tgz", + "integrity": "sha512-lWIbgUEnMEdsY2yymC7SZRBO+6dbZa5tY/Bmw+xjXYPdBxTVlnd2mjKRPZ6FUxgHJ9vMQmQnktMNAKCWZp1H0A==", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@stryker-mutator/instrumenter": { "version": "8.4.0", "resolved": "https://registry.npmjs.org/@stryker-mutator/instrumenter/-/instrumenter-8.4.0.tgz", @@ -16710,7 +16724,7 @@ }, "packages/elements": { "name": "mutation-testing-elements", - "version": "3.2.0", + "version": "3.3.0", "license": "Apache-2.0", "devDependencies": { "@lit-labs/observers": "2.0.3", @@ -16728,9 +16742,9 @@ "eslint-config-mte": "*", "express": "4.20.0", "lit": "3.2.0", - "mutation-testing-metrics": "3.2.0", - "mutation-testing-real-time": "3.2.0", - "mutation-testing-report-schema": "3.1.1", + "mutation-testing-metrics": "3.3.0", + "mutation-testing-real-time": "3.3.0", + "mutation-testing-report-schema": "3.3.0", "postcss": "8.4.45", "prism-svelte": "0.5.0", "prismjs": "1.29.0", @@ -17174,10 +17188,10 @@ }, "packages/metrics": { "name": "mutation-testing-metrics", - "version": "3.2.0", + "version": "3.3.0", "license": "Apache-2.0", "dependencies": { - "mutation-testing-report-schema": "3.1.1" + "mutation-testing-report-schema": "3.3.0" }, "devDependencies": { "eslint-config-mte": "*" @@ -17185,12 +17199,12 @@ }, "packages/metrics-scala": { "name": "mutation-testing-metrics-scala", - "version": "3.2.0", + "version": "3.3.0", "license": "Apache-2.0" }, "packages/real-time": { "name": "mutation-testing-real-time", - "version": "3.2.0", + "version": "3.3.0", "devDependencies": { "@types/eventsource": "1.1.15", "eventsource": "2.0.2", @@ -17199,7 +17213,7 @@ }, "packages/report-schema": { "name": "mutation-testing-report-schema", - "version": "3.1.1", + "version": "3.3.0", "license": "Apache-2.0", "devDependencies": { "ajv": "8.17.1", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index d2acee38f..b2c09d126 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11) + + +### Bug Fixes + +* **deps:** update dependency typescript-eslint to v8.1.0 ([#3363](https://github.com/stryker-mutator/mutation-testing-elements/issues/3363)) ([e9c2030](https://github.com/stryker-mutator/mutation-testing-elements/commit/e9c2030ca12b25dacd1c7f7a07cf7283de10e1f1)) +* **elements:** fix breadcrumb margin for active item ([#3369](https://github.com/stryker-mutator/mutation-testing-elements/issues/3369)) ([35cc30f](https://github.com/stryker-mutator/mutation-testing-elements/commit/35cc30fb0809d90897b7362c2e0a3b5e7e8d89d4)) +* **elements:** improve usage as a library ([#3367](https://github.com/stryker-mutator/mutation-testing-elements/issues/3367)) ([a9d8ff8](https://github.com/stryker-mutator/mutation-testing-elements/commit/a9d8ff831d53a486f10bacadf2432ffc45a071f3)) + + +### Features + +* **elements:** close drawer when pressing Escape ([#3371](https://github.com/stryker-mutator/mutation-testing-elements/issues/3371)) ([7accac1](https://github.com/stryker-mutator/mutation-testing-elements/commit/7accac16cdce7c7f8d383eb60d5ae185067f9d62)), closes [#3370](https://github.com/stryker-mutator/mutation-testing-elements/issues/3370) +* **elements:** export theme-changed event type ([#3372](https://github.com/stryker-mutator/mutation-testing-elements/issues/3372)) ([b2d2817](https://github.com/stryker-mutator/mutation-testing-elements/commit/b2d281798cb9680334f630d9f736e6b39aeade18)) + + + + + # [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07) diff --git a/packages/elements/package.json b/packages/elements/package.json index f39ddf555..219777893 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-elements", - "version": "3.2.0", + "version": "3.3.0", "description": "A suite of web components for a mutation testing report.", "unpkg": "dist/mutation-test-elements.js", "main": "dist/index.cjs", @@ -60,9 +60,9 @@ "eslint-config-mte": "*", "express": "4.20.0", "lit": "3.2.0", - "mutation-testing-metrics": "3.2.0", - "mutation-testing-real-time": "3.2.0", - "mutation-testing-report-schema": "3.1.1", + "mutation-testing-metrics": "3.3.0", + "mutation-testing-real-time": "3.3.0", + "mutation-testing-report-schema": "3.3.0", "postcss": "8.4.45", "prism-svelte": "0.5.0", "prismjs": "1.29.0", diff --git a/packages/metrics-scala/CHANGELOG.md b/packages/metrics-scala/CHANGELOG.md index b9a49d1bd..5ae6e9de2 100644 --- a/packages/metrics-scala/CHANGELOG.md +++ b/packages/metrics-scala/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11) + + +### Bug Fixes + +* **elements:** improve usage as a library ([#3367](https://github.com/stryker-mutator/mutation-testing-elements/issues/3367)) ([a9d8ff8](https://github.com/stryker-mutator/mutation-testing-elements/commit/a9d8ff831d53a486f10bacadf2432ffc45a071f3)) + + + + + # [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07) **Note:** Version bump only for package mutation-testing-metrics-scala diff --git a/packages/metrics-scala/package.json b/packages/metrics-scala/package.json index 3be5195ca..2a6c88dc2 100644 --- a/packages/metrics-scala/package.json +++ b/packages/metrics-scala/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics-scala", - "version": "3.2.0", + "version": "3.3.0", "description": "Zero-dependency library to calculate mutation testing metrics in Scala.", "nx": { "name": "metrics-scala", diff --git a/packages/metrics/CHANGELOG.md b/packages/metrics/CHANGELOG.md index a35eb60fa..0bab23594 100644 --- a/packages/metrics/CHANGELOG.md +++ b/packages/metrics/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11) + + +### Bug Fixes + +* **elements:** improve usage as a library ([#3367](https://github.com/stryker-mutator/mutation-testing-elements/issues/3367)) ([a9d8ff8](https://github.com/stryker-mutator/mutation-testing-elements/commit/a9d8ff831d53a486f10bacadf2432ffc45a071f3)) + + + + + # [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07) **Note:** Version bump only for package mutation-testing-metrics diff --git a/packages/metrics/package.json b/packages/metrics/package.json index efb2ab5e5..a14fde63d 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics", - "version": "3.2.0", + "version": "3.3.0", "description": "Utility functions to calculate mutation testing metrics.", "type": "module", "main": "dist/src/index.js", @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics#readme", "dependencies": { - "mutation-testing-report-schema": "3.1.1" + "mutation-testing-report-schema": "3.3.0" }, "devDependencies": { "eslint-config-mte": "*" diff --git a/packages/real-time/CHANGELOG.md b/packages/real-time/CHANGELOG.md index da7ab24cf..57afe52af 100644 --- a/packages/real-time/CHANGELOG.md +++ b/packages/real-time/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11) + + +### Bug Fixes + +* **elements:** improve usage as a library ([#3367](https://github.com/stryker-mutator/mutation-testing-elements/issues/3367)) ([a9d8ff8](https://github.com/stryker-mutator/mutation-testing-elements/commit/a9d8ff831d53a486f10bacadf2432ffc45a071f3)) + + + + + # [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07) **Note:** Version bump only for package mutation-testing-real-time diff --git a/packages/real-time/package.json b/packages/real-time/package.json index 5a031f3b9..b594c5732 100644 --- a/packages/real-time/package.json +++ b/packages/real-time/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-real-time", - "version": "3.2.0", + "version": "3.3.0", "description": "Helpers to create a NodeJS server for real-time reporting for a mutation testing elements report", "module": "dist/src/index.js", "exports": { diff --git a/packages/report-schema/CHANGELOG.md b/packages/report-schema/CHANGELOG.md index 9c579e288..db02f494d 100644 --- a/packages/report-schema/CHANGELOG.md +++ b/packages/report-schema/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11) + + +### Bug Fixes + +* **elements:** improve usage as a library ([#3367](https://github.com/stryker-mutator/mutation-testing-elements/issues/3367)) ([a9d8ff8](https://github.com/stryker-mutator/mutation-testing-elements/commit/a9d8ff831d53a486f10bacadf2432ffc45a071f3)) + + + + + ## [3.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18) **Note:** Version bump only for package mutation-testing-report-schema diff --git a/packages/report-schema/package.json b/packages/report-schema/package.json index a131249b8..7ee2d3362 100644 --- a/packages/report-schema/package.json +++ b/packages/report-schema/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-report-schema", - "version": "3.1.1", + "version": "3.3.0", "description": "The json schema for a mutation testing report.", "main": "dist/src/index.js", "type": "module",