Skip to content

Commit 21cee4a

Browse files
chore: release @wdio/[email protected] [skip ci]
1 parent 138e67d commit 21cee4a

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616

1717

18+
19+
## @wdio/native-utils@2.0.0 - 2026-04-17
20+
21+
### Added
22+
- implement per-worker backend management for CrabNebula, enable E2E testing (#171)
23+
- add support for electron-builder custom config files (#65)
24+
- deeplink testing (#60)
25+
- ci release workflows (#53)
26+
- tauri plugin (#23)
27+
- ensure multiremote works with the tauri service (#17)
28+
- tauri service (#6)
29+
30+
### Changed
31+
- add README files for @wdio/native-types and @wdio/native-utils
32+
- update package.json homepage and repository URLs for multiple packages
33+
- update dependencies (#230)
34+
- update Node.js engine requirements across multiple packages
35+
- update dependencies and improve package configurations (#203)
36+
- replace `read-package-up` with custom implementation
37+
- use custom implementation of `read-package-up`
38+
- migrate `readPackageUp` function to `@wdio/native-utils` and update imports in launcher and pathResolver
39+
- update `read-package-up`
40+
- update package.json files to enable releases
41+
- types (#174)
42+
- **electron**: update createElectronCapabilities interface (#165)
43+
- electron service standardisation with tauri, update agent-os standards (#158)
44+
- rename repo, docs rework (#95)
45+
- standardize E2E apps (#72)
46+
- extend path creation for `linux/arm64`
47+
- fix trusted publishing
48+
- downgrade `read-package-up`
49+
- update deps
50+
- standardise published files, add LICENSE
51+
- release @wdio/native-utils@2.0.0 [skip-ci]
52+
- fix tarball bloat
53+
- update versions & homepage values
54+
55+
### Fixed
56+
- update files field in package.json to simplify file inclusion
57+
- update files field in package.json to include all dist files
58+
1859
## [@wdio/native-types@2.1.0] - 2026-04-17
1960

2061
[Full Changelog](https://github.com/webdriverio/desktop-mobile.git/compare/[email protected])

packages/native-utils/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@
5656
"typescript": "^5.9.3",
5757
"vitest": "^4.0.18"
5858
},
59-
"files": ["dist", "LICENSE", "README.md"],
59+
"files": [
60+
"dist",
61+
"LICENSE",
62+
"README.md"
63+
],
6064
"publishConfig": {
6165
"access": "public",
6266
"provenance": true

0 commit comments

Comments
 (0)