File tree Expand file tree Collapse file tree 8 files changed +27
-17
lines changed Expand file tree Collapse file tree 8 files changed +27
-17
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @web/test-runner-commands
2
2
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e3bb3cf: Add "forcedColors" support to "emulateMedia" command
8
+ - efe42a8f: Add explicit types export to work with node16 module resolution (typescript 4.7)
9
+
3
10
## 0.6.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web/test-runner-commands" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
53
53
},
54
54
"devDependencies" : {
55
55
"@web/test-runner-chrome" : " ^0.10.2" ,
56
- "@web/test-runner-playwright" : " ^0.8.8 " ,
56
+ "@web/test-runner-playwright" : " ^0.8.9 " ,
57
57
"@web/test-runner-webdriver" : " ^0.5.0" ,
58
58
"mocha" : " ^8.2.1"
59
59
}
Original file line number Diff line number Diff line change 1
1
# @web/test-runner-playwright
2
2
3
+ ## 0.8.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e3bb3cf: Add "forcedColors" support to "emulateMedia" command
8
+
3
9
## 0.8.8
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web/test-runner-playwright" ,
3
- "version" : " 0.8.8 " ,
3
+ "version" : " 0.8.9 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
Original file line number Diff line number Diff line change 1
1
# @web/test-runner
2
2
3
+ ## 0.13.29
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e3bb3cf: Add "forcedColors" support to "emulateMedia" command
8
+ - Updated dependencies [ 8e3bb3cf]
9
+ - Updated dependencies [ efe42a8f]
10
+ - @web/test-runner-commands @0.6.2
11
+
3
12
## 0.13.28
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web/test-runner" ,
3
- "version" : " 0.13.28 " ,
3
+ "version" : " 0.13.29 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
77
77
"@web/config-loader" : " ^0.1.3" ,
78
78
"@web/dev-server" : " ^0.1.24" ,
79
79
"@web/test-runner-chrome" : " ^0.10.7" ,
80
- "@web/test-runner-commands" : " ^0.6.0 " ,
80
+ "@web/test-runner-commands" : " ^0.6.2 " ,
81
81
"@web/test-runner-core" : " ^0.10.26" ,
82
82
"@web/test-runner-mocha" : " ^0.7.5" ,
83
83
"camelcase" : " ^6.2.0" ,
You can’t perform that action at this time.
0 commit comments