Skip to content

Commit 1d7c811

Browse files
committed
chore: release v1.0.0-alpha.19
1 parent fdd0146 commit 1d7c811

File tree

17 files changed

+41
-16
lines changed

17 files changed

+41
-16
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 1.0.0-alpha.19 (2025-12-21)
2+
3+
### 🩹 Fixes
4+
5+
- ## Features ([](https://github.com/callstackincubator/react-native-harness/commit/))
6+
7+
- Add support for expo-dev-client
8+
Enables development with Expo's development client for enhanced debugging capabilities
9+
- Guard against augmenting the Metro config twice
10+
Prevents duplicate Metro configuration modifications that could cause issues
11+
- Run Metro internally
12+
Integrates Metro bundler execution within the harness for better control
13+
14+
## Fixes
15+
16+
- Add missing use-sync-external-store dependency
17+
Fixes runtime errors by including required React hook dependency
18+
19+
## Chores
20+
21+
- Reduce install size
22+
Optimizes package dependencies to decrease installation footprint
23+
- Add GitHub Actions for Harness
24+
Sets up automated CI/CD workflows for the project
25+
126
## [1.0.0-alpha.18] (2025-11-03)
227

328
### Features

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.18",
3+
"version": "1.0.0-alpha.19",
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.18",
3+
"version": "1.0.0-alpha.19",
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.18",
4+
"version": "1.0.0-alpha.19",
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.18",
3+
"version": "1.0.0-alpha.19",
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.18",
3+
"version": "1.0.0-alpha.19",
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.18",
5+
"version": "1.0.0-alpha.19",
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.18",
3+
"version": "1.0.0-alpha.19",
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.18",
3+
"version": "1.0.0-alpha.19",
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.18",
4+
"version": "1.0.0-alpha.19",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)