Skip to content

Commit 7c77f70

Browse files
chore: release @wdio/[email protected] [skip ci]
1 parent ebbbe3d commit 7c77f70

2 files changed

Lines changed: 54 additions & 1 deletion

File tree

CHANGELOG.md

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

1414

1515

16+
17+
## @wdio/native-types@2.0.0 - 2026-04-17
18+
19+
### Added
20+
- implement per-worker backend management for CrabNebula, enable E2E testing (#171)
21+
- **tauri**: add embedded WebDriver provider support (#166)
22+
- standardise tauri API with electron (#146)
23+
- complete tauri mocking (#143)
24+
- tauri deeplinking (#128)
25+
- CrabNebula support (#122)
26+
- `@wdio/native-spy` (#88)
27+
- js-only mocking, logging rework (#67)
28+
- class mocks (#73)
29+
- add support for electron-builder custom config files (#65)
30+
- deeplink testing (#60)
31+
- **electron**: port logging improvements to electron service (#57)
32+
- ci release workflows (#53)
33+
- **tauri**: logging integration (#39)
34+
- tauri plugin (#23)
35+
36+
### Changed
37+
- add README files for @wdio/native-types and @wdio/native-utils
38+
- update package.json homepage and repository URLs for multiple packages
39+
- update dependencies (#230)
40+
- update Node.js engine requirements across multiple packages
41+
- update dependencies and improve package configurations (#203)
42+
- replace `read-package-up` with custom implementation
43+
- use custom implementation of `read-package-up`
44+
- update `read-package-up`
45+
- update package.json files to enable releases
46+
- types (#174)
47+
- **electron**: update createElectronCapabilities interface (#165)
48+
- rename repo, docs rework (#95)
49+
- tweak mock types
50+
- use packed webdriverio & puppeteer
51+
- update deps
52+
- fix trusted publishing
53+
- downgrade `read-package-up`
54+
- update deps
55+
- standardise published files, add LICENSE
56+
- release @wdio/native-types@2.0.0 [skip-ci]
57+
- fix tarball bloat
58+
- update versions & homepage values
59+
- clean up and separate types (#52)
60+
61+
### Fixed
62+
- update files field in package.json to simplify file inclusion
63+
- update files field in package.json to include all dist files
64+
1665
## [@wdio/native-spy@1.0.9] - 2026-04-17
1766

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

packages/native-types/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@
4545
"typescript": "^5.9.3",
4646
"webdriverio": "catalog:default"
4747
},
48-
"files": ["dist", "LICENSE", "README.md"],
48+
"files": [
49+
"dist",
50+
"LICENSE",
51+
"README.md"
52+
],
4953
"publishConfig": {
5054
"access": "public",
5155
"provenance": true

0 commit comments

Comments
 (0)