diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index 1dce330f5..4fa53975e 100644 --- a/packages/create-react-native-library/CHANGELOG.md +++ b/packages/create-react-native-library/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.45.4](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.45.3...create-react-native-library@0.45.4) (2024-12-08) + +### Bug Fixes + +- don't crash if resolving version fails ([a403f14](https://github.com/callstack/react-native-builder-bob/commit/a403f149d2c578b5dcf524951f29b2aa0baa9619)) - by @satya164 +- validate arguments correctly ([#724](https://github.com/callstack/react-native-builder-bob/issues/724)) ([a34d80f](https://github.com/callstack/react-native-builder-bob/commit/a34d80fcf76aff1e3797f1ca1fd586fce7900731)) - by @satya164 + ## [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 diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index 228343048..4e1d12371 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.3", + "version": "0.45.4", "description": "CLI to scaffold React Native libraries", "keywords": [ "react-native", diff --git a/packages/create-react-native-library/templates/native-common-example/example/ios/File.swift b/packages/create-react-native-library/templates/native-common-example/example/ios/File.swift deleted file mode 100644 index 7fe83d863..000000000 --- a/packages/create-react-native-library/templates/native-common-example/example/ios/File.swift +++ /dev/null @@ -1,6 +0,0 @@ -// -// File.swift -// <%- project.name -%>Example -// - -import Foundation diff --git a/packages/create-react-native-library/templates/native-common-example/example/ios/{%- project.name %}Example-Bridging-Header.h b/packages/create-react-native-library/templates/native-common-example/example/ios/{%- project.name %}Example-Bridging-Header.h deleted file mode 100644 index e11d920b1..000000000 --- a/packages/create-react-native-library/templates/native-common-example/example/ios/{%- project.name %}Example-Bridging-Header.h +++ /dev/null @@ -1,3 +0,0 @@ -// -// Use this file to import your target's public headers that you would like to expose to Swift. -//