Skip to content

Commit

Permalink
chore: release v8.0.0-next.9 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Feb 12, 2025
1 parent e29a84d commit 6eb8d03
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/@wdio_electron-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [8.0.0-next.9](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.8...v8.0.0-next.9) (2025-02-12)

### Bug Fixes

- fix inject logic ([8add63a](https://github.com/webdriverio-community/wdio-electron-service/commit/8add63a71f0485eedba7ce97b696a2440a8288b0))
- support windows file separator ([cbf6b97](https://github.com/webdriverio-community/wdio-electron-service/commit/cbf6b9744668bb138d448b63aa3be22205b69bf8))

### Features

- add the code for generating rollup config ([d51c251](https://github.com/webdriverio-community/wdio-electron-service/commit/d51c251e3a0da74ab786744458a176b65c313b16))
- inject script functionality as a plugin ([06e7aba](https://github.com/webdriverio-community/wdio-electron-service/commit/06e7aba9bbc95e7c6804fc34be5a13aba7c37fa1))
2 changes: 1 addition & 1 deletion packages/@wdio_electron-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/electron-bundler",
"version": "8.0.0-next.4",
"version": "8.0.0-next.9",
"description": "Types for WebdriverIO Electron Service",
"homepage": "https://github.com/webdriverio-community/wdio-electron-service",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/@wdio_electron-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [8.0.0-next.9](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.8...v8.0.0-next.9) (2025-02-12)

# [8.0.0-next.8](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.7...v8.0.0-next.8) (2025-02-05)

# [8.0.0-next.7](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.6...v8.0.0-next.7) (2025-02-03)
Expand Down
2 changes: 1 addition & 1 deletion packages/@wdio_electron-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/electron-types",
"version": "8.0.0-next.8",
"version": "8.0.0-next.9",
"description": "Types for WebdriverIO Electron Service",
"homepage": "https://github.com/webdriverio-community/wdio-electron-service",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/@wdio_electron-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [8.0.0-next.9](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.8...v8.0.0-next.9) (2025-02-12)

### Features

- support object inspection at debug log ([21a3281](https://github.com/webdriverio-community/wdio-electron-service/commit/21a32816bd1b52ec3a1d118607f44fdf8c25f247))

# [8.0.0-next.8](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.7...v8.0.0-next.8) (2025-02-05)

# [8.0.0-next.7](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.6...v8.0.0-next.7) (2025-02-03)
Expand Down
2 changes: 1 addition & 1 deletion packages/@wdio_electron-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/electron-utils",
"version": "8.0.0-next.8",
"version": "8.0.0-next.9",
"description": "Utilities for WebdriverIO Electron Service",
"homepage": "https://github.com/webdriverio-community/wdio-electron-service",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/wdio-electron-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [8.0.0-next.9](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.8...v8.0.0-next.9) (2025-02-12)

# [8.0.0-next.8](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.7...v8.0.0-next.8) (2025-02-05)

# [8.0.0-next.7](https://github.com/webdriverio-community/wdio-electron-service/compare/v8.0.0-next.6...v8.0.0-next.7) (2025-02-03)
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-electron-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdio-electron-service",
"version": "8.0.0-next.8",
"version": "8.0.0-next.9",
"description": "WebdriverIO service to enable Electron testing",
"author": "Sam Maister <[email protected]>",
"homepage": "https://github.com/webdriverio-community/wdio-electron-service",
Expand Down

0 comments on commit 6eb8d03

Please sign in to comment.