Skip to content

Commit 644ea99

Browse files
v3.3.0
1 parent fc9c190 commit 644ea99

File tree

13 files changed

+119
-19
lines changed

13 files changed

+119
-19
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency typescript-eslint to v8.0.1 ([bc40fc5](https://github.com/stryker-mutator/mutation-testing-elements/commit/bc40fc5737318ce24753fff6f9583539623da0c1))
12+
* **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))
13+
* **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))
14+
* **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))
15+
* **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))
16+
* **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))
17+
* **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))
18+
19+
20+
### Features
21+
22+
* **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)
23+
* **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))
24+
25+
26+
27+
28+
629
# [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
730

831

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

package-lock.json

Lines changed: 23 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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
* **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))
13+
* **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))
14+
15+
16+
### Features
17+
18+
* **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)
19+
* **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))
20+
21+
22+
23+
24+
625
# [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
726

827

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.2.0",
3+
"version": "3.3.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",
@@ -60,9 +60,9 @@
6060
"eslint-config-mte": "*",
6161
"express": "4.20.0",
6262
"lit": "3.2.0",
63-
"mutation-testing-metrics": "3.2.0",
64-
"mutation-testing-real-time": "3.2.0",
65-
"mutation-testing-report-schema": "3.1.1",
63+
"mutation-testing-metrics": "3.3.0",
64+
"mutation-testing-real-time": "3.3.0",
65+
"mutation-testing-report-schema": "3.3.0",
6666
"postcss": "8.4.45",
6767
"prism-svelte": "0.5.0",
6868
"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.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
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.2.0",
3+
"version": "3.3.0",
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.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
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.2.0",
3+
"version": "3.3.0",
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.1.1"
29+
"mutation-testing-report-schema": "3.3.0"
3030
},
3131
"devDependencies": {
3232
"eslint-config-mte": "*"

packages/real-time/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.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.2.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.1...v3.2.0) (2024-08-07)
718

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

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.2.0",
3+
"version": "3.3.0",
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.3.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.2.0...v3.3.0) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [3.1.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.1.0...v3.1.1) (2024-07-18)
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.1.1",
3+
"version": "3.3.0",
44
"description": "The json schema for a mutation testing report.",
55
"main": "dist/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)