Skip to content

Commit 9014433

Browse files
committed
chore(release): release packages
1 parent 5a71ad7 commit 9014433

File tree

8 files changed

+36
-7
lines changed

8 files changed

+36
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.6.2](https://github.com/invertase/react-native-firebase/compare/v10.6.1...v10.6.2) (2021-02-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **admob:** improve defense logic to prevent multiple calls ([#4849](https://github.com/invertase/react-native-firebase/issues/4849)) ([5a71ad7](https://github.com/invertase/react-native-firebase/commit/5a71ad72f74486da253e003741d202af6353b927))
12+
13+
14+
15+
16+
617
## [10.6.1](https://github.com/invertase/react-native-firebase/compare/v10.6.0...v10.6.1) (2021-02-04)
718

819
**Note:** Version bump only for package react-native-firebase

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"**/e2e/**",
2121
"**/tests/**"
2222
],
23-
"version": "10.6.1"
23+
"version": "10.6.2"
2424
}

packages/admob/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.6.2](https://github.com/invertase/react-native-firebase/compare/v10.6.1...v10.6.2) (2021-02-05)
7+
8+
### Bug Fixes
9+
10+
- **admob:** improve defense logic to prevent multiple calls ([#4849](https://github.com/invertase/react-native-firebase/issues/4849)) ([5a71ad7](https://github.com/invertase/react-native-firebase/commit/5a71ad72f74486da253e003741d202af6353b927))
11+
612
## [10.6.1](https://github.com/invertase/react-native-firebase/compare/v10.6.0...v10.6.1) (2021-02-04)
713

814
**Note:** Version bump only for package @react-native-firebase/admob

packages/admob/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/admob",
3-
"version": "10.6.1",
3+
"version": "10.6.2",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.",
66
"main": "lib/index.js",
@@ -27,7 +27,7 @@
2727
"ad consent"
2828
],
2929
"peerDependencies": {
30-
"@react-native-firebase/app": "10.6.1"
30+
"@react-native-firebase/app": "10.6.2"
3131
},
3232
"publishConfig": {
3333
"access": "public"

packages/app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.6.2](https://github.com/invertase/react-native-firebase/compare/v10.6.1...v10.6.2) (2021-02-05)
7+
8+
**Note:** Version bump only for package @react-native-firebase/app
9+
610
## [10.6.1](https://github.com/invertase/react-native-firebase/compare/v10.6.0...v10.6.1) (2021-02-04)
711

812
**Note:** Version bump only for package @react-native-firebase/app

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/app",
3-
"version": "10.6.1",
3+
"version": "10.6.2",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
66
"main": "lib/index.js",

tests/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.6.2](https://github.com/invertase/react-native-firebase/compare/v10.6.1...v10.6.2) (2021-02-05)
7+
8+
**Note:** Version bump only for package react-native-firebase-tests
9+
10+
11+
12+
13+
614
## [10.6.1](https://github.com/invertase/react-native-firebase/compare/v10.6.0...v10.6.1) (2021-02-04)
715

816
**Note:** Version bump only for package react-native-firebase-tests

tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "react-native-firebase-tests",
3-
"version": "10.6.1",
3+
"version": "10.6.2",
44
"private": true,
55
"scripts": {
66
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
77
"prepare": "patch-package"
88
},
99
"dependencies": {
10-
"@react-native-firebase/admob": "10.6.1",
10+
"@react-native-firebase/admob": "10.6.2",
1111
"@react-native-firebase/analytics": "10.6.1",
12-
"@react-native-firebase/app": "10.6.1",
12+
"@react-native-firebase/app": "10.6.2",
1313
"@react-native-firebase/app-types": "6.7.2",
1414
"@react-native-firebase/auth": "10.6.1",
1515
"@react-native-firebase/crashlytics": "10.6.1",

0 commit comments

Comments
 (0)