diff --git a/CHANGELOG.md b/CHANGELOG.md index 88666c4f9..83eba97dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04) + + +### Bug Fixes + +* **deps:** update linters to v7 ([#3012](https://github.com/stryker-mutator/mutation-testing-elements/issues/3012)) ([6a2631b](https://github.com/stryker-mutator/mutation-testing-elements/commit/6a2631b7116aaf32f2bec8115c820e7d7a90d2fc)) +* flush real-time response after sending event ([#3106](https://github.com/stryker-mutator/mutation-testing-elements/issues/3106)) ([3f20e11](https://github.com/stryker-mutator/mutation-testing-elements/commit/3f20e113246aa89c26982e248ecf0e43175681ea)) + + +### Features + +* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8)) + + +### Reverts + +* Revert "build(deps-dev): update scala-library from 2.12.18 to 2.13.12 (#3029)" (#3030) ([202bfae](https://github.com/stryker-mutator/mutation-testing-elements/commit/202bfae8a1a5c923174196b7bb2222d94fc7564d)), closes [#3029](https://github.com/stryker-mutator/mutation-testing-elements/issues/3029) [#3030](https://github.com/stryker-mutator/mutation-testing-elements/issues/3030) + + + + + ## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23) diff --git a/lerna.json b/lerna.json index 79ff9482d..b14851a09 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["packages/*"], - "version": "3.0.2", + "version": "3.0.3", "command": { "version": { "allowBranch": "master", diff --git a/package-lock.json b/package-lock.json index 83de9057b..76bfba1ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16760,7 +16760,7 @@ }, "packages/elements": { "name": "mutation-testing-elements", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "devDependencies": { "@playwright/test": "1.42.1", @@ -16777,9 +16777,9 @@ "eslint-config-mte": "*", "express": "4.19.2", "lit": "3.1.2", - "mutation-testing-metrics": "3.0.2", - "mutation-testing-real-time": "3.0.2", - "mutation-testing-report-schema": "3.0.2", + "mutation-testing-metrics": "3.0.3", + "mutation-testing-real-time": "3.0.3", + "mutation-testing-report-schema": "3.0.3", "postcss": "8.4.38", "prism-svelte": "0.5.0", "prismjs": "1.29.0", @@ -16792,10 +16792,10 @@ }, "packages/metrics": { "name": "mutation-testing-metrics", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "dependencies": { - "mutation-testing-report-schema": "3.0.2" + "mutation-testing-report-schema": "3.0.3" }, "devDependencies": { "eslint-config-mte": "*" @@ -16803,12 +16803,12 @@ }, "packages/metrics-scala": { "name": "mutation-testing-metrics-scala", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0" }, "packages/real-time": { "name": "mutation-testing-real-time", - "version": "3.0.2", + "version": "3.0.3", "devDependencies": { "@types/eventsource": "1.1.15", "eventsource": "2.0.2", @@ -16817,7 +16817,7 @@ }, "packages/report-schema": { "name": "mutation-testing-report-schema", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "devDependencies": { "ajv": "8.12.0", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 1b57d30f4..4387c50f5 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/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.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04) + + +### Features + +* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8)) + + + + + ## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23) diff --git a/packages/elements/package.json b/packages/elements/package.json index e82d3dcb3..f4b717695 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-elements", - "version": "3.0.2", + "version": "3.0.3", "description": "A suite of web components for a mutation testing report.", "unpkg": "dist/mutation-test-elements.js", "main": "dist/index.cjs", @@ -62,9 +62,9 @@ "eslint-config-mte": "*", "express": "4.19.2", "lit": "3.1.2", - "mutation-testing-metrics": "3.0.2", - "mutation-testing-real-time": "3.0.2", - "mutation-testing-report-schema": "3.0.2", + "mutation-testing-metrics": "3.0.3", + "mutation-testing-real-time": "3.0.3", + "mutation-testing-report-schema": "3.0.3", "postcss": "8.4.38", "prism-svelte": "0.5.0", "prismjs": "1.29.0", diff --git a/packages/metrics-scala/CHANGELOG.md b/packages/metrics-scala/CHANGELOG.md index f5349b9ed..d4f10637a 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.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04) + + +### Reverts + +* Revert "build(deps-dev): update scala-library from 2.12.18 to 2.13.12 (#3029)" (#3030) ([202bfae](https://github.com/stryker-mutator/mutation-testing-elements/commit/202bfae8a1a5c923174196b7bb2222d94fc7564d)), closes [#3029](https://github.com/stryker-mutator/mutation-testing-elements/issues/3029) [#3030](https://github.com/stryker-mutator/mutation-testing-elements/issues/3030) + + + + + ## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23) **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 fc258efd9..58fd6075d 100644 --- a/packages/metrics-scala/package.json +++ b/packages/metrics-scala/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics-scala", - "version": "3.0.2", + "version": "3.0.3", "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 2a802a41e..a21190325 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.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04) + + +### Features + +* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8)) + + + + + ## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23) **Note:** Version bump only for package mutation-testing-metrics diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 3c783687d..2a9cc2499 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-metrics", - "version": "3.0.2", + "version": "3.0.3", "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.0.2" + "mutation-testing-report-schema": "3.0.3" }, "devDependencies": { "eslint-config-mte": "*" diff --git a/packages/real-time/CHANGELOG.md b/packages/real-time/CHANGELOG.md new file mode 100644 index 000000000..fda544081 --- /dev/null +++ b/packages/real-time/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04) + + +### Bug Fixes + +* flush real-time response after sending event ([#3106](https://github.com/stryker-mutator/mutation-testing-elements/issues/3106)) ([3f20e11](https://github.com/stryker-mutator/mutation-testing-elements/commit/3f20e113246aa89c26982e248ecf0e43175681ea)) + + +### Features + +* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8)) diff --git a/packages/real-time/package.json b/packages/real-time/package.json index b12e24023..add80a5cf 100644 --- a/packages/real-time/package.json +++ b/packages/real-time/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-real-time", - "version": "3.0.2", + "version": "3.0.3", "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 3d88cc483..1a4372db7 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.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04) + + +### Features + +* **real-time:** add real-time package ([#3023](https://github.com/stryker-mutator/mutation-testing-elements/issues/3023)) ([c887bf9](https://github.com/stryker-mutator/mutation-testing-elements/commit/c887bf9c9345a2a9231dcd36fec63878c4ab7ac8)) + + + + + ## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23) **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 6321e0101..7a5dda05f 100644 --- a/packages/report-schema/package.json +++ b/packages/report-schema/package.json @@ -1,6 +1,6 @@ { "name": "mutation-testing-report-schema", - "version": "3.0.2", + "version": "3.0.3", "description": "The json schema for a mutation testing report.", "main": "dist/src/index.js", "type": "module",