Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - admob-plus@2.0.0-alpha.14
 - admob-plus-cordova@2.0.0-alpha.15
 - cordova-plugin-consent@3.0.0-alpha.7
 - admob-plus-cordova-native@1.0.0-alpha.16
 - admob-plus-cordova-webview-ad@0.2.10
 - @admob-plus/ionic@2.0.0-alpha.15
  • Loading branch information
ratson committed Mar 5, 2024
1 parent a9889ae commit e40d540
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 14 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.14](https://github.com/admob-plus/admob-plus/compare/admob-plus@2.0.0-alpha.13...admob-plus@2.0.0-alpha.14) (2024-03-05)

**Note:** Version bump only for package admob-plus





# [2.0.0-alpha.13](https://github.com/admob-plus/admob-plus/compare/admob-plus@2.0.0-alpha.12...admob-plus@2.0.0-alpha.13) (2023-12-12)

**Note:** Version bump only for package admob-plus
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "admob-plus",
"description": "AdMob Plus CLI",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"bin": "./lib/main.js",
"type": "module",
"dependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cordova-consent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.7](https://github.com/admob-plus/admob-plus/compare/cordova-plugin-consent@3.0.0-alpha.6...cordova-plugin-consent@3.0.0-alpha.7) (2024-03-05)


### Features

* **consent/android:** update UMP_VERSION to v2.2.0 ([d095c14](https://github.com/admob-plus/admob-plus/commit/d095c145bce981e618b98bda5b293a54ccbc0bdd))
* **cordova-consent/ios:** update GoogleUserMessagingPlatform to 2.2.0 ([8538b29](https://github.com/admob-plus/admob-plus/commit/8538b29bbf25253183004c6b9d1fb5a2ce3b21ac))





# [3.0.0-alpha.6](https://github.com/admob-plus/admob-plus/compare/cordova-plugin-consent@3.0.0-alpha.5...cordova-plugin-consent@3.0.0-alpha.6) (2023-12-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/cordova-consent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-consent",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "Google Consent SDK Cordova Plugin",
"main": "./lib/index.js",
"types": "./esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cordova-consent/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-consent" version="3.0.0-alpha.6"
<plugin id="cordova-plugin-consent" version="3.0.0-alpha.7"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>@admob-plus/cordova-consent</name>
Expand Down
8 changes: 8 additions & 0 deletions packages/cordova-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.16](https://github.com/admob-plus/admob-plus/compare/admob-plus-cordova-native@1.0.0-alpha.15...admob-plus-cordova-native@1.0.0-alpha.16) (2024-03-05)

**Note:** Version bump only for package admob-plus-cordova-native





# [1.0.0-alpha.15](https://github.com/admob-plus/admob-plus/compare/admob-plus-cordova-native@1.0.0-alpha.14...admob-plus-cordova-native@1.0.0-alpha.15) (2023-12-12)

**Note:** Version bump only for package admob-plus-cordova-native
Expand Down
4 changes: 2 additions & 2 deletions packages/cordova-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admob-plus-cordova-native",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"description": "Cordova Plugin for AdMob Plus Native Ad",
"main": "lib/index.js",
"types": "esm/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"test": "tsc --noEmit"
},
"dependencies": {
"admob-plus-cordova": "^2.0.0-alpha.14"
"admob-plus-cordova": "^2.0.0-alpha.15"
},
"devDependencies": {
"@types/cordova": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cordova-native/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="admob-plus-cordova-native" version="1.0.0-alpha.15"
<plugin id="admob-plus-cordova-native" version="1.0.0-alpha.16"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>admob-plus-cordova-native</name>
Expand Down
8 changes: 8 additions & 0 deletions packages/cordova-webview-ad/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/admob-plus/admob-plus/compare/admob-plus-cordova-webview-ad@0.2.9...admob-plus-cordova-webview-ad@0.2.10) (2024-03-05)

**Note:** Version bump only for package admob-plus-cordova-webview-ad





## [0.2.9](https://github.com/admob-plus/admob-plus/compare/admob-plus-cordova-webview-ad@0.2.8...admob-plus-cordova-webview-ad@0.2.9) (2023-12-12)

**Note:** Version bump only for package admob-plus-cordova-webview-ad
Expand Down
4 changes: 2 additions & 2 deletions packages/cordova-webview-ad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admob-plus-cordova-webview-ad",
"version": "0.2.9",
"version": "0.2.10",
"description": "Cordova Plugin for AdMob Plus WebView Ad",
"main": "lib/index.js",
"types": "esm/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"build": "cordova-plus plugin build --lib --esm"
},
"dependencies": {
"admob-plus-cordova": "^2.0.0-alpha.14"
"admob-plus-cordova": "^2.0.0-alpha.15"
},
"devDependencies": {
"cordova-plus": "^0.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/cordova-webview-ad/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="admob-plus-cordova-webview-ad" version="0.2.9"
<plugin id="admob-plus-cordova-webview-ad" version="0.2.10"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>admob-plus-cordova-webview-ad</name>
Expand Down
17 changes: 17 additions & 0 deletions packages/cordova/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.15](https://github.com/admob-plus/admob-plus/compare/admob-plus-cordova@2.0.0-alpha.14...admob-plus-cordova@2.0.0-alpha.15) (2024-03-05)


### Bug Fixes

* **cordova/ios:** update API ([da95f24](https://github.com/admob-plus/admob-plus/commit/da95f24b0ebabf708632a836630e450ef8a9b2a5))


### Features

* **cordova/android:** support publisherFirstPartyIDEnabled ([45c0e46](https://github.com/admob-plus/admob-plus/commit/45c0e46868fe67b89a67e763b4b42a08100f90dc))
* **cordova/ios:** update Google-Mobile-Ads-SDK to 11.0.1 ([b16a27f](https://github.com/admob-plus/admob-plus/commit/b16a27f83296f3e5a288f91eff551b473da10263))





# [2.0.0-alpha.14](https://github.com/admob-plus/admob-plus/compare/admob-plus-cordova@2.0.0-alpha.13...admob-plus-cordova@2.0.0-alpha.14) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admob-plus-cordova",
"version": "2.0.0-alpha.14",
"version": "2.0.0-alpha.15",
"description": "Trustable Google AdMob Cordova Plugin, successor of cordova-plugin-admob-free. Unlike some Cordova AdMob plugins, no ad-sharing, free to use. TypeScript friendly. Compatible with Ionic. admob-plus-cordova is one of the most popular Cordova AdMob plugins.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cordova/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="admob-plus-cordova" version="2.0.0-alpha.14"
<plugin id="admob-plus-cordova" version="2.0.0-alpha.15"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>admob-plus-cordova</name>
Expand Down
8 changes: 8 additions & 0 deletions packages/ionic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.15](https://github.com/admob-plus/admob-plus/compare/@admob-plus/ionic@2.0.0-alpha.14...@admob-plus/ionic@2.0.0-alpha.15) (2024-03-05)

**Note:** Version bump only for package @admob-plus/ionic





# [2.0.0-alpha.14](https://github.com/admob-plus/admob-plus/compare/@admob-plus/ionic@2.0.0-alpha.13...@admob-plus/ionic@2.0.0-alpha.14) (2023-12-12)

**Note:** Version bump only for package @admob-plus/ionic
Expand Down
2 changes: 1 addition & 1 deletion packages/ionic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@admob-plus/ionic",
"version": "2.0.0-alpha.14",
"version": "2.0.0-alpha.15",
"description": "Ionic Native wrapper for admob-plus-cordova",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e40d540

Please sign in to comment.