chore(release): version packages#344
Merged
Merged
Conversation
a2dc24d to
834d60b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@callstack/brownfield-cli@3.10.0
Minor Changes
#323
3456d3aThanks @artus9033! - Support RN prebuilts in Brownfield, by default enabled in RN >= 0.84, opt-in in RN 0.83; or in Expo 55+ (Expo 54 is not supported).Add
--use-prebuilt-rn-coretobrownfield package:iosso callers can opt into or out of React Native Apple prebuilt binaries; omitting the flag defers to version-aware defaults handled by Rock. The CLI rejects--use-prebuilt-rn-corewhen React Native is older than 0.81 or when the project is Expo SDK older than 55.Fix brownfield framework dylib install names to use
@rpathinstead of hardcoded paths.brownfield@3.10.0
Patch Changes
3456d3a]:@callstack/brownfield-navigation@3.10.0
Patch Changes
3456d3a]:@callstack/brownie@3.10.0
Patch Changes
3456d3a]:@callstack/react-native-brownfield@3.10.0
Patch Changes
#323
3456d3aThanks @artus9033! - ForceBUILD_LIBRARY_FOR_DISTRIBUTION/SWIFT_EMIT_MODULE_INTERFACEon the CocoaPods ReactBrownfield, Brownie and BrownfieldNavigation targets so Release builds emit.swiftinterfacefiles andxcodebuild -create-xcframework(brownfieldpackage:ios) can merge slices.Updated dependencies [
3456d3a]: