Skip to content

Version Packages - #4

Merged
exzos28 merged 1 commit into
mainfrom
changeset-release/main
Aug 28, 2026
Merged

Version Packages#4
exzos28 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

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

@react-native-ads/pangle@0.3.0

Minor Changes

  • c202106 Thanks @exzos28! - Breaking: PangleAdVerificationOptions no longer has userId/customData. The Pangle SDK only reads a single media_extra key from PAGRewardedRequest.extraInfo (confirmed with Pangle support) — any other key, including a literal userId/customData, is silently ignored and the S2S callback's user_id stays "defaultUser". PAGConfig.setUserData/userDataString has no effect on the SSV callback either.

    The option is now a single mediaExtra?: string field forwarded to the native SDK verbatim as media_extra — callers decide what value to put there (e.g. a user id), instead of the library guessing a priority between two unrelated fields.

    - ad.load({ userId: myUserId })
    + ad.load({ mediaExtra: myUserId })

Patch Changes

  • 777e3fb Thanks @exzos28! - Rename the shadowed config parameter in the Gradle properties mod callback to modConfig, fixing an eslint no-shadow warning in app.plugin.js. No behavior change.

@react-native-ads/levelplay@0.2.3

Patch Changes

  • 777e3fb Thanks @exzos28! - Rename the shadowed config parameter in the Gradle properties mod callback to modConfig, fixing an eslint no-shadow warning in app.plugin.js. No behavior change.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from e9395e5 to 500b44b Compare August 28, 2026 12:29
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 500b44b to 7ba3b3e Compare August 28, 2026 12:33
@exzos28
exzos28 merged commit 74fda3e into main Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant