Skip to content

Commit

Permalink
chore(release): release packages
Browse files Browse the repository at this point in the history
 - @react-native-firebase/[email protected]
 - [email protected]
  • Loading branch information
Salakar committed May 15, 2020
1 parent 8bcf5c9 commit 0197ba7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-05-15)

### Bug Fixes

- **auth:** use correct code on network exception ([#3655](https://github.com/invertase/react-native-firebase/issues/3655)) ([8bcf5c9](https://github.com/invertase/react-native-firebase/commit/8bcf5c945db5614835630b6d0cf4951c4a5b2a2d)), closes [#3654](https://github.com/invertase/react-native-firebase/issues/3654)

## [7.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-05-13)

**Note:** Version bump only for package @react-native-firebase/auth
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/auth",
"version": "7.0.1",
"version": "7.0.2",
"author": "Invertase <[email protected]> (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",
Expand Down
8 changes: 8 additions & 0 deletions tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.2](https://github.com/invertase/react-native-firebase/compare/[email protected]@7.0.2) (2020-05-15)

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





## [7.0.1](https://github.com/invertase/react-native-firebase/compare/[email protected]@7.0.1) (2020-05-13)

**Note:** Version bump only for package react-native-firebase-tests
Expand Down
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-firebase-tests",
"version": "7.0.1",
"version": "7.0.2",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
Expand All @@ -11,7 +11,7 @@
"@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/auth": "7.0.2",
"@react-native-firebase/crashlytics": "7.0.1",
"@react-native-firebase/database": "7.0.1",
"@react-native-firebase/dynamic-links": "7.0.1",
Expand Down

0 comments on commit 0197ba7

Please sign in to comment.