Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/fix-pangle-ssv-media-extra.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/levelplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-native-ads/levelplay

## 0.2.2

### Patch Changes

- [`b5b6367`](https://github.com/exzos28/react-native-ads/commit/b5b636783d3d063680639b988a7902abc3531705) Thanks [@exzos28](https://github.com/exzos28)! - Fix Pangle rewarded ad SSV verification: the Pangle SDK only reads the `media_extra` key from `PAGRewardedRequest.extraInfo` (confirmed with Pangle support) — the previous `userId`/`customData` keys and the `PAGConfig.setUserData`/`userDataString` call were silently ignored, so the SSV callback's `user_id` always stayed `"defaultUser"`. `userId` (falling back to `customData`) is now sent as `media_extra`.

Also fix both packages' `exports` map to allow resolving `./app.plugin.js`, which Expo's config-plugin resolver needs — without it, `expo prebuild` failed with `PluginError: Unable to resolve a valid config plugin`.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/levelplay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ads/levelplay",
"version": "0.2.1",
"version": "0.2.2",
"description": "Nitro Modules bridge for the LevelPlay (ironSource) mediation SDK",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/pangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @react-native-ads/pangle

## 0.2.1

### Patch Changes

- [`b5b6367`](https://github.com/exzos28/react-native-ads/commit/b5b636783d3d063680639b988a7902abc3531705) Thanks [@exzos28](https://github.com/exzos28)! - Fix Pangle rewarded ad SSV verification: the Pangle SDK only reads the `media_extra` key from `PAGRewardedRequest.extraInfo` (confirmed with Pangle support) — the previous `userId`/`customData` keys and the `PAGConfig.setUserData`/`userDataString` call were silently ignored, so the SSV callback's `user_id` always stayed `"defaultUser"`. `userId` (falling back to `customData`) is now sent as `media_extra`.

Also fix both packages' `exports` map to allow resolving `./app.plugin.js`, which Expo's config-plugin resolver needs — without it, `expo prebuild` failed with `PluginError: Unable to resolve a valid config plugin`.
2 changes: 1 addition & 1 deletion packages/pangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ads/pangle",
"version": "0.2.0",
"version": "0.2.1",
"description": "Nitro Modules bridge for the Pangle Ads SDK",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
Expand Down
Loading