diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index c1d91cbc..5365ea3c 100644 --- a/packages/create-react-native-library/CHANGELOG.md +++ b/packages/create-react-native-library/CHANGELOG.md @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.41.1](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.41.0...create-react-native-library@0.41.1) (2024-09-08) + +### Bug Fixes + +- creating library with react-native-test-app example ([#622](https://github.com/callstack/react-native-builder-bob/issues/622)) ([25f9556](https://github.com/callstack/react-native-builder-bob/commit/25f955688fa08d1688d47ab66056e87740a9ae19)) - by @szymonrybczak + # [0.41.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.40.0...create-react-native-library@0.41.0) (2024-08-16) ### Features -* ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj +- ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj # [0.40.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.39.0...create-react-native-library@0.40.0) (2024-08-01) diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index 138a4998..6e6433d5 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.41.0", + "version": "0.41.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 a353eea0..7a068e6e 100644 --- a/packages/react-native-builder-bob/CHANGELOG.md +++ b/packages/react-native-builder-bob/CHANGELOG.md @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.30.1](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.30.0...react-native-builder-bob@0.30.1) (2024-09-08) + +### Bug Fixes + +- treat ESM syntax code as CommonJS if esm is not enabled ([b7a08cd](https://github.com/callstack/react-native-builder-bob/commit/b7a08cdd29e796739708f531239eba719f5c8e26)), closes [#621](https://github.com/callstack/react-native-builder-bob/issues/621) [#625](https://github.com/callstack/react-native-builder-bob/issues/625) - by @satya164 + # [0.30.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.29.1...react-native-builder-bob@0.30.0) (2024-08-16) ### Features -* ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj +- ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj ## [0.29.1](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.29.0...react-native-builder-bob@0.29.1) (2024-08-12) diff --git a/packages/react-native-builder-bob/package.json b/packages/react-native-builder-bob/package.json index 45835729..0530f709 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.30.0", + "version": "0.30.1", "description": "CLI to build JavaScript files for React Native libraries", "keywords": [ "react-native",