Skip to content

Commit 5c07d72

Browse files
committed
1 parent 462731c commit 5c07d72

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.7](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.7) (2025-04-09)
7+
8+
### Bug Fixes
9+
10+
- restrict react-native version to 0.78.2 ([66dcc21](https://github.com/callstack/react-native-builder-bob/commit/66dcc212473c8ace501115fa2646737e9d752ad5)) - by @
11+
612
## [0.49.6](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.6) (2025-04-08)
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.6",
3+
"version": "0.49.7",
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.5](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.5) (2025-04-09)
7+
8+
### Bug Fixes
9+
10+
- improve error handling ([2d7e794](https://github.com/callstack/react-native-builder-bob/commit/2d7e7943e3f972a0a8265e35109b73c6df049e39)) - by @satya164
11+
612
## [0.40.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.4) (2025-04-08)
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.4",
3+
"version": "0.40.5",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)