Skip to content

Commit 156f1e2

Browse files
v3.0.3
1 parent 3f20e11 commit 156f1e2

File tree

13 files changed

+101
-19
lines changed

13 files changed

+101
-19
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
* 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))
13+
14+
15+
### Features
16+
17+
* **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))
18+
19+
20+
### Reverts
21+
22+
* 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)
23+
24+
25+
26+
27+
628
## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)
729

830

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"command": {
66
"version": {
77
"allowBranch": "master",

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)
718

819

packages/elements/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-elements",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"main": "dist/index.cjs",
@@ -62,9 +62,9 @@
6262
"eslint-config-mte": "*",
6363
"express": "4.19.2",
6464
"lit": "3.1.2",
65-
"mutation-testing-metrics": "3.0.2",
66-
"mutation-testing-real-time": "3.0.2",
67-
"mutation-testing-report-schema": "3.0.2",
65+
"mutation-testing-metrics": "3.0.3",
66+
"mutation-testing-real-time": "3.0.3",
67+
"mutation-testing-report-schema": "3.0.3",
6868
"postcss": "8.4.38",
6969
"prism-svelte": "0.5.0",
7070
"prismjs": "1.29.0",

packages/metrics-scala/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
7+
8+
9+
### Reverts
10+
11+
* 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)
12+
13+
14+
15+
16+
617
## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)
718

819
**Note:** Version bump only for package mutation-testing-metrics-scala

packages/metrics-scala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-metrics-scala",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
55
"nx": {
66
"name": "metrics-scala",

packages/metrics/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)
718

819
**Note:** Version bump only for package mutation-testing-metrics

packages/metrics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-metrics",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Utility functions to calculate mutation testing metrics.",
55
"type": "module",
66
"main": "dist/src/index.js",
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics#readme",
2828
"dependencies": {
29-
"mutation-testing-report-schema": "3.0.2"
29+
"mutation-testing-report-schema": "3.0.3"
3030
},
3131
"devDependencies": {
3232
"eslint-config-mte": "*"

packages/real-time/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
### Features
15+
16+
* **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))

packages/real-time/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-real-time",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Helpers to create a NodeJS server for real-time reporting for a mutation testing elements report",
55
"module": "dist/src/index.js",
66
"exports": {

packages/report-schema/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.3](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3) (2024-04-04)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [3.0.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.1...v3.0.2) (2023-12-23)
718

819
**Note:** Version bump only for package mutation-testing-report-schema

packages/report-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-testing-report-schema",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "The json schema for a mutation testing report.",
55
"main": "dist/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)