Skip to content

Commit 2fbd870

Browse files
committed
1 parent 7724e47 commit 2fbd870

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.8](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.8) (2025-04-11)
7+
8+
### Bug Fixes
9+
10+
* pass source flag to codegen cli when possible ([#815](https://github.com/callstack/react-native-builder-bob/issues/815)) ([7724e47](https://github.com/callstack/react-native-builder-bob/commit/7724e474d0b92d08a3a7b2946946114339acc19e)) - by @atlj
11+
612
## [0.49.7](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.7) (2025-04-09)
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.7",
3+
"version": "0.49.8",
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.6](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.6) (2025-04-11)
7+
8+
### Bug Fixes
9+
10+
* pass source flag to codegen cli when possible ([#815](https://github.com/callstack/react-native-builder-bob/issues/815)) ([7724e47](https://github.com/callstack/react-native-builder-bob/commit/7724e474d0b92d08a3a7b2946946114339acc19e)) - by @atlj
11+
612
## [0.40.5](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.5) (2025-04-09)
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.5",
3+
"version": "0.40.6",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)