diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index 568e97ac..3452c47d 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.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 + # [0.45.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.44.3...create-react-native-library@0.45.0) (2024-12-04) ### Bug Fixes diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index 0842e64c..32dfab04 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.0", + "version": "0.45.1", "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 d8cff873..c992d20c 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.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 + +- enable JS codegen transform ([#717](https://github.com/callstack/react-native-builder-bob/issues/717)) ([2fc7496](https://github.com/callstack/react-native-builder-bob/commit/2fc7496e9ad18cfa20990d25f1c7d44b92eedf49)) - by @jbroma + # [0.34.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.33.3...react-native-builder-bob@0.34.0) (2024-12-04) ### Bug Fixes diff --git a/packages/react-native-builder-bob/package.json b/packages/react-native-builder-bob/package.json index bf916b50..1f6fcaf1 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.34.0", + "version": "0.35.0", "description": "CLI to build JavaScript files for React Native libraries", "keywords": [ "react-native",