Skip to content

Commit 3edd100

Browse files
committed
chore: release v1.0.0-alpha.24
1 parent b83f01b commit 3edd100

File tree

23 files changed

+33
-39
lines changed

23 files changed

+33
-39
lines changed

.nx/version-plans/version-plan-1768982019500.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nx/version-plans/version-plan-1769012201799.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.nx/version-plans/version-plan-1769076452249.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nx/version-plans/version-plan-1769158802692.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.0.0-alpha.24 (2026-01-26)
2+
3+
### 🩹 Fixes
4+
5+
- Enables collection of coverage data in monorepository scenarios through the new coverageRoot configuration option. ([#59](https://github.com/callstackincubator/react-native-harness/pull/59))
6+
- Added support for web platform with all functionalities supported by the native equivalents, including UI testing capabilities. ([#62](https://github.com/callstackincubator/react-native-harness/pull/62))
7+
- Added `forwardClientLogs` option to forward React Native logs to terminal during tests ([#63](https://github.com/callstackincubator/react-native-harness/pull/63))
8+
- Add interactive Harness init wizard to guide users through setup and config. ([#60](https://github.com/callstackincubator/react-native-harness/pull/60))
9+
10+
### ❤️ Thank You
11+
12+
- Miklós Fazekas @mfazekas
13+
- Sylvain Abadie
14+
- Szymon Chmal @V3RON
15+
116
## 1.0.0-alpha.23 (2026-01-19)
217

318
### 🩹 Fixes

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-harness/babel-preset",
3-
"version": "1.0.0-alpha.23",
3+
"version": "1.0.0-alpha.24",
44
"type": "commonjs",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-harness/bridge",
3-
"version": "1.0.0-alpha.23",
3+
"version": "1.0.0-alpha.24",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/bundler-metro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-harness/bundler-metro",
33
"description": "Metro bundler for React Native Harness",
4-
"version": "1.0.0-alpha.23",
4+
"version": "1.0.0-alpha.24",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-harness/cli",
3-
"version": "1.0.0-alpha.23",
3+
"version": "1.0.0-alpha.24",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-harness/config",
3-
"version": "1.0.0-alpha.23",
3+
"version": "1.0.0-alpha.24",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)