mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-29 20:57:00 +08:00
chore(release): publish [skip-ci]
- @react-native-firebase/admob@6.7.0 - @react-native-firebase/analytics@6.7.0 - @react-native-firebase/app-types@6.7.0 - @react-native-firebase/app@6.7.0 - @react-native-firebase/auth@6.7.0 - @react-native-firebase/crashlytics@6.7.0 - @react-native-firebase/database@6.7.0 - @react-native-firebase/dynamic-links@6.7.0 - @react-native-firebase/firestore@6.7.0 - @react-native-firebase/functions@6.7.0 - @react-native-firebase/iid@6.7.0 - @react-native-firebase/in-app-messaging@6.7.0 - @react-native-firebase/messaging@6.7.0 - @react-native-firebase/ml-natural-language@6.7.0 - @react-native-firebase/ml-vision@6.7.0 - @react-native-firebase/perf@6.7.0 - @react-native-firebase/remote-config@6.7.0 - @react-native-firebase/storage@6.7.0 - @react-native-firebase/template@6.7.0 - react-native-firebase-tests@6.7.0
This commit is contained in:
@@ -3,6 +3,82 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# 6.7.0 (2020-04-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **android,build:** use correct plugin & BoM versions ([fb763eb](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/fb763ebde216d8c789b08bd0d77c078089776627))
|
||||
* **messaging,ios:** keep original UNUserNotificationCenter dele… ([#3427](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3427)) ([a800cdb](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/a800cdbc81bfaeeaccf602aa62ca29d2fbf68c05)), closes [#3425](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3425) [#3495](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3495)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* independently version packages ([#3513](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3513)) ([e2c2d64](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/e2c2d64d2266cbdd14d4dcfefa64a08263f0af85))
|
||||
* **ios:** allow static_framework usage via Podfile global ([#3388](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3388)) ([530f8bb](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/530f8bbb51f89f106854dbf1df5ec80211e2cf8b)), closes [#3253](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3253)
|
||||
* **messaging:** ios & android messaging updates & fixes ([#3339](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3339)) ([d66a611](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/d66a6118f82005087f53b86571990fc071402153))
|
||||
|
||||
|
||||
|
||||
# 6.3.0 (2020-02-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **app:** typo ([#3047](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3047)) ([e7fced7](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/e7fced7348e85938a3bb1aebecc7554a2244aea8))
|
||||
* **app,ios:** fix setPlistValue when plist paths have spaces ([#3152](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3152)) ([95be877](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/95be87780c80578b0e2a4dac1c097d005c26043c))
|
||||
* **app,ios:** handle Info.plist file paths with spaces ([#3135](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/3135)) ([ceddf99](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/ceddf996739204ce2c971eb1819bf11640b1cace))
|
||||
* **app,ios:** use correct import of RCTBridgeModule.h ([#2850](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/2850)) ([7db4cd8](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/7db4cd883ab71f40fd8c9886c80d7e7489acbcc2))
|
||||
* **package/app:** remove obj.freeze for redux-firestore ([46be1b0](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/46be1b0c996e976357f1190bede29559be94a162))
|
||||
|
||||
|
||||
|
||||
# 6.2.0 (2019-12-08)
|
||||
|
||||
|
||||
|
||||
# 6.1.0 (2019-11-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **firestore:** array-contains, array-contains-any & in filters ([#2868](https://github.com/invertase/react-native-firebase/tree/master/packages/app/issues/2868)) ([42e034c](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/42e034c4807da54441d2baeab9f57bbf1a137a4a))
|
||||
* **ios:** upgrade Firebase iOS SDK version to 6.13.0 ([547d0a2](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/547d0a2d74a68808b29063f9b3aa3e1ac38551fc))
|
||||
|
||||
|
||||
|
||||
## 6.0.4 (2019-11-17)
|
||||
|
||||
|
||||
|
||||
## 6.0.3 (2019-10-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **storage,ios:** Fix issue with `ph://` (Photos) paths ([cbced41](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/cbced419d4a85661da445929c8b3640b028f340b))
|
||||
|
||||
|
||||
|
||||
## 6.0.2 (2019-10-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **auth:** Fix iOS event subscriptions not correctly removing on reload ([49c0050](https://github.com/invertase/react-native-firebase/tree/master/packages/app/commit/49c0050383aa0c54a2329104e2ad85a5e41a4a95))
|
||||
|
||||
|
||||
|
||||
## 6.0.1 (2019-10-07)
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2019-07-30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 6.6.0 (2020-04-22)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-native-firebase/app",
|
||||
"version": "6.6.0",
|
||||
"version": "6.7.0",
|
||||
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
||||
"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.",
|
||||
"main": "lib/index.js",
|
||||
@@ -53,7 +53,7 @@
|
||||
"react-native": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-firebase/app-types": "6.6.0",
|
||||
"@react-native-firebase/app-types": "6.7.0",
|
||||
"opencollective-postinstall": "^2.0.1",
|
||||
"superstruct": "^0.6.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user