Skip to content

Commit 20645f3

Browse files
committed
1 parent ef93d26 commit 20645f3

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.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.4) (2025-04-07)
7+
8+
### Bug Fixes
9+
10+
- fix engines field ([ef93d26](https://github.com/callstack/react-native-builder-bob/commit/ef93d26d2f5f28ae72a802388dd2361022f05ec5)) - by @
11+
612
## [0.49.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.3) (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.3",
3+
"version": "0.49.4",
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.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.2) (2025-04-07)
7+
8+
### Bug Fixes
9+
10+
- fix engines field ([ef93d26](https://github.com/callstack/react-native-builder-bob/commit/ef93d26d2f5f28ae72a802388dd2361022f05ec5)) - by @
11+
612
## [0.40.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.1) (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.1",
3+
"version": "0.40.2",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)