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.10.3
 - @react-native-firebase/ml@8.0.2
 - react-native-firebase-tests@9.0.2
  • Loading branch information
mikehardy committed Nov 11, 2020
1 parent 11127c1 commit fc8c4c0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/firestore/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.10.3](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.10.2...@react-native-firebase/firestore@7.10.3) (2020-11-11)

### Bug Fixes

- **firestore:** add missing MIN_SECONDS constant to FirestoreTimestamp ([#4531](https://github.com/invertase/react-native-firebase/issues/4531)) ([11127c1](https://github.com/invertase/react-native-firebase/commit/11127c177b217f3ddfca250664667a20918df65c))

## [7.10.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/firestore@7.10.1...@react-native-firebase/firestore@7.10.2) (2020-11-10)

**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.10.2",
"version": "7.10.3",
"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
4 changes: 4 additions & 0 deletions packages/ml/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.

## [8.0.2](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml@8.0.1...@react-native-firebase/ml@8.0.2) (2020-11-11)

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

## [8.0.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/ml@8.0.0...@react-native-firebase/ml@8.0.1) (2020-11-10)

**Note:** Version bump only for package @react-native-firebase/ml
Expand Down
2 changes: 1 addition & 1 deletion packages/ml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/ml",
"version": "8.0.1",
"version": "8.0.2",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Firebase ML brings the power of machine learning vision to your React Native application, supporting both Android & iOS.",
"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.

## [9.0.2](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@9.0.1...react-native-firebase-tests@9.0.2) (2020-11-11)

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





## [9.0.1](https://github.com/invertase/react-native-firebase/compare/react-native-firebase-tests@9.0.0...react-native-firebase-tests@9.0.1) (2020-11-10)

**Note:** Version bump only for package react-native-firebase-tests
Expand Down
6 changes: 3 additions & 3 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-firebase-tests",
"version": "9.0.1",
"version": "9.0.2",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
Expand All @@ -15,12 +15,12 @@
"@react-native-firebase/crashlytics": "8.5.2",
"@react-native-firebase/database": "7.5.15",
"@react-native-firebase/dynamic-links": "7.5.13",
"@react-native-firebase/firestore": "7.10.2",
"@react-native-firebase/firestore": "7.10.3",
"@react-native-firebase/functions": "7.4.12",
"@react-native-firebase/iid": "7.4.12",
"@react-native-firebase/in-app-messaging": "7.5.10",
"@react-native-firebase/messaging": "8.0.1",
"@react-native-firebase/ml": "8.0.1",
"@react-native-firebase/ml": "8.0.2",
"@react-native-firebase/perf": "7.4.12",
"@react-native-firebase/remote-config": "10.0.1",
"@react-native-firebase/storage": "7.4.14",
Expand Down

1 comment on commit fc8c4c0

@vercel
Copy link

@vercel vercel bot commented on fc8c4c0 Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.