Skip to content

Commit 250cb0a

Browse files
committed
chore: publish
- create-react-native-library@0.52.0 - react-native-builder-bob@0.40.13
1 parent 22cff74 commit 250cb0a

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.52.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.51.1...create-react-native-library@0.52.0) (2025-07-20)
7+
8+
### Bug Fixes
9+
10+
- allow project creation in directories with only .git folder ([#866](https://github.com/callstack/react-native-builder-bob/issues/866)) ([a933e02](https://github.com/callstack/react-native-builder-bob/commit/a933e020aea5cf3cda419954fd3df3b2f5e247a9)) - by @saseungmin
11+
- fix `…Package.kt` being in wrong Java `package` for Nitro ([#869](https://github.com/callstack/react-native-builder-bob/issues/869)) ([14730be](https://github.com/callstack/react-native-builder-bob/commit/14730be2e3a3da92bd27feaf8bd89731306cf9ee)) - by @mrousavy
12+
- remove folly flags that make Nitro Views crash with SIGABRT on RN 0.80 ([#871](https://github.com/callstack/react-native-builder-bob/issues/871)) ([1410c2f](https://github.com/callstack/react-native-builder-bob/commit/1410c2f459f6b55677152bd77a2019b7a6551543)) - by @mrousavy
13+
- use path.sep for better windows compatibility ([05ece3e](https://github.com/callstack/react-native-builder-bob/commit/05ece3eef7037a66bb886ce73d1f9da1c9335f46)) - by @satya164
14+
15+
### Features
16+
17+
- add option to create nitro views ([#805](https://github.com/callstack/react-native-builder-bob/issues/805)) ([830bc59](https://github.com/callstack/react-native-builder-bob/commit/830bc59ac3504755f2913fa66e9ce0d451c64040)) - by @Juozas-Petkelis
18+
619
## [0.51.1](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.51.0...create-react-native-library@0.51.1) (2025-06-21)
720

821
### 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.51.1",
3+
"version": "0.52.0",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.13](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.40.12...react-native-builder-bob@0.40.13) (2025-07-20)
7+
8+
### Bug Fixes
9+
10+
- ignore error in tsbuildinfo deletion ([7ec4317](https://github.com/callstack/react-native-builder-bob/commit/7ec43176305b4aafaf1a199b8856153b630c97a1)), closes [#867](https://github.com/callstack/react-native-builder-bob/issues/867) - by @satya164
11+
- use path.sep for better windows compatibility ([05ece3e](https://github.com/callstack/react-native-builder-bob/commit/05ece3eef7037a66bb886ce73d1f9da1c9335f46)) - by @satya164
12+
613
## [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)
714

815
### Bug Fixes

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.12",
3+
"version": "0.40.13",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)