Skip to content

Commit 1093e42

Browse files
committed
1 parent aa2a3f3 commit 1093e42

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/create-react-native-library/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.49.5](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.5) (2025-04-07)
7+
8+
### Bug Fixes
9+
10+
- require node 23.4.0 to avoid ESM warning ([aa2a3f3](https://github.com/callstack/react-native-builder-bob/commit/aa2a3f3dd30438442125ba16e27e3951c99092f1)) - by @
11+
612
## [0.49.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.4) (2025-04-07)
713

814
### Bug Fixes

packages/create-react-native-library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-library",
3-
"version": "0.49.4",
3+
"version": "0.49.5",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

packages/react-native-builder-bob/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.40.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.3) (2025-04-07)
7+
8+
### Bug Fixes
9+
10+
- require node 23.4.0 to avoid ESM warning ([aa2a3f3](https://github.com/callstack/react-native-builder-bob/commit/aa2a3f3dd30438442125ba16e27e3951c99092f1)) - by @
11+
612
## [0.40.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.2) (2025-04-07)
713

814
### Bug Fixes

packages/react-native-builder-bob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-builder-bob",
3-
"version": "0.40.2",
3+
"version": "0.40.3",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)