Skip to content

Commit b046357

Browse files
committed
1 parent e5aa62d commit b046357

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

docs/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
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.5.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.5.1) (2025-03-18)
7+
8+
**Note:** Version bump only for package docs
9+
610
# [0.5.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.5.0) (2025-02-07)
711

812
### Features
913

10-
* **bob:** support custom target definitions ([#732](https://github.com/callstack/react-native-builder-bob/issues/732)) ([5b42f44](https://github.com/callstack/react-native-builder-bob/commit/5b42f440fc609d9a49b94a5435276acda9d0ade7)) - by @atlj
14+
- **bob:** support custom target definitions ([#732](https://github.com/callstack/react-native-builder-bob/issues/732)) ([5b42f44](https://github.com/callstack/react-native-builder-bob/commit/5b42f440fc609d9a49b94a5435276acda9d0ade7)) - by @atlj
1115

1216
## [0.4.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.4.1) (2024-12-04)
1317

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"description": "Documentation for react-native-builder-bob",
66
"scripts": {

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.48.5](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.48.5) (2025-03-18)
7+
8+
### Bug Fixes
9+
10+
- prevent example app from adding newArchEnabled if already present ([#796](https://github.com/callstack/react-native-builder-bob/issues/796)) ([711e9ea](https://github.com/callstack/react-native-builder-bob/commit/711e9eaa5f30aae5f5c8aacbbb0fab15cc3d211d)) - by @Serchinastico
11+
612
## [0.48.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.48.4) (2025-03-18)
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.48.4",
3+
"version": "0.48.5",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)