File tree 13 files changed +67
-19
lines changed
13 files changed +67
-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.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
+
8
+ ** Note:** Version bump only for package root
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.3] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3 ) (2024-04-04)
7
15
8
16
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.3 " ,
4
+ "version" : " 3.0.4 " ,
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.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
+
8
+ ** Note:** Version bump only for package mutation-testing-elements
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.3] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3 ) (2024-04-04)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-elements" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
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.2" ,
65
- "mutation-testing-metrics" : " 3.0.3 " ,
66
- "mutation-testing-real-time" : " 3.0.3 " ,
67
- "mutation-testing-report-schema" : " 3.0.3 " ,
65
+ "mutation-testing-metrics" : " 3.0.4 " ,
66
+ "mutation-testing-real-time" : " 3.0.4 " ,
67
+ "mutation-testing-report-schema" : " 3.0.4 " ,
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.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
+
8
+ ** Note:** Version bump only for package mutation-testing-metrics-scala
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.3] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3 ) (2024-04-04)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-metrics-scala" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
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.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
+
8
+ ** Note:** Version bump only for package mutation-testing-metrics
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.3] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3 ) (2024-04-04)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-metrics" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
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.3 "
29
+ "mutation-testing-report-schema" : " 3.0.4 "
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.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
+
8
+ ** Note:** Version bump only for package mutation-testing-real-time
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.3] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3 ) (2024-04-04)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-real-time" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
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.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.3...v3.0.4 ) (2024-04-04)
7
+
8
+ ** Note:** Version bump only for package mutation-testing-report-schema
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.3] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v3.0.2...v3.0.3 ) (2024-04-04)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-report-schema" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
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