Skip to content

Commit

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

## [7.1.4](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.1.3...@react-native-firebase/firestore@7.1.4) (2020-06-03)

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

## [7.1.3](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.1.2...@react-native-firebase/firestore@7.1.3) (2020-06-03)

**Note:** Version bump only for package @react-native-firebase/firestore
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/firestore",
"version": "7.1.3",
"version": "7.1.4",
"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",
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.1.12](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.11...react-native-firebase-tests@7.1.12) (2020-06-03)

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





## [7.1.11](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@7.1.10...react-native-firebase-tests@7.1.11) (2020-06-03)

**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.1.11",
"version": "7.1.12",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
Expand All @@ -15,7 +15,7 @@
"@react-native-firebase/crashlytics": "7.1.4",
"@react-native-firebase/database": "7.2.1",
"@react-native-firebase/dynamic-links": "7.1.3",
"@react-native-firebase/firestore": "7.1.3",
"@react-native-firebase/firestore": "7.1.4",
"@react-native-firebase/functions": "7.1.3",
"@react-native-firebase/iid": "7.1.3",
"@react-native-firebase/in-app-messaging": "7.1.3",
Expand Down

0 comments on commit e6acaea

Please sign in to comment.