Skip to content

Commit 240421d

Browse files
committed
chore: publish
- create-react-native-library@0.51.0 - react-native-builder-bob@0.40.12
1 parent dd029a9 commit 240421d

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.51.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.50.3...create-react-native-library@0.51.0) (2025-06-14)
7+
8+
### Bug Fixes
9+
10+
- abort git repository creation if it takes too long ([#861](https://github.com/callstack/react-native-builder-bob/issues/861)) ([5d0e5cf](https://github.com/callstack/react-native-builder-bob/commit/5d0e5cf0e34e3cdb2f28c8499117e44341dbcaa8)) - by @satya164
11+
- Add `nitro.json` to npm package ([#860](https://github.com/callstack/react-native-builder-bob/issues/860)) ([46c0b13](https://github.com/callstack/react-native-builder-bob/commit/46c0b135eae04e73a35e311accf66bd4cfdc9cf8)) - by @mrousavy
12+
13+
### Features
14+
15+
- enable 16 KB page size on Android ([#859](https://github.com/callstack/react-native-builder-bob/issues/859)) ([a802ef3](https://github.com/callstack/react-native-builder-bob/commit/a802ef3982f88ae0af9c00747d233791b0b37126)) - by @mrousavy
16+
617
## [0.50.3](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.50.2...create-react-native-library@0.50.3) (2025-05-15)
718

819
### Bug Fixes

packages/create-react-native-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-library",
3-
"version": "0.50.3",
3+
"version": "0.51.0",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

packages/react-native-builder-bob/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.40.11...react-native-builder-bob@0.40.12) (2025-06-14)
7+
8+
### Bug Fixes
9+
10+
- move metro-config to dev dependencies ([dd029a9](https://github.com/callstack/react-native-builder-bob/commit/dd029a98026a6cfa41134fe7265fa52f8e437f5f)) - by @satya164
11+
612
## [0.40.11](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.40.10...react-native-builder-bob@0.40.11) (2025-05-15)
713

814
**Note:** Version bump only for package react-native-builder-bob

packages/react-native-builder-bob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-builder-bob",
3-
"version": "0.40.11",
3+
"version": "0.40.12",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)