chore: changeset version#1391
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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/repack@5.3.0
Minor Changes
#1378
d806b04Thanks @bartekkrok! - AddmaxInlineSizeoption to assets loader for size-based asset inlining. Use it together withinline: true— assets whose largest variant is within the threshold are inlined as base64 URIs; larger assets are extracted as separate files.#1376
daad54dThanks @whydidoo! - Allow customizing the native HTTP client used to download remote scripts:RemoteScriptLoader.okHttpClientFactoryon Android andScriptManager.urlSessionFactoryon iOS (for SSL pinning, interceptors, custom headers, timeouts, etc.)#1381
997816eThanks @bartekkrok! - AddpublicKeyPathandnativeProjectPathsoptions toCodeSigningPlugin. WhenpublicKeyPathis set, the plugin automatically embeds the public key intoInfo.plist(iOS) andstrings.xml(Android) during compilation, removing the need for manual native file setup. TheembedPublicKeyutility is also exported for standalone use.Patch Changes
#1379
8ab3105Thanks @JhohellsDL! - Fix CodeSigningPlugin signing assets at processAssets ANALYSE stage (2000) instead of assetEmitted, ensuring bundles are signed before plugins running at REPORT stage (5000) such as withZephyr() can capture and upload them#1382
ac3577bThanks @MikitasK! - Add support for passing a per-scriptpublicKeyfromScriptManagerresolvers so signed bundles can be verified with a runtime-provided public key instead of only the app-embeddedRepackPublicKey#1380
856f1c1Thanks @MikitasK! - Fix Android dev-server URLs on physical devices by preservinglocalhostinstead of rewriting it to10.0.2.2.Updated dependencies []:
@callstack/repack-dev-server@5.3.0
@callstack/repack-init@5.3.0
@callstack/repack-plugin-expo-modules@5.3.0
@callstack/repack-plugin-nativewind@5.3.0
@callstack/repack-plugin-reanimated@5.3.0