diff --git a/.changeset/pangle-levelplay-app-plugin-missing.md b/.changeset/pangle-levelplay-app-plugin-missing.md deleted file mode 100644 index 327ca3f..0000000 --- a/.changeset/pangle-levelplay-app-plugin-missing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@react-native-ads/pangle": patch -"@react-native-ads/levelplay": patch ---- - -**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. diff --git a/packages/levelplay/CHANGELOG.md b/packages/levelplay/CHANGELOG.md index 1c41e9c..a4c9712 100644 --- a/packages/levelplay/CHANGELOG.md +++ b/packages/levelplay/CHANGELOG.md @@ -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 diff --git a/packages/levelplay/package.json b/packages/levelplay/package.json index 4e23c07..45d06e1 100644 --- a/packages/levelplay/package.json +++ b/packages/levelplay/package.json @@ -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", diff --git a/packages/pangle/CHANGELOG.md b/packages/pangle/CHANGELOG.md index 735fe6d..2b74003 100644 --- a/packages/pangle/CHANGELOG.md +++ b/packages/pangle/CHANGELOG.md @@ -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 diff --git a/packages/pangle/package.json b/packages/pangle/package.json index e99224e..0f29009 100644 --- a/packages/pangle/package.json +++ b/packages/pangle/package.json @@ -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",