From 99128be2d7b530718fccf4add3d16793a5a0d5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Gu=CC=88ner?= Date: Fri, 15 Nov 2024 23:40:22 +0300 Subject: [PATCH] chore: publish - create-react-native-library@0.44.0 - react-native-builder-bob@0.32.0 --- packages/create-react-native-library/CHANGELOG.md | 12 ++++++++++++ packages/create-react-native-library/package.json | 2 +- packages/react-native-builder-bob/CHANGELOG.md | 6 ++++++ packages/react-native-builder-bob/package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index 2293cb0a9..c07a7b570 100644 --- a/packages/create-react-native-library/CHANGELOG.md +++ b/packages/create-react-native-library/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.44.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.43.0...create-react-native-library@0.44.0) (2024-11-15) + +### Bug Fixes + +* correct the paths for codegen generated header files on views ([#680](https://github.com/callstack/react-native-builder-bob/issues/680)) ([6069721](https://github.com/callstack/react-native-builder-bob/commit/606972160c18117d4dc466c87652498119322a87)), closes [#669](https://github.com/callstack/react-native-builder-bob/issues/669) [ios#2](https://github.com/ios/issues/2) - by @atlj +* every created example app is testing app ([#684](https://github.com/callstack/react-native-builder-bob/issues/684)) ([4a3d2a1](https://github.com/callstack/react-native-builder-bob/commit/4a3d2a120466b95058f4fe3d08eed165582c99ad)) - by @atlj +* expo app doesn't have index.js ([#686](https://github.com/callstack/react-native-builder-bob/issues/686)) ([f08ab08](https://github.com/callstack/react-native-builder-bob/commit/f08ab088fdefe33389843e02ae600236746393cd)), closes [#682](https://github.com/callstack/react-native-builder-bob/issues/682) - by @atlj + +### Features + +* don't add a XCode prebuild action to invoke codegen anymore ([#679](https://github.com/callstack/react-native-builder-bob/issues/679)) ([8fc684a](https://github.com/callstack/react-native-builder-bob/commit/8fc684a4a2c90cfa10e005da112e2836c86cf316)) - by @atlj + # [0.43.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.42.3...create-react-native-library@0.43.0) (2024-11-08) ### Features diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index d30fbe76e..de8219356 100644 --- a/packages/create-react-native-library/package.json +++ b/packages/create-react-native-library/package.json @@ -1,6 +1,6 @@ { "name": "create-react-native-library", - "version": "0.43.0", + "version": "0.44.0", "description": "CLI to scaffold React Native libraries", "keywords": [ "react-native", diff --git a/packages/react-native-builder-bob/CHANGELOG.md b/packages/react-native-builder-bob/CHANGELOG.md index f7cff1a95..8932aef43 100644 --- a/packages/react-native-builder-bob/CHANGELOG.md +++ b/packages/react-native-builder-bob/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.32.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.31.0...react-native-builder-bob@0.32.0) (2024-11-15) + +### Features + +* use node to call codegen ([#685](https://github.com/callstack/react-native-builder-bob/issues/685)) ([55eec1c](https://github.com/callstack/react-native-builder-bob/commit/55eec1cf57c234abd6de7c40dcdbb7a6c25251e5)) - by @atlj + # [0.31.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.30.3...react-native-builder-bob@0.31.0) (2024-11-08) ### Features diff --git a/packages/react-native-builder-bob/package.json b/packages/react-native-builder-bob/package.json index 9284793da..c70a8132b 100644 --- a/packages/react-native-builder-bob/package.json +++ b/packages/react-native-builder-bob/package.json @@ -1,6 +1,6 @@ { "name": "react-native-builder-bob", - "version": "0.31.0", + "version": "0.32.0", "description": "CLI to build JavaScript files for React Native libraries", "keywords": [ "react-native",