diff --git a/.changeset/levelplay-ump-readme-link.md b/.changeset/levelplay-ump-readme-link.md deleted file mode 100644 index 75b5007..0000000 --- a/.changeset/levelplay-ump-readme-link.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@react-native-ads/levelplay": patch ---- - -README: point to [`@react-native-ads/ump`](https://www.npmjs.com/package/@react-native-ads/ump) for consent instead of `react-native-google-mobile-ads` (#6). diff --git a/.changeset/liftoff-ump-readme-link.md b/.changeset/liftoff-ump-readme-link.md deleted file mode 100644 index 50766a5..0000000 --- a/.changeset/liftoff-ump-readme-link.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@react-native-ads/liftoff": patch ---- - -README: point to [`@react-native-ads/ump`](https://www.npmjs.com/package/@react-native-ads/ump) for consent instead of `react-native-google-mobile-ads` (#6). diff --git a/.changeset/pangle-ump-readme-link.md b/.changeset/pangle-ump-readme-link.md deleted file mode 100644 index 58505cb..0000000 --- a/.changeset/pangle-ump-readme-link.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@react-native-ads/pangle": patch ---- - -README: point to [`@react-native-ads/ump`](https://www.npmjs.com/package/@react-native-ads/ump) for consent instead of `react-native-google-mobile-ads` (#6). diff --git a/.changeset/ump-initial-release.md b/.changeset/ump-initial-release.md deleted file mode 100644 index 50adac2..0000000 --- a/.changeset/ump-initial-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@react-native-ads/ump": patch ---- - -Add `@react-native-ads/ump`: a Nitro-module wrapper around Google's User Messaging Platform SDK for GDPR/CCPA consent — `requestConsentInfoUpdate`, `loadAndShowConsentFormIfRequired`, `showPrivacyOptionsForm`, `showForm`, `gatherConsent`, plus IAB TCF helpers (`getTCString`, `getGdprApplies`, `getPurposeConsents`, `getPurposeLegitimateInterests`, `getTCModel`, `getUserChoices`) — mirroring `react-native-google-mobile-ads`'s `AdsConsent` API (#6). diff --git a/.changeset/unity-ump-readme-link.md b/.changeset/unity-ump-readme-link.md deleted file mode 100644 index f550912..0000000 --- a/.changeset/unity-ump-readme-link.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@react-native-ads/unity": patch ---- - -README: point to [`@react-native-ads/ump`](https://www.npmjs.com/package/@react-native-ads/ump) for consent instead of `react-native-google-mobile-ads` (#6). diff --git a/packages/levelplay/CHANGELOG.md b/packages/levelplay/CHANGELOG.md index a4c9712..5c3a752 100644 --- a/packages/levelplay/CHANGELOG.md +++ b/packages/levelplay/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-native-ads/levelplay +## 0.2.5 + +### Patch Changes + +- [#6](https://github.com/exzos28/react-native-ads/pull/6) [`0466020`](https://github.com/exzos28/react-native-ads/commit/046602066384907f6fde933317223a004cf87675) Thanks [@exzos28](https://github.com/exzos28)! - README: point to [`@react-native-ads/ump`](https://www.npmjs.com/package/@react-native-ads/ump) for consent instead of `react-native-google-mobile-ads` ([#6](https://github.com/exzos28/react-native-ads/issues/6)). + ## 0.2.4 ### Patch Changes diff --git a/packages/levelplay/package.json b/packages/levelplay/package.json index 2469ba2..38620e2 100644 --- a/packages/levelplay/package.json +++ b/packages/levelplay/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ads/levelplay", - "version": "0.2.4", + "version": "0.2.5", "description": "LevelPlay (ironSource) ad mediation (interstitial & rewarded video) for React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", diff --git a/packages/liftoff/CHANGELOG.md b/packages/liftoff/CHANGELOG.md new file mode 100644 index 0000000..36e4b81 --- /dev/null +++ b/packages/liftoff/CHANGELOG.md @@ -0,0 +1,7 @@ +# @react-native-ads/liftoff + +## 0.2.1 + +### Patch Changes + +- [#6](https://github.com/exzos28/react-native-ads/pull/6) [`0466020`](https://github.com/exzos28/react-native-ads/commit/046602066384907f6fde933317223a004cf87675) Thanks [@exzos28](https://github.com/exzos28)! - README: point to [`@react-native-ads/ump`](https://www.npmjs.com/package/@react-native-ads/ump) for consent instead of `react-native-google-mobile-ads` ([#6](https://github.com/exzos28/react-native-ads/issues/6)). diff --git a/packages/liftoff/package.json b/packages/liftoff/package.json index 2438309..1c4f414 100644 --- a/packages/liftoff/package.json +++ b/packages/liftoff/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ads/liftoff", - "version": "0.2.0", + "version": "0.2.1", "description": "Liftoff Monetize (Vungle) Ads (interstitial & rewarded video) for React Native", "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 2b74003..0292968 100644 --- a/packages/pangle/CHANGELOG.md +++ b/packages/pangle/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-native-ads/pangle +## 0.3.2 + +### Patch Changes + +- [#6](https://github.com/exzos28/react-native-ads/pull/6) [`0466020`](https://github.com/exzos28/react-native-ads/commit/046602066384907f6fde933317223a004cf87675) Thanks [@exzos28](https://github.com/exzos28)! - README: point to [`@react-native-ads/ump`](https://www.npmjs.com/package/@react-native-ads/ump) for consent instead of `react-native-google-mobile-ads` ([#6](https://github.com/exzos28/react-native-ads/issues/6)). + ## 0.3.1 ### Patch Changes diff --git a/packages/pangle/package.json b/packages/pangle/package.json index 9fdc569..1ca4cdb 100644 --- a/packages/pangle/package.json +++ b/packages/pangle/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ads/pangle", - "version": "0.3.1", + "version": "0.3.2", "description": "Pangle Ads (interstitial & rewarded video) for React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", diff --git a/packages/ump/CHANGELOG.md b/packages/ump/CHANGELOG.md new file mode 100644 index 0000000..f643d4c --- /dev/null +++ b/packages/ump/CHANGELOG.md @@ -0,0 +1,7 @@ +# @react-native-ads/ump + +## 0.1.1 + +### Patch Changes + +- [#6](https://github.com/exzos28/react-native-ads/pull/6) [`0466020`](https://github.com/exzos28/react-native-ads/commit/046602066384907f6fde933317223a004cf87675) Thanks [@exzos28](https://github.com/exzos28)! - Add `@react-native-ads/ump`: a Nitro-module wrapper around Google's User Messaging Platform SDK for GDPR/CCPA consent — `requestConsentInfoUpdate`, `loadAndShowConsentFormIfRequired`, `showPrivacyOptionsForm`, `showForm`, `gatherConsent`, plus IAB TCF helpers (`getTCString`, `getGdprApplies`, `getPurposeConsents`, `getPurposeLegitimateInterests`, `getTCModel`, `getUserChoices`) — mirroring `react-native-google-mobile-ads`'s `AdsConsent` API ([#6](https://github.com/exzos28/react-native-ads/issues/6)). diff --git a/packages/ump/package.json b/packages/ump/package.json index fb29ba2..f049bc1 100644 --- a/packages/ump/package.json +++ b/packages/ump/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ads/ump", - "version": "0.1.0", + "version": "0.1.1", "description": "Google User Messaging Platform (UMP) consent SDK for React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", diff --git a/packages/unity/CHANGELOG.md b/packages/unity/CHANGELOG.md index d2eed7e..219757b 100644 --- a/packages/unity/CHANGELOG.md +++ b/packages/unity/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-native-ads/unity +## 0.2.1 + +### Patch Changes + +- [#6](https://github.com/exzos28/react-native-ads/pull/6) [`0466020`](https://github.com/exzos28/react-native-ads/commit/046602066384907f6fde933317223a004cf87675) Thanks [@exzos28](https://github.com/exzos28)! - README: point to [`@react-native-ads/ump`](https://www.npmjs.com/package/@react-native-ads/ump) for consent instead of `react-native-google-mobile-ads` ([#6](https://github.com/exzos28/react-native-ads/issues/6)). + ## 0.1.1 ### Patch Changes diff --git a/packages/unity/package.json b/packages/unity/package.json index 52cce0a..7b35c20 100644 --- a/packages/unity/package.json +++ b/packages/unity/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ads/unity", - "version": "0.2.0", + "version": "0.2.1", "description": "Unity Ads (interstitial & rewarded video) for React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",