File tree 11 files changed +55
-15
lines changed
11 files changed +55
-15
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
+ ## [ 2.0.5] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5 ) (2023-10-31)
7
+
8
+ ** Note:** Version bump only for package root
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4 ) (2023-10-31)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : [" packages/*" ],
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"command" : {
5
5
"version" : {
6
6
"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
+ ## [ 2.0.5] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5 ) (2023-10-31)
7
+
8
+ ** Note:** Version bump only for package mutation-testing-elements
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4 ) (2023-10-31)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-elements" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
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.js" ,
49
49
"karma-sourcemap-loader" : " 0.4.0" ,
50
50
"karma-webpack" : " 5.0.0" ,
51
51
"lit" : " 3.0.1" ,
52
- "mutation-testing-metrics" : " 2.0.4 " ,
53
- "mutation-testing-report-schema" : " 2.0.4 " ,
52
+ "mutation-testing-metrics" : " 2.0.5 " ,
53
+ "mutation-testing-report-schema" : " 2.0.5 " ,
54
54
"postcss" : " 8.4.31" ,
55
55
"postcss-loader" : " 7.3.3" ,
56
56
"prism-svelte" : " 0.5.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
+ ## [ 2.0.5] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5 ) (2023-10-31)
7
+
8
+ ** Note:** Version bump only for package mutation-testing-metrics-scala
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4 ) (2023-10-31)
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" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"description" : " Zero-dependency library to calculate mutation testing metrics in Scala." ,
5
5
"scripts" : {
6
6
"test" : " sbt \" compile; metrics/test; circe/test; docs/mdoc --check\" " ,
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
+ ## [ 2.0.5] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5 ) (2023-10-31)
7
+
8
+ ** Note:** Version bump only for package mutation-testing-metrics
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4 ) (2023-10-31)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mutation-testing-metrics" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"description" : " Utility functions to calculate mutation testing metrics." ,
5
5
"main" : " dist/src/index.js" ,
6
6
"typings" : " dist/src/index.d.ts" ,
20
20
},
21
21
"homepage" : " https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/metrics#readme" ,
22
22
"dependencies" : {
23
- "mutation-testing-report-schema" : " 2.0.4 "
23
+ "mutation-testing-report-schema" : " 2.0.5 "
24
24
},
25
25
"devDependencies" : {
26
26
"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
+ ## [ 2.0.5] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.4...v2.0.5 ) (2023-10-31)
7
+
8
+ ** Note:** Version bump only for package mutation-testing-report-schema
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.0.4] ( https://github.com/stryker-mutator/mutation-testing-elements/compare/v2.0.3...v2.0.4 ) (2023-10-31)
7
15
8
16
** 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" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"description" : " The json schema for a mutation testing report." ,
5
5
"main" : " dist/src/index.js" ,
6
6
"typings" : " dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments