Skip to content

Commit 869e9b5

Browse files
v3.4.0
1 parent 5e16b3a commit 869e9b5

File tree

7 files changed

+63
-5
lines changed

7 files changed

+63
-5
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.3.0...v3.4.0) (2024-11-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency typescript-eslint to v8.11.0 ([#3474](https://github.com/stryker-mutator/mutation-testing-elements/issues/3474)) ([c165771](https://github.com/stryker-mutator/mutation-testing-elements/commit/c165771e98284fced70e38d714d08586d252e8cf))
12+
* **deps:** update dependency typescript-eslint to v8.12.2 ([#3495](https://github.com/stryker-mutator/mutation-testing-elements/issues/3495)) ([31aa74e](https://github.com/stryker-mutator/mutation-testing-elements/commit/31aa74e23c8524f50d286592b74bed3dfef36182))
13+
* **deps:** update dependency typescript-eslint to v8.13.0 ([#3504](https://github.com/stryker-mutator/mutation-testing-elements/issues/3504)) ([622b685](https://github.com/stryker-mutator/mutation-testing-elements/commit/622b68598787a8fd691628ca1a5b16d5ea93c30e))
14+
* **deps:** update dependency typescript-eslint to v8.14.0 ([#3515](https://github.com/stryker-mutator/mutation-testing-elements/issues/3515)) ([c50c570](https://github.com/stryker-mutator/mutation-testing-elements/commit/c50c570e5d15762a76d4abd3383e2c9446554e6e))
15+
* **deps:** update dependency typescript-eslint to v8.15.0 ([#3523](https://github.com/stryker-mutator/mutation-testing-elements/issues/3523)) ([3702250](https://github.com/stryker-mutator/mutation-testing-elements/commit/370225069014ddeb03266cc0175654db0099e90a))
16+
* **deps:** update dependency typescript-eslint to v8.5.0 ([#3413](https://github.com/stryker-mutator/mutation-testing-elements/issues/3413)) ([9ed659f](https://github.com/stryker-mutator/mutation-testing-elements/commit/9ed659f0f8cbd715ceb0a76b6f8001e4fd04b766))
17+
* **deps:** update dependency typescript-eslint to v8.6.0 ([#3429](https://github.com/stryker-mutator/mutation-testing-elements/issues/3429)) ([652d250](https://github.com/stryker-mutator/mutation-testing-elements/commit/652d25055815c7a5289470c33b1cd6ddfd5b57cc))
18+
* **deps:** update dependency typescript-eslint to v8.7.0 ([#3438](https://github.com/stryker-mutator/mutation-testing-elements/issues/3438)) ([1b69574](https://github.com/stryker-mutator/mutation-testing-elements/commit/1b6957475c461891915635105167e1c3fac3131b))
19+
* **deps:** update dependency typescript-eslint to v8.8.0 ([#3446](https://github.com/stryker-mutator/mutation-testing-elements/issues/3446)) ([effb179](https://github.com/stryker-mutator/mutation-testing-elements/commit/effb1793d2ddcd41055055846ad1cc23220664cb))
20+
* **deps:** update dependency typescript-eslint to v8.8.1 ([e4cbc5c](https://github.com/stryker-mutator/mutation-testing-elements/commit/e4cbc5c932ee95c2cdd12ab21f9e5e859a5e17c3))
21+
* **elements:** consider statusReason for drawer detail ([#3508](https://github.com/stryker-mutator/mutation-testing-elements/issues/3508)) ([3ce9a0e](https://github.com/stryker-mutator/mutation-testing-elements/commit/3ce9a0e319e13c95a2e9c6f15c3ea8186aca86bd)), closes [#3481](https://github.com/stryker-mutator/mutation-testing-elements/issues/3481)
22+
23+
24+
### Features
25+
26+
* **elements:** add file picker ([#3404](https://github.com/stryker-mutator/mutation-testing-elements/issues/3404)) ([8310717](https://github.com/stryker-mutator/mutation-testing-elements/commit/8310717021f4d431cf1eba509fbafaf6a1a1c88f))
27+
* **elements:** animate dot/triangle opening/closing ([#3507](https://github.com/stryker-mutator/mutation-testing-elements/issues/3507)) ([69127f9](https://github.com/stryker-mutator/mutation-testing-elements/commit/69127f9d5b64dab7270d96a2080ece465dee5119))
28+
* **elements:** listen to prefers-color-scheme event to switch theme ([#3518](https://github.com/stryker-mutator/mutation-testing-elements/issues/3518)) ([3c79cd1](https://github.com/stryker-mutator/mutation-testing-elements/commit/3c79cd100d42b4347142c05cf56c9d60d1667776))
29+
* **elements:** make mutant dots styling more clear ([#3475](https://github.com/stryker-mutator/mutation-testing-elements/issues/3475)) ([10638f4](https://github.com/stryker-mutator/mutation-testing-elements/commit/10638f45ab29edfe5dae24f7c478caa37c3b4643))
30+
* **file-picker:** add fuzzy search to file picker ([#3517](https://github.com/stryker-mutator/mutation-testing-elements/issues/3517)) ([577c6c1](https://github.com/stryker-mutator/mutation-testing-elements/commit/577c6c198a9d5f2789e9342dfcbbc83b73f14a75))
31+
32+
33+
34+
35+
636
# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)
737

838

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.3.0",
4+
"version": "3.4.0",
55
"command": {
66
"version": {
77
"allowBranch": "master",

package-lock.json

Lines changed: 2 additions & 2 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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.3.0...v3.4.0) (2024-11-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **elements:** consider statusReason for drawer detail ([#3508](https://github.com/stryker-mutator/mutation-testing-elements/issues/3508)) ([3ce9a0e](https://github.com/stryker-mutator/mutation-testing-elements/commit/3ce9a0e319e13c95a2e9c6f15c3ea8186aca86bd)), closes [#3481](https://github.com/stryker-mutator/mutation-testing-elements/issues/3481)
12+
13+
14+
### Features
15+
16+
* **elements:** add file picker ([#3404](https://github.com/stryker-mutator/mutation-testing-elements/issues/3404)) ([8310717](https://github.com/stryker-mutator/mutation-testing-elements/commit/8310717021f4d431cf1eba509fbafaf6a1a1c88f))
17+
* **elements:** animate dot/triangle opening/closing ([#3507](https://github.com/stryker-mutator/mutation-testing-elements/issues/3507)) ([69127f9](https://github.com/stryker-mutator/mutation-testing-elements/commit/69127f9d5b64dab7270d96a2080ece465dee5119))
18+
* **elements:** listen to prefers-color-scheme event to switch theme ([#3518](https://github.com/stryker-mutator/mutation-testing-elements/issues/3518)) ([3c79cd1](https://github.com/stryker-mutator/mutation-testing-elements/commit/3c79cd100d42b4347142c05cf56c9d60d1667776))
19+
* **elements:** make mutant dots styling more clear ([#3475](https://github.com/stryker-mutator/mutation-testing-elements/issues/3475)) ([10638f4](https://github.com/stryker-mutator/mutation-testing-elements/commit/10638f45ab29edfe5dae24f7c478caa37c3b4643))
20+
* **file-picker:** add fuzzy search to file picker ([#3517](https://github.com/stryker-mutator/mutation-testing-elements/issues/3517)) ([577c6c1](https://github.com/stryker-mutator/mutation-testing-elements/commit/577c6c198a9d5f2789e9342dfcbbc83b73f14a75))
21+
22+
23+
24+
25+
626
# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)
727

828

packages/elements/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-elements",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "A suite of web components for a mutation testing report.",
55
"unpkg": "dist/mutation-test-elements.js",
66
"main": "dist/index.cjs",

packages/metrics-scala/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.3.0...v3.4.0) (2024-11-22)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
# [3.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)
715

816

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.3.0",
3+
"version": "3.4.0",
44
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",
55
"nx": {
66
"name": "metrics-scala",

0 commit comments

Comments
 (0)