Skip to content

Commit b09f0d2

Browse files
committed
chore(release): v0.2.1-next.0
1 parent 66297e1 commit b09f0d2

File tree

12 files changed

+53
-11
lines changed

12 files changed

+53
-11
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,48 @@
1212
1313
---
1414

15+
## v0.2.1-next.0 (2025-06-03)
16+
17+
#### :rocket: New Feature
18+
19+
- `vscode-wdio-logger`
20+
- [#41](https://github.com/webdriverio/vscode-webdriverio/pull/41) feat: add the ability to write log to file ([@mato533](https://github.com/mato533))
21+
22+
#### :bug: Bug Fix
23+
24+
- `vscode-webdriverio`
25+
- [#47](https://github.com/webdriverio/vscode-webdriverio/pull/47) fix: update default value of 'webdriverio.configFilePattern' ([@mato533](https://github.com/mato533))
26+
27+
#### :nail_care: Polish
28+
29+
- `vscode-wdio-constants`, `vscode-wdio-types`
30+
- [#49](https://github.com/webdriverio/vscode-webdriverio/pull/49) fix: change the location of definition of type related configurations ([@mato533](https://github.com/mato533))
31+
- `vscode-wdio-api`, `vscode-wdio-logger`, `vscode-wdio-reporter`, `vscode-webdriverio`
32+
- [#48](https://github.com/webdriverio/vscode-webdriverio/pull/48) chore: update eslint rule no-console ([@mato533](https://github.com/mato533))
33+
34+
#### :memo: Documentation
35+
36+
- [#44](https://github.com/webdriverio/vscode-webdriverio/pull/44) docs: update the README.md ([@mato533](https://github.com/mato533))
37+
38+
#### :house: Internal
39+
40+
- Other
41+
- [#45](https://github.com/webdriverio/vscode-webdriverio/pull/45) ci: update dry-run logic of `git push` ([@mato533](https://github.com/mato533))
42+
- [#43](https://github.com/webdriverio/vscode-webdriverio/pull/43) style: update the format rule for YAML ([@mato533](https://github.com/mato533))
43+
- [#38](https://github.com/webdriverio/vscode-webdriverio/pull/38) ci: use cached vscode at E2E tests ([@mato533](https://github.com/mato533))
44+
- `vscode-webdriverio`
45+
- [#42](https://github.com/webdriverio/vscode-webdriverio/pull/42) test: add smoke test for updating spec files ([@mato533](https://github.com/mato533))
46+
47+
#### Committers: 1
48+
49+
- [@mato533](https://github.com/mato533)
50+
51+
#### Pre-release information
52+
53+
##### Visual Studio Marketplace
54+
55+
- v0.2.1748979762
56+
1557
## v0.2.0-next.0 (2025-05-31)
1658

1759
#### :rocket: New Feature

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.0-next.0",
2+
"version": "0.2.1-next.0",
33
"npmClient": "pnpm",
44
"packages": ["packages/*"],
55
"changelog": {

packages/vscode-wdio-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-wdio/api",
3-
"version": "0.2.0-next.0",
3+
"version": "0.2.1-next.0",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/vscode-wdio-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-wdio/config",
3-
"version": "0.2.0-next.0",
3+
"version": "0.2.1-next.0",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/vscode-wdio-constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-wdio/constants",
3-
"version": "0.2.0-next.0",
3+
"version": "0.2.1-next.0",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/vscode-wdio-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-wdio/logger",
3-
"version": "0.2.0-next.0",
3+
"version": "0.2.1-next.0",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/vscode-wdio-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-wdio/reporter",
3-
"version": "0.2.0-next.0",
3+
"version": "0.2.1-next.0",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/vscode-wdio-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-wdio/test",
3-
"version": "0.2.0-next.0",
3+
"version": "0.2.1-next.0",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/vscode-wdio-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-wdio/types",
3-
"version": "0.2.0-next.0",
3+
"version": "0.2.1-next.0",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/vscode-wdio-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode-wdio/utils",
3-
"version": "0.2.0-next.0",
3+
"version": "0.2.1-next.0",
44
"private": true,
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)