mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user