File tree 13 files changed +101
-19
lines changed
13 files changed +101
-19
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
24
## [ 3.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
25
8
26
** Note:** Version bump only for package root
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
3
"packages" : [" packages/*" ],
4
- "version" : " 3.0.4 " ,
4
+ "version" : " 3.1.0 " ,
5
5
"command" : {
6
6
"version" : {
7
7
"allowBranch" : " master" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
24
## [ 3.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
25
8
26
** Note:** Version bump only for package mutation-testing-elements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-elements" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.1.0 " ,
4
4
"description" : " A suite of web components for a mutation testing report." ,
5
5
"unpkg" : " dist/mutation-test-elements.js" ,
6
6
"main" : " dist/index.cjs" ,
62
62
"eslint-config-mte" : " *" ,
63
63
"express" : " 4.19.2" ,
64
64
"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 " ,
68
68
"postcss" : " 8.4.38" ,
69
69
"prism-svelte" : " 0.5.0" ,
70
70
"prismjs" : " 1.29.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 3.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
15
8
16
** Note:** Version bump only for package mutation-testing-metrics-scala
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-metrics-scala" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.1.0 " ,
4
4
"description" : " Zero-dependency library to calculate mutation testing metrics in Scala." ,
5
5
"nx" : {
6
6
"name" : " metrics-scala" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 3.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
18
8
19
** Note:** Version bump only for package mutation-testing-metrics
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-metrics" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.1.0 " ,
4
4
"description" : " Utility functions to calculate mutation testing metrics." ,
5
5
"type" : " module" ,
6
6
"main" : " dist/src/index.js" ,
26
26
},
27
27
"homepage" : " https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics#readme" ,
28
28
"dependencies" : {
29
- "mutation-testing-report-schema" : " 3.0.4 "
29
+ "mutation-testing-report-schema" : " 3.1.0 "
30
30
},
31
31
"devDependencies" : {
32
32
"eslint-config-mte" : " *"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
22
## [ 3.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
23
8
24
** Note:** Version bump only for package mutation-testing-real-time
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-real-time" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.1.0 " ,
4
4
"description" : " Helpers to create a NodeJS server for real-time reporting for a mutation testing elements report" ,
5
5
"module" : " dist/src/index.js" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 3.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
18
8
19
** Note:** Version bump only for package mutation-testing-report-schema
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-report-schema" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.1.0 " ,
4
4
"description" : " The json schema for a mutation testing report." ,
5
5
"main" : " dist/src/index.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments