Skip to content

Commit d36e716

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

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

packages/messaging/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
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+
# [7.9.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-10-07)
7+
8+
### Features
9+
10+
- **ios, messaging:** add getIsHeadless method to access iOS launch state ([#4304](https://github.com/invertase/react-native-firebase/issues/4304)) ([8a4e9a5](https://github.com/invertase/react-native-firebase/commit/8a4e9a5259fd89885f3f5e825328899476e9e3ee))
11+
612
## [7.8.11](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-09-30)
713

814
**Note:** Version bump only for package @react-native-firebase/messaging
@@ -12,7 +18,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1218
### Bug Fixes
1319

1420
- **types:** enable TypeScript libCheck & resolve type conflicts ([#4306](https://github.com/invertase/react-native-firebase/issues/4306)) ([aa8ee8b](https://github.com/invertase/react-native-firebase/commit/aa8ee8b7e83443d2c1664993800e15faf4b59b0e))
15-
- **android, messaging:** fix(android, messaging): store notifications for initial/open attribution [#4317](https://github.com/invertase/react-native-firebase/issues/4317) ([a7cafc9](https://github.com/invertase/react-native-firebase/commit/a7cafc92f4250d2ccb16cb181a4029f14b76b8ca))
21+
- **android, messaging:** fix(android, messaging): store notifications for initial/open attribution [#4317](https://github.com/invertase/react-native-firebase/issues/4317) ([a7cafc9](https://github.com/invertase/react-native-firebase/commit/a7cafc92f4250d2ccb16cb181a4029f14b76b8ca))
1622

1723
## [7.8.9](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-09-30)
1824

packages/messaging/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/messaging",
3-
"version": "7.8.11",
3+
"version": "7.9.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.",
66
"main": "lib/index.js",

packages/storage/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+
## [7.4.9](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-10-07)
7+
8+
### Bug Fixes
9+
10+
- **storage:** bug when getting the root ref of a bucket ([#3455](https://github.com/invertase/react-native-firebase/issues/3455)) ([02132ce](https://github.com/invertase/react-native-firebase/commit/02132ce322b0f1d06b11ddc7f66ab919ab2c1b1f))
11+
612
## [7.4.8](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/[email protected]...@react-native-firebase/[email protected]) (2020-09-30)
713

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

packages/storage/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/storage",
3-
"version": "7.4.8",
3+
"version": "7.4.9",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - React Native Firebase provides native integration with Cloud Storage, providing support to upload and download files directly from your device and from your Firebase Cloud Storage bucket.",
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.17](https://github.com/invertase/react-native-firebase/compare/[email protected]@8.4.17) (2020-10-07)
7+
8+
**Note:** Version bump only for package react-native-firebase-tests
9+
10+
11+
12+
13+
614
## [8.4.16](https://github.com/invertase/react-native-firebase/compare/[email protected]@8.4.16) (2020-09-30)
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.16",
3+
"version": "8.4.17",
44
"private": true,
55
"scripts": {
66
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
@@ -19,12 +19,12 @@
1919
"@react-native-firebase/functions": "7.4.8",
2020
"@react-native-firebase/iid": "7.4.8",
2121
"@react-native-firebase/in-app-messaging": "7.5.6",
22-
"@react-native-firebase/messaging": "7.8.11",
22+
"@react-native-firebase/messaging": "7.9.0",
2323
"@react-native-firebase/ml-natural-language": "7.4.8",
2424
"@react-native-firebase/ml-vision": "7.4.8",
2525
"@react-native-firebase/perf": "7.4.8",
2626
"@react-native-firebase/remote-config": "9.0.10",
27-
"@react-native-firebase/storage": "7.4.8",
27+
"@react-native-firebase/storage": "7.4.9",
2828
"react": "16.11.0",
2929
"react-native": "0.62.2"
3030
},

0 commit comments

Comments
 (0)