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
6 changes: 0 additions & 6 deletions .changeset/pangle-levelplay-app-plugin-missing.md

This file was deleted.

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

## 0.2.4

### Patch Changes

- [`a86a178`](https://github.com/exzos28/react-native-ads/commit/a86a178f491dd55f29f5080fa8b601087141b860) Thanks [@exzos28](https://github.com/exzos28)! - **Fix:** `app.plugin.js` was declared in `exports` and documented in the README, but missing from `files`, so it was never included in the published tarball. Expo's config-plugin resolution fell back to `main` (an ESM build) and crashed with `SyntaxError: Unexpected token 'typeof'` instead of applying the plugin. Added `app.plugin.js` to `files` so it actually ships.

## 0.2.3

### 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.3",
"version": "0.2.4",
"description": "Nitro Modules bridge for the LevelPlay (ironSource) mediation SDK",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/pangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-native-ads/pangle

## 0.3.1

### Patch Changes

- [`a86a178`](https://github.com/exzos28/react-native-ads/commit/a86a178f491dd55f29f5080fa8b601087141b860) Thanks [@exzos28](https://github.com/exzos28)! - **Fix:** `app.plugin.js` was declared in `exports` and documented in the README, but missing from `files`, so it was never included in the published tarball. Expo's config-plugin resolution fell back to `main` (an ESM build) and crashed with `SyntaxError: Unexpected token 'typeof'` instead of applying the plugin. Added `app.plugin.js` to `files` so it actually ships.

## 0.3.0

### Minor Changes
Expand Down
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.3.0",
"version": "0.3.1",
"description": "Nitro Modules bridge for the Pangle Ads SDK",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
Expand Down