Skip to content

Commit 1629fe9

Browse files
committed
chore: release v1.0.0-alpha.25
1 parent fc475c4 commit 1629fe9

File tree

19 files changed

+34
-18
lines changed

19 files changed

+34
-18
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.0.0-alpha.25 (2026-02-06)
2+
3+
### 🩹 Fixes
4+
5+
- Pre-warm Metro bundles to reduce startup time for tests. This improves responsiveness across the supported platforms and Jest runner. ([](https://github.com/callstackincubator/react-native-harness/commit/))
6+
- Pre-warm Metro bundles to reduce startup time for tests. This improves responsiveness across the supported platforms and Jest runner. ([](https://github.com/callstackincubator/react-native-harness/commit/))
7+
- Pre-warm Metro bundles to reduce startup time for tests. This improves responsiveness across the supported platforms and Jest runner. ([](https://github.com/callstackincubator/react-native-harness/commit/))
8+
- Add support for resolving `tsconfig` path aliases in Metro. This helps apps that rely on TypeScript path mappings bundle correctly. ([](https://github.com/callstackincubator/react-native-harness/commit/))
9+
- Pre-warm Metro bundles to reduce startup time for tests. This improves responsiveness across the supported platforms and Jest runner. ([](https://github.com/callstackincubator/react-native-harness/commit/))
10+
- Pre-warm Metro bundles to reduce startup time for tests. This improves responsiveness across the supported platforms and Jest runner. ([](https://github.com/callstackincubator/react-native-harness/commit/))
11+
- Pre-warm Metro bundles to reduce startup time for tests. This improves responsiveness across the supported platforms and Jest runner. ([](https://github.com/callstackincubator/react-native-harness/commit/))
12+
- Pre-warm Metro bundles to reduce startup time for tests. This improves responsiveness across the supported platforms and Jest runner. ([](https://github.com/callstackincubator/react-native-harness/commit/))
13+
- Support screenshots of elements larger than the viewport by capturing the full bounds of the element. ([](https://github.com/callstackincubator/react-native-harness/commit/))
14+
- Pre-warm Metro bundles to reduce startup time for tests. This improves responsiveness across the supported platforms and Jest runner. ([](https://github.com/callstackincubator/react-native-harness/commit/))
15+
- Support screenshots of elements larger than the viewport by capturing the full bounds of the element. ([](https://github.com/callstackincubator/react-native-harness/commit/))
16+
117
## 1.0.0-alpha.24 (2026-01-26)
218

319
### 🩹 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.24",
3+
"version": "1.0.0-alpha.25",
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.24",
3+
"version": "1.0.0-alpha.25",
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.24",
4+
"version": "1.0.0-alpha.25",
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.24",
3+
"version": "1.0.0-alpha.25",
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.24",
3+
"version": "1.0.0-alpha.25",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/github-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@react-native-harness/github-action",
33
"private": true,
44
"description": "GitHub Actions for React Native Harness",
5-
"version": "1.0.0-alpha.24",
5+
"version": "1.0.0-alpha.25",
66
"type": "commonjs",
77
"exports": {
88
"./package.json": "./package.json"

packages/jest/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/jest",
3-
"version": "1.0.0-alpha.24",
3+
"version": "1.0.0-alpha.25",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/metro/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/metro",
3-
"version": "1.0.0-alpha.24",
3+
"version": "1.0.0-alpha.25",
44
"type": "commonjs",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/platform-android/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/platform-android",
33
"description": "Android platform for React Native Harness",
4-
"version": "1.0.0-alpha.24",
4+
"version": "1.0.0-alpha.25",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)