Skip to content

Commit 274081c

Browse files
committed
chore: release v1.0.0-alpha.21
1 parent 0472f00 commit 274081c

File tree

21 files changed

+31
-36
lines changed

21 files changed

+31
-36
lines changed

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

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

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

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

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

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

.nx/version-plans/version-plan-1768465317882.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.21 (2026-01-15)
2+
3+
### 🩹 Fixes
4+
5+
- Adds Object.hasOwn polyfill to the runtime package for JSC (JavaScriptCore) compatibility. ([#53](https://github.com/callstackincubator/react-native-harness/pull/53))
6+
- Add automatic app restart functionality when apps fail to report ready within the configured timeout period, improving test reliability by recovering from startup failures. ([#55](https://github.com/callstackincubator/react-native-harness/pull/55))
7+
- Added native crash detection during test execution that automatically detects when the app crashes, skips the current test file, and continues with the next test file after restarting the app. ([#56](https://github.com/callstackincubator/react-native-harness/pull/56))
8+
- Bundling errors are now displayed in the CLI output, providing immediate feedback when build issues occur. ([#57](https://github.com/callstackincubator/react-native-harness/pull/57))
9+
10+
### ❤️ Thank You
11+
12+
- bheemreddy-samsara @bheemreddy-samsara
13+
- manud99 @manud99
14+
- Szymon Chmal @V3RON
15+
116
## 1.0.0-alpha.20 (2026-01-07)
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.20",
3+
"version": "1.0.0-alpha.21",
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.20",
3+
"version": "1.0.0-alpha.21",
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.20",
4+
"version": "1.0.0-alpha.21",
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.20",
3+
"version": "1.0.0-alpha.21",
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.20",
3+
"version": "1.0.0-alpha.21",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)