diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index 889034a5..1dce330f 100644 --- a/packages/create-react-native-library/CHANGELOG.md +++ b/packages/create-react-native-library/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.45.3](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.45.2...create-react-native-library@0.45.3) (2024-12-06) + +### Bug Fixes + +- fix codegen script failing due to missing platforms ([86c5c67](https://github.com/callstack/react-native-builder-bob/commit/86c5c67656712a990f2dd1c9eda761c7082d52e6)) - by @satya164 + ## [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 diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index d97aeb10..22834304 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.2", + "version": "0.45.3", "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 df93b9a0..b9c974e3 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.2](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.35.1...react-native-builder-bob@0.35.2) (2024-12-06) + +### Bug Fixes + +- fix syntax error when running the app ([b029db9](https://github.com/callstack/react-native-builder-bob/commit/b029db94aed3c7f4adba7833668ebd146fc1470e)) - by @satya164 + ## [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) ### Reverts diff --git a/packages/react-native-builder-bob/package.json b/packages/react-native-builder-bob/package.json index 5b87ade2..ba8b611d 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.1", + "version": "0.35.2", "description": "CLI to build JavaScript files for React Native libraries", "keywords": [ "react-native",