Skip to content

Commit db49dfe

Browse files
committed
chore(release): release packages
1 parent 7fe8499 commit db49dfe

38 files changed

+234
-56
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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+
## [18.0.0](https://github.com/invertase/react-native-firebase/compare/v17.5.0...v18.0.0) (2023-06-05)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- **app, sdk:** this version of the underlying firebase-ios-sdk has
11+
a minimum Xcode requirement of 14.1 which transitively implies a macOS
12+
minimum version of 12.5
13+
- **app, sdk:** the "safetyNet" provider for App Check has been removed
14+
from the underlying firebase-android-sdk and we have removed it here. You
15+
should upgrade to the "playIntegrity" provider for App Check
16+
- **app, sdks:** firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+,
17+
which transitively requires macOS 12.0+. You must update your CI build environments
18+
to meet these minimums as well as your development environments - if you have older
19+
hardware that still works but cannot be upgraded normally, you may like:
20+
https://dortania.github.io/OpenCore-Legacy-Patcher/
21+
22+
### Features
23+
24+
- **app, sdk:** android-sdk v32 - app-check safetyNet provider is removed ([a0e76ec](https://github.com/invertase/react-native-firebase/commit/a0e76ecab65c69a19055a84bc19c069482b1bc88))
25+
- **app, sdk:** ios-sdk 10.10.0, requires Xcode 14.1+ / macOS 12.5+ ([3122918](https://github.com/invertase/react-native-firebase/commit/3122918c19c27696caf51f30caafdcaa76807db8))
26+
- **app, sdks:** ios-sdk 10.8.0 requires Xcode 13.3+; android-sdk 31.5.0 ([86dc4d5](https://github.com/invertase/react-native-firebase/commit/86dc4d5d08a4cc7c788b057b5411ccdeb413e13e))
27+
- **auth, android:** add forceRecaptchaFlowForTesting API ([#7148](https://github.com/invertase/react-native-firebase/issues/7148)) ([95d014c](https://github.com/invertase/react-native-firebase/commit/95d014cd6b8cc5715c585fee34715587a6694057))
28+
29+
### Bug Fixes
30+
31+
- **firestore, types:** add types for Filter constraints on Queries ([#7124](https://github.com/invertase/react-native-firebase/issues/7124)) ([0785d27](https://github.com/invertase/react-native-firebase/commit/0785d276669b9c875951d4527e8884c9014e48fe))
32+
- **firestore:** Allow queries with combined in and array-contains-any ([#7142](https://github.com/invertase/react-native-firebase/issues/7142)) ([8da6951](https://github.com/invertase/react-native-firebase/commit/8da69519b3dd516a67976a490434f8f9c12a426e))
33+
634
## [17.5.0](https://github.com/invertase/react-native-firebase/compare/v17.4.3...v17.5.0) (2023-05-11)
735

836
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@
7777
"userUrlFormat": "{{host}}/{{user}}"
7878
},
7979
"ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"],
80-
"version": "17.5.0"
80+
"version": "18.0.0"
8181
}

packages/analytics/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+
## [18.0.0](https://github.com/invertase/react-native-firebase/compare/v17.5.0...v18.0.0) (2023-06-05)
7+
8+
**Note:** Version bump only for package @react-native-firebase/analytics
9+
610
## [17.5.0](https://github.com/invertase/react-native-firebase/compare/v17.4.3...v17.5.0) (2023-05-11)
711

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

packages/analytics/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/analytics",
3-
"version": "17.5.0",
3+
"version": "18.0.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.",
66
"main": "lib/index.js",
@@ -22,7 +22,7 @@
2222
"analytics"
2323
],
2424
"peerDependencies": {
25-
"@react-native-firebase/app": "17.5.0"
25+
"@react-native-firebase/app": "18.0.0"
2626
},
2727
"publishConfig": {
2828
"access": "public"

packages/app-check/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [18.0.0](https://github.com/invertase/react-native-firebase/compare/v17.5.0...v18.0.0) (2023-06-05)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- **app, sdk:** the "safetyNet" provider for App Check has been removed
11+
from the underlying firebase-android-sdk and we have removed it here. You
12+
should upgrade to the "playIntegrity" provider for App Check
13+
14+
### Features
15+
16+
- **app, sdk:** android-sdk v32 - app-check safetyNet provider is removed ([a0e76ec](https://github.com/invertase/react-native-firebase/commit/a0e76ecab65c69a19055a84bc19c069482b1bc88))
17+
618
## [17.5.0](https://github.com/invertase/react-native-firebase/compare/v17.4.3...v17.5.0) (2023-05-11)
719

820
### Bug Fixes

packages/app-check/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/app-check",
3-
"version": "17.5.0",
3+
"version": "18.0.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - App Check",
66
"main": "lib/index.js",
@@ -23,7 +23,7 @@
2323
"appCheck"
2424
],
2525
"peerDependencies": {
26-
"@react-native-firebase/app": "17.5.0"
26+
"@react-native-firebase/app": "18.0.0"
2727
},
2828
"publishConfig": {
2929
"access": "public"

packages/app-distribution/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [18.0.0](https://github.com/invertase/react-native-firebase/compare/v17.5.0...v18.0.0) (2023-06-05)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- **app, sdks:** firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+,
11+
which transitively requires macOS 12.0+. You must update your CI build environments
12+
to meet these minimums as well as your development environments - if you have older
13+
hardware that still works but cannot be upgraded normally, you may like:
14+
https://dortania.github.io/OpenCore-Legacy-Patcher/
15+
16+
### Features
17+
18+
- **app, sdks:** ios-sdk 10.8.0 requires Xcode 13.3+; android-sdk 31.5.0 ([86dc4d5](https://github.com/invertase/react-native-firebase/commit/86dc4d5d08a4cc7c788b057b5411ccdeb413e13e))
19+
620
## [17.5.0](https://github.com/invertase/react-native-firebase/compare/v17.4.3...v17.5.0) (2023-05-11)
721

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

packages/app-distribution/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/app-distribution",
3-
"version": "17.5.0",
3+
"version": "18.0.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - App Distribution",
66
"main": "lib/index.js",
@@ -22,7 +22,7 @@
2222
"app-distribution"
2323
],
2424
"peerDependencies": {
25-
"@react-native-firebase/app": "17.5.0"
25+
"@react-native-firebase/app": "18.0.0"
2626
},
2727
"publishConfig": {
2828
"access": "public"

packages/app/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
## [18.0.0](https://github.com/invertase/react-native-firebase/compare/v17.5.0...v18.0.0) (2023-06-05)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- **app, sdk:** this version of the underlying firebase-ios-sdk has
11+
a minimum Xcode requirement of 14.1 which transitively implies a macOS
12+
minimum version of 12.5
13+
- **app, sdk:** the "safetyNet" provider for App Check has been removed
14+
from the underlying firebase-android-sdk and we have removed it here. You
15+
should upgrade to the "playIntegrity" provider for App Check
16+
- **app, sdks:** firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+,
17+
which transitively requires macOS 12.0+. You must update your CI build environments
18+
to meet these minimums as well as your development environments - if you have older
19+
hardware that still works but cannot be upgraded normally, you may like:
20+
https://dortania.github.io/OpenCore-Legacy-Patcher/
21+
22+
### Features
23+
24+
- **app, sdk:** android-sdk v32 - app-check safetyNet provider is removed ([a0e76ec](https://github.com/invertase/react-native-firebase/commit/a0e76ecab65c69a19055a84bc19c069482b1bc88))
25+
- **app, sdk:** ios-sdk 10.10.0, requires Xcode 14.1+ / macOS 12.5+ ([3122918](https://github.com/invertase/react-native-firebase/commit/3122918c19c27696caf51f30caafdcaa76807db8))
26+
- **app, sdks:** ios-sdk 10.8.0 requires Xcode 13.3+; android-sdk 31.5.0 ([86dc4d5](https://github.com/invertase/react-native-firebase/commit/86dc4d5d08a4cc7c788b057b5411ccdeb413e13e))
27+
628
## [17.5.0](https://github.com/invertase/react-native-firebase/compare/v17.4.3...v17.5.0) (2023-05-11)
729

830
**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": "17.5.0",
3+
"version": "18.0.0",
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",

0 commit comments

Comments
 (0)