Skip to content

Commit a448a7f

Browse files
committed
chore: publish
- create-react-native-library@0.50.0 - react-native-builder-bob@0.40.8
1 parent 5b07097 commit a448a7f

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

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

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.50.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.49.10...create-react-native-library@0.50.0) (2025-05-03)
7+
8+
### Bug Fixes
9+
10+
- remove unnecessary condition ([39f7e71](https://github.com/callstack/react-native-builder-bob/commit/39f7e71eca493484c81e4208859ca336da5cb53b)) - by @satya164
11+
12+
### Features
13+
14+
- add non-interactive mode ([#831](https://github.com/callstack/react-native-builder-bob/issues/831)) ([5b07097](https://github.com/callstack/react-native-builder-bob/commit/5b070979ca9ce7a6a7edf468acfae5d716cf5d0c)) - by @satya164
15+
616
## [0.49.10](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.49.9...create-react-native-library@0.49.10) (2025-04-30)
717

818
### 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.10",
3+
"version": "0.50.0",
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.8](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.40.7...react-native-builder-bob@0.40.8) (2025-05-03)
7+
8+
### Bug Fixes
9+
10+
- add missing dependency for bob ([4ac8987](https://github.com/callstack/react-native-builder-bob/commit/4ac89870541015467890b0b854d6029c53f3b494)) - by @satya164
11+
612
## [0.40.7](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.40.6...react-native-builder-bob@0.40.7) (2025-04-30)
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.7",
3+
"version": "0.40.8",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)