chore(release): release packages

- @react-native-firebase/admob@7.0.1
 - @react-native-firebase/analytics@7.0.1
 - @react-native-firebase/app-types@6.7.2
 - @react-native-firebase/app@7.0.1
 - @react-native-firebase/auth@7.0.1
 - @react-native-firebase/crashlytics@7.0.1
 - @react-native-firebase/database@7.0.1
 - @react-native-firebase/dynamic-links@7.0.1
 - @react-native-firebase/firestore@7.0.1
 - @react-native-firebase/functions@7.0.1
 - @react-native-firebase/iid@7.0.1
 - @react-native-firebase/in-app-messaging@7.0.1
 - @react-native-firebase/messaging@7.0.1
 - @react-native-firebase/ml-natural-language@7.0.1
 - @react-native-firebase/ml-vision@7.0.1
 - @react-native-firebase/perf@7.0.1
 - @react-native-firebase/remote-config@7.0.1
 - @react-native-firebase/storage@7.0.1
 - @react-native-firebase/template@6.8.1
 - react-native-firebase-tests@7.0.1
This commit is contained in:
@Salakar
2020-05-13 13:23:59 +00:00
parent 35edafa437
commit dcef96cc70
40 changed files with 283 additions and 224 deletions

View File

@@ -1,22 +1,24 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/admob/compare/@react-native-firebase/admob@7.0.0...@react-native-firebase/admob@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/admob/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/admob/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/admob@7.0.0...@react-native-firebase/admob@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/admob
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/admob@7.0.0...@react-native-firebase/admob@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Bug Fixes
* **types:** fix RequestOptions.location ts type ([#3418](https://github.com/invertase/react-native-firebase/tree/master/packages/admob/issues/3418)) ([f0fdbff](https://github.com/invertase/react-native-firebase/tree/master/packages/admob/commit/f0fdbff71967aec0cf72f1fe5c9066ffe5b6d7b7))
- **types:** fix RequestOptions.location ts type ([#3418](https://github.com/invertase/react-native-firebase/issues/3418)) ([f0fdbff](https://github.com/invertase/react-native-firebase/commit/f0fdbff71967aec0cf72f1fe5c9066ffe5b6d7b7))
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/admob/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/admob/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/admob",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.",
"main": "lib/index.js",
@@ -27,7 +27,7 @@
"ad consent"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/analytics/compare/@react-native-firebase/analytics@7.0.0...@react-native-firebase/analytics@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/analytics/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/analytics/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/analytics@7.0.0...@react-native-firebase/analytics@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/analytics
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/analytics@7.0.0...@react-native-firebase/analytics@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/analytics/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/analytics/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/analytics",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"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.",
"main": "lib/index.js",
@@ -22,7 +22,7 @@
"analytics"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,42 +1,31 @@
## [6.7.1](https://github.com/invertase/react-native-firebase/tree/master/packages/app-types/compare/@react-native-firebase/app-types@6.7.1...@react-native-firebase/app-types@6.7.1) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/app-types@6.7.1...@react-native-firebase/app-types@6.7.2) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/app-types
## [6.7.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/app-types@6.7.1...@react-native-firebase/app-types@6.7.1) (2020-05-13)
### Features
* **messaging:** ios & android messaging updates & fixes ([#3339](https://github.com/invertase/react-native-firebase/tree/master/packages/app-types/issues/3339)) ([d66a611](https://github.com/invertase/react-native-firebase/tree/master/packages/app-types/commit/d66a6118f82005087f53b86571990fc071402153))
* independently version packages ([#3513](https://github.com/invertase/react-native-firebase/tree/master/packages/app-types/issues/3513)) ([e2c2d64](https://github.com/invertase/react-native-firebase/tree/master/packages/app-types/commit/e2c2d64d2266cbdd14d4dcfefa64a08263f0af85))
- **messaging:** ios & android messaging updates & fixes ([#3339](https://github.com/invertase/react-native-firebase/issues/3339)) ([d66a611](https://github.com/invertase/react-native-firebase/commit/d66a6118f82005087f53b86571990fc071402153))
- independently version packages ([#3513](https://github.com/invertase/react-native-firebase/issues/3513)) ([e2c2d64](https://github.com/invertase/react-native-firebase/commit/e2c2d64d2266cbdd14d4dcfefa64a08263f0af85))
# 6.3.0 (2020-02-04)
# 6.2.0 (2019-12-08)
# 6.1.0 (2019-11-26)
## 6.0.4 (2019-11-17)
## 6.0.3 (2019-10-25)
## 6.0.2 (2019-10-18)
## 6.0.1 (2019-10-07)
# 0.1.0 (2019-07-30)

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/app-types",
"version": "6.7.1",
"version": "6.7.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "@react-native-firebase/app-types",
"files": [

View File

@@ -1,3 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [7.0.1](https://github.com/invertase/react-native-firebase/tree/master/packages/app/compare/@react-native-firebase/app@7.0.0...@react-native-firebase/app@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/app
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/app/compare/@react-native-firebase/app@7.0.0...@react-native-firebase/app@7.0.0) (2020-05-13)
@@ -12,6 +25,3 @@
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/app",
"version": "7.0.0",
"version": "7.0.1",
"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.7.1",
"@react-native-firebase/app-types": "6.7.2",
"opencollective-postinstall": "^2.0.1",
"superstruct": "^0.6.2"
},

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/auth/compare/@react-native-firebase/auth@7.0.0...@react-native-firebase/auth@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/auth/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/auth/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@7.0.0...@react-native-firebase/auth@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/auth
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/auth@7.0.0...@react-native-firebase/auth@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/auth/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/auth/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/auth",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.",
"main": "lib/index.js",
@@ -22,7 +22,7 @@
"auth"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/crashlytics/compare/@react-native-firebase/crashlytics@7.0.0...@react-native-firebase/crashlytics@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/crashlytics/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/crashlytics/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@7.0.0...@react-native-firebase/crashlytics@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/crashlytics
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/crashlytics@7.0.0...@react-native-firebase/crashlytics@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/crashlytics/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/crashlytics/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/crashlytics",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.",
"main": "lib/index.js",
@@ -27,7 +27,7 @@
"crashlytics"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"dependencies": {
"stacktrace-js": "^2.0.0"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/database/compare/@react-native-firebase/database@7.0.0...@react-native-firebase/database@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/database/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/database/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/database@7.0.0...@react-native-firebase/database@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/database
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/database@7.0.0...@react-native-firebase/database@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/database/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/database/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/database",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. React Native Firebase provides native integration with the Android & iOS Firebase SDKs, supporting both realtime data sync and offline capabilities.",
"main": "lib/index.js",
@@ -25,7 +25,7 @@
"realtome database"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/links/compare/@react-native-firebase/dynamic-links@7.0.0...@react-native-firebase/dynamic-links@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/links/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/links/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/dynamic-links@7.0.0...@react-native-firebase/dynamic-links@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/dynamic-links
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/dynamic-links@7.0.0...@react-native-firebase/dynamic-links@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/links/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/links/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/dynamic-links",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Dynamic Links",
"main": "lib/index.js",
@@ -23,7 +23,7 @@
"dynamic link"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,22 +1,24 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/firestore/compare/@react-native-firebase/firestore@7.0.0...@react-native-firebase/firestore@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/firestore/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/firestore/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.0.0...@react-native-firebase/firestore@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/firestore
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.0.0...@react-native-firebase/firestore@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Bug Fixes
* **firestore, ios:** transaction atomicity failure fix ([#3599](https://github.com/invertase/react-native-firebase/tree/master/packages/firestore/issues/3599)) ([b261f51](https://github.com/invertase/react-native-firebase/tree/master/packages/firestore/commit/b261f518b3736bf6dab45666059662f02e7c6626))
- **firestore, ios:** transaction atomicity failure fix ([#3599](https://github.com/invertase/react-native-firebase/issues/3599)) ([b261f51](https://github.com/invertase/react-native-firebase/commit/b261f518b3736bf6dab45666059662f02e7c6626))
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/firestore/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/firestore/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/firestore",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Cloud Firestore is a NoSQL cloud database to store and sync data between your React Native application and Firebase's database. The API matches the Firebase Web SDK whilst taking advantage of the native SDKs performance and offline capabilities.",
"main": "lib/index.js",
@@ -27,7 +27,7 @@
"firestore"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/compare/@react-native-firebase/functions@7.0.0...@react-native-firebase/functions@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/functions@7.0.0...@react-native-firebase/functions@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/functions
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/functions@7.0.0...@react-native-firebase/functions@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/functions/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/functions",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. React Native Firebase supports integration with production and locally emulated Cloud Functions with a simple API interface.\n\n",
"main": "lib/index.js",
@@ -24,7 +24,7 @@
"functions"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"devDependencies": {
"@react-native-firebase/private-tests-firebase-functions": "^0.0.1"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/iid/compare/@react-native-firebase/iid@7.0.0...@react-native-firebase/iid@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/iid/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/iid/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/iid@7.0.0...@react-native-firebase/iid@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/iid
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/iid@7.0.0...@react-native-firebase/iid@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/iid/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/iid/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/iid",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase Instance ID provides a unique identifier for each instance of your app and a mechanism to authenticate and authorize actions for it (for example: sending FCM messages).",
"main": "lib/index.js",
@@ -24,7 +24,7 @@
"iid"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/in-app-messaging/compare/@react-native-firebase/in-app-messaging@7.0.0...@react-native-firebase/in-app-messaging@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/in-app-messaging/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/in-app-messaging/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/in-app-messaging@7.0.0...@react-native-firebase/in-app-messaging@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/in-app-messaging
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/in-app-messaging@7.0.0...@react-native-firebase/in-app-messaging@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/in-app-messaging/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/in-app-messaging/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/in-app-messaging",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase In-App Messaging helps you engage your app's active users by sending them targeted, contextual messages that encourage them to use key app features. React Native Firebase provides support for both native Android & iOS integration with a simple JavaScript API.",
"main": "lib/index.js",
@@ -27,7 +27,7 @@
"inAppMessaging"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,24 +1,26 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/compare/@react-native-firebase/messaging@7.0.0...@react-native-firebase/messaging@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.0.0...@react-native-firebase/messaging@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/messaging
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.0.0...@react-native-firebase/messaging@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Bug Fixes
* onTokenChange method causing app to crash ([#3552](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/issues/3552)) ([1d7cd28](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/commit/1d7cd28f85d09d35805b59896809ca93aa436285))
* **messaging:** onNotificationOpenedApp callable return type ([#3641](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/issues/3641)) ([cd5cb23](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/commit/cd5cb23d6353f617b5af350169e929c88f90aafb))
- onTokenChange method causing app to crash ([#3552](https://github.com/invertase/react-native-firebase/issues/3552)) ([1d7cd28](https://github.com/invertase/react-native-firebase/commit/1d7cd28f85d09d35805b59896809ca93aa436285))
- **messaging:** onNotificationOpenedApp callable return type ([#3641](https://github.com/invertase/react-native-firebase/issues/3641)) ([cd5cb23](https://github.com/invertase/react-native-firebase/commit/cd5cb23d6353f617b5af350169e929c88f90aafb))
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
* **messaging:** support loc keys on notification payloads ([#3579](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/issues/3579)) ([9b294b3](https://github.com/invertase/react-native-firebase/tree/master/packages/messaging/commit/9b294b3e161d604aa3c8900355c7b638974ea4ae))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **messaging:** support loc keys on notification payloads ([#3579](https://github.com/invertase/react-native-firebase/issues/3579)) ([9b294b3](https://github.com/invertase/react-native-firebase/commit/9b294b3e161d604aa3c8900355c7b638974ea4ae))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/messaging",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.",
"main": "lib/index.js",
@@ -22,7 +22,7 @@
"messaging"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-natural-language/compare/@react-native-firebase/ml-natural-language@7.0.0...@react-native-firebase/ml-natural-language@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-natural-language/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-natural-language/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml-natural-language@7.0.0...@react-native-firebase/ml-natural-language@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/ml-natural-language
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml-natural-language@7.0.0...@react-native-firebase/ml-natural-language@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-natural-language/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-natural-language/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/ml-natural-language",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase ML Kit brings the power of machine learning to your React Native application, supporting both Android & iOS.",
"main": "lib/index.js",
@@ -30,7 +30,7 @@
"vision"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-vision/compare/@react-native-firebase/ml-vision@7.0.0...@react-native-firebase/ml-vision@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-vision/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-vision/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml-vision@7.0.0...@react-native-firebase/ml-vision@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/ml-vision
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml-vision@7.0.0...@react-native-firebase/ml-vision@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-vision/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/ml-vision/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/ml-vision",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase ML Kit brings the power of machine learning vision to your React Native application, supporting both Android & iOS.",
"main": "lib/index.js",
@@ -32,7 +32,7 @@
"vision"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/perf/compare/@react-native-firebase/perf@7.0.0...@react-native-firebase/perf@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/perf/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/perf/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/perf@7.0.0...@react-native-firebase/perf@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/perf
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/perf@7.0.0...@react-native-firebase/perf@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/perf/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/perf/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/perf",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
"main": "lib/index.js",
@@ -27,7 +27,7 @@
"performance monitoring"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/config/compare/@react-native-firebase/remote-config@7.0.0...@react-native-firebase/remote-config@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/config/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/config/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/remote-config@7.0.0...@react-native-firebase/remote-config@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/remote-config
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/remote-config@7.0.0...@react-native-firebase/remote-config@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/config/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/config/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/remote-config",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.",
"main": "lib/index.js",
@@ -24,7 +24,7 @@
"remote-config"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,17 +1,20 @@
## [7.0.0](https://github.com/invertase/react-native-firebase/tree/master/packages/storage/compare/@react-native-firebase/storage@7.0.0...@react-native-firebase/storage@7.0.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
* feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/tree/master/packages/storage/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/tree/master/packages/storage/issues/3613)
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/storage@7.0.0...@react-native-firebase/storage@7.0.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/storage
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/storage@7.0.0...@react-native-firebase/storage@7.0.0) (2020-05-13)
- feat!: all packages should depend on core (#3613) ([252a423](https://github.com/invertase/react-native-firebase/commit/252a4239e98a0f2a55c4afcd2d82e4d5f97e65e9)), closes [#3613](https://github.com/invertase/react-native-firebase/issues/3613)
### Features
* **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/tree/master/packages/storage/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/tree/master/packages/storage/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
- **ios:** podspecs now utilize CoreOnly instead of Core ([#3575](https://github.com/invertase/react-native-firebase/issues/3575)) ([35285f1](https://github.com/invertase/react-native-firebase/commit/35285f1655b16d05e6630fc556f95cccfb707ee4))
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.
- breaking change to mark new internal versioning requirements.

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/storage",
"version": "7.0.0",
"version": "7.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - React Native Firebase provides native integration with Cloud Storage, providing support to upload and download files directly from your device and from your Firebase Cloud Storage bucket.",
"main": "lib/index.js",
@@ -29,7 +29,7 @@
"download"
],
"peerDependencies": {
"@react-native-firebase/app": "6.7.1"
"@react-native-firebase/app": "7.0.1"
},
"publishConfig": {
"access": "public"

View File

@@ -1,9 +1,14 @@
# [6.8.0](https://github.com/invertase/react-native-firebase/tree/master/packages/template/compare/@react-native-firebase/template@6.8.0...@react-native-firebase/template@6.8.0) (2020-05-13)
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.8.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/template@6.8.0...@react-native-firebase/template@6.8.1) (2020-05-13)
**Note:** Version bump only for package @react-native-firebase/template
# [6.8.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/template@6.8.0...@react-native-firebase/template@6.8.0) (2020-05-13)
### Features
* update RFNB version ([8f007fa](https://github.com/invertase/react-native-firebase/tree/master/packages/template/commit/8f007fa97aa8025520098a234118a15293eb1c55))
- update RFNB version ([8f007fa](https://github.com/invertase/react-native-firebase/commit/8f007fa97aa8025520098a234118a15293eb1c55))

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/template",
"version": "6.8.0",
"version": "6.8.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Template",
"scripts": {

View File

@@ -1,3 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [7.0.1](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.0.0...react-native-firebase-tests@7.0.1) (2020-05-13)
**Note:** Version bump only for package react-native-firebase-tests
## [7.0.0](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.0.0...react-native-firebase-tests@7.0.0) (2020-05-13)
@@ -7,6 +20,3 @@
### BREAKING CHANGES
* breaking change to mark new internal versioning requirements.

View File

@@ -1,30 +1,30 @@
{
"name": "react-native-firebase-tests",
"version": "7.0.0",
"version": "7.0.1",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
"prepare": "patch-package"
},
"dependencies": {
"@react-native-firebase/admob": "7.0.0",
"@react-native-firebase/analytics": "7.0.0",
"@react-native-firebase/app": "7.0.0",
"@react-native-firebase/app-types": "6.7.1",
"@react-native-firebase/auth": "7.0.0",
"@react-native-firebase/crashlytics": "7.0.0",
"@react-native-firebase/database": "7.0.0",
"@react-native-firebase/dynamic-links": "7.0.0",
"@react-native-firebase/firestore": "7.0.0",
"@react-native-firebase/functions": "7.0.0",
"@react-native-firebase/iid": "7.0.0",
"@react-native-firebase/in-app-messaging": "7.0.0",
"@react-native-firebase/messaging": "7.0.0",
"@react-native-firebase/ml-natural-language": "7.0.0",
"@react-native-firebase/ml-vision": "7.0.0",
"@react-native-firebase/perf": "7.0.0",
"@react-native-firebase/remote-config": "7.0.0",
"@react-native-firebase/storage": "7.0.0",
"@react-native-firebase/admob": "7.0.1",
"@react-native-firebase/analytics": "7.0.1",
"@react-native-firebase/app": "7.0.1",
"@react-native-firebase/app-types": "6.7.2",
"@react-native-firebase/auth": "7.0.1",
"@react-native-firebase/crashlytics": "7.0.1",
"@react-native-firebase/database": "7.0.1",
"@react-native-firebase/dynamic-links": "7.0.1",
"@react-native-firebase/firestore": "7.0.1",
"@react-native-firebase/functions": "7.0.1",
"@react-native-firebase/iid": "7.0.1",
"@react-native-firebase/in-app-messaging": "7.0.1",
"@react-native-firebase/messaging": "7.0.1",
"@react-native-firebase/ml-natural-language": "7.0.1",
"@react-native-firebase/ml-vision": "7.0.1",
"@react-native-firebase/perf": "7.0.1",
"@react-native-firebase/remote-config": "7.0.1",
"@react-native-firebase/storage": "7.0.1",
"react": "16.11.0",
"react-native": "0.62.2"
},