diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index 3452c47d..889034a5 100644 --- a/packages/create-react-native-library/CHANGELOG.md +++ b/packages/create-react-native-library/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.45.2](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.45.1...create-react-native-library@0.45.2) (2024-12-06) + +**Note:** Version bump only for package create-react-native-library + ## [0.45.1](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.45.0...create-react-native-library@0.45.1) (2024-12-06) **Note:** Version bump only for package create-react-native-library diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index 32dfab04..d97aeb10 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.45.1", + "version": "0.45.2", "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 c992d20c..eb670ec0 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.35.1](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.35.0...react-native-builder-bob@0.35.1) (2024-12-06) + +### Bug Fixes + +- skip compiling fabric view as react native freaks out ([#720](https://github.com/callstack/react-native-builder-bob/issues/720)) ([2ec645b](https://github.com/callstack/react-native-builder-bob/commit/2ec645b6627b7682e6004c619d9e0be1e1065496)), closes [#719](https://github.com/callstack/react-native-builder-bob/issues/719) - by @satya164 + # [0.35.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.34.0...react-native-builder-bob@0.35.0) (2024-12-06) ### Features diff --git a/packages/react-native-builder-bob/package.json b/packages/react-native-builder-bob/package.json index af16370c..5b87ade2 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.35.0", + "version": "0.35.1", "description": "CLI to build JavaScript files for React Native libraries", "keywords": [ "react-native",