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
5 changes: 0 additions & 5 deletions .changeset/levelplay-ump-readme-link.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/liftoff-ump-readme-link.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pangle-ump-readme-link.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ump-initial-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unity-ump-readme-link.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.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
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.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",
Expand Down
7 changes: 7 additions & 0 deletions packages/liftoff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
2 changes: 1 addition & 1 deletion packages/liftoff/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.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
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.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",
Expand Down
7 changes: 7 additions & 0 deletions packages/ump/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
2 changes: 1 addition & 1 deletion packages/ump/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/unity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/unity/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down