Skip to content

Commit cafa412

Browse files
committed
chore(release): release packages
- @react-native-firebase/[email protected] - @react-native-firebase/[email protected] - [email protected]
1 parent 86f1f63 commit cafa412

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

packages/app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.4.4](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-09-30)
7+
8+
### Bug Fixes
9+
10+
- **app, ios:** avoid photo API not present on Catalyst ([#4328](https://github.com/invertase/react-native-firebase/issues/4328)) ([86f1f63](https://github.com/invertase/react-native-firebase/commit/86f1f633c06c7f054ff55b802482f36be61580f8))
11+
612
## [8.4.3](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-09-17)
713

814
### Bug Fixes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/app",
3-
"version": "8.4.3",
3+
"version": "8.4.4",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"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.",
66
"main": "lib/index.js",

packages/dynamic-links/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.6](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-09-30)
7+
8+
**Note:** Version bump only for package @react-native-firebase/dynamic-links
9+
610
## [7.5.5](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-09-17)
711

812
**Note:** Version bump only for package @react-native-firebase/dynamic-links

packages/dynamic-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/dynamic-links",
3-
"version": "7.5.5",
3+
"version": "7.5.6",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - Dynamic Links",
66
"main": "lib/index.js",

tests/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.4.13](https://github.com/invertase/react-native-firebase/compare/[email protected]@8.4.13) (2020-09-30)
7+
8+
**Note:** Version bump only for package react-native-firebase-tests
9+
10+
11+
12+
13+
614
## [8.4.12](https://github.com/invertase/react-native-firebase/compare/[email protected]@8.4.12) (2020-09-17)
715

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

tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-firebase-tests",
3-
"version": "8.4.12",
3+
"version": "8.4.13",
44
"private": true,
55
"scripts": {
66
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
@@ -9,12 +9,12 @@
99
"dependencies": {
1010
"@react-native-firebase/admob": "7.6.5",
1111
"@react-native-firebase/analytics": "7.6.4",
12-
"@react-native-firebase/app": "8.4.3",
12+
"@react-native-firebase/app": "8.4.4",
1313
"@react-native-firebase/app-types": "6.7.2",
1414
"@react-native-firebase/auth": "9.2.4",
1515
"@react-native-firebase/crashlytics": "8.4.6",
1616
"@react-native-firebase/database": "7.5.8",
17-
"@react-native-firebase/dynamic-links": "7.5.5",
17+
"@react-native-firebase/dynamic-links": "7.5.6",
1818
"@react-native-firebase/firestore": "7.8.3",
1919
"@react-native-firebase/functions": "7.4.5",
2020
"@react-native-firebase/iid": "7.4.5",

0 commit comments

Comments
 (0)