Skip to content

Commit 8c4e4ba

Browse files
v3.1.0
1 parent 6e6f366 commit 8c4e4ba

File tree

13 files changed

+101
-19
lines changed

13 files changed

+101
-19
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint to v9 ([#3120](https://github.com/stryker-mutator/mutation-testing-elements/issues/3120)) ([0840404](https://github.com/stryker-mutator/mutation-testing-elements/commit/084040476f8e241457c704f24521d080b4d08017))
12+
* **elements:** use correct color for Svelte icon ([#3184](https://github.com/stryker-mutator/mutation-testing-elements/issues/3184)) ([caa01b4](https://github.com/stryker-mutator/mutation-testing-elements/commit/caa01b42ef2d8aeaf2ef89f716fa6e1d2a9065f5))
13+
14+
15+
### Features
16+
17+
* **elements:** add highlighting for .sc and .sbt files ([#3183](https://github.com/stryker-mutator/mutation-testing-elements/issues/3183)) ([f131f47](https://github.com/stryker-mutator/mutation-testing-elements/commit/f131f474cd26d7acbbba21b4d3ef99198b63773d))
18+
* **elements:** add Rust syntax highlighting & icon ([#3181](https://github.com/stryker-mutator/mutation-testing-elements/issues/3181)) ([795b1d3](https://github.com/stryker-mutator/mutation-testing-elements/commit/795b1d34384e366cc9420f56c0afda676a46ba10))
19+
20+
21+
22+
23+
624
## [3.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
725

826
**Note:** Version bump only for package root

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.4",
4+
"version": "3.1.0",
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint to v9 ([#3120](https://github.com/stryker-mutator/mutation-testing-elements/issues/3120)) ([0840404](https://github.com/stryker-mutator/mutation-testing-elements/commit/084040476f8e241457c704f24521d080b4d08017))
12+
* **elements:** use correct color for Svelte icon ([#3184](https://github.com/stryker-mutator/mutation-testing-elements/issues/3184)) ([caa01b4](https://github.com/stryker-mutator/mutation-testing-elements/commit/caa01b42ef2d8aeaf2ef89f716fa6e1d2a9065f5))
13+
14+
15+
### Features
16+
17+
* **elements:** add highlighting for .sc and .sbt files ([#3183](https://github.com/stryker-mutator/mutation-testing-elements/issues/3183)) ([f131f47](https://github.com/stryker-mutator/mutation-testing-elements/commit/f131f474cd26d7acbbba21b4d3ef99198b63773d))
18+
* **elements:** add Rust syntax highlighting & icon ([#3181](https://github.com/stryker-mutator/mutation-testing-elements/issues/3181)) ([795b1d3](https://github.com/stryker-mutator/mutation-testing-elements/commit/795b1d34384e366cc9420f56c0afda676a46ba10))
19+
20+
21+
22+
23+
624
## [3.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
725

826
**Note:** Version bump only for package mutation-testing-elements

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.4",
3+
"version": "3.1.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",
@@ -62,9 +62,9 @@
6262
"eslint-config-mte": "*",
6363
"express": "4.19.2",
6464
"lit": "3.1.3",
65-
"mutation-testing-metrics": "3.0.4",
66-
"mutation-testing-real-time": "3.0.4",
67-
"mutation-testing-report-schema": "3.0.4",
65+
"mutation-testing-metrics": "3.1.0",
66+
"mutation-testing-real-time": "3.1.0",
67+
"mutation-testing-report-schema": "3.1.0",
6868
"postcss": "8.4.38",
6969
"prism-svelte": "0.5.0",
7070
"prismjs": "1.29.0",

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.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
7+
8+
**Note:** Version bump only for package mutation-testing-metrics-scala
9+
10+
11+
12+
13+
614
## [3.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
715

816
**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.4",
3+
"version": "3.1.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.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint to v9 ([#3120](https://github.com/stryker-mutator/mutation-testing-elements/issues/3120)) ([0840404](https://github.com/stryker-mutator/mutation-testing-elements/commit/084040476f8e241457c704f24521d080b4d08017))
12+
13+
14+
15+
16+
617
## [3.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
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.4",
3+
"version": "3.1.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.0.4"
29+
"mutation-testing-report-schema": "3.1.0"
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
@@ -3,6 +3,22 @@
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.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint to v9 ([#3120](https://github.com/stryker-mutator/mutation-testing-elements/issues/3120)) ([0840404](https://github.com/stryker-mutator/mutation-testing-elements/commit/084040476f8e241457c704f24521d080b4d08017))
12+
13+
14+
### Features
15+
16+
* **elements:** add Rust syntax highlighting & icon ([#3181](https://github.com/stryker-mutator/mutation-testing-elements/issues/3181)) ([795b1d3](https://github.com/stryker-mutator/mutation-testing-elements/commit/795b1d34384e366cc9420f56c0afda676a46ba10))
17+
18+
19+
20+
21+
622
## [3.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
723

824
**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.0.4",
3+
"version": "3.1.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.1.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.4...v3.1.0) (2024-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint to v9 ([#3120](https://github.com/stryker-mutator/mutation-testing-elements/issues/3120)) ([0840404](https://github.com/stryker-mutator/mutation-testing-elements/commit/084040476f8e241457c704f24521d080b4d08017))
12+
13+
14+
15+
16+
617
## [3.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4) (2024-04-04)
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.4",
3+
"version": "3.1.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)