Skip to content

Commit 72786b4

Browse files
authored
docs(releases): remove instance id / add installations appdistribution (#6348)
* fix(docs): remove link broken to Instance ID releases * docs(release): add changelog link to app-distribution * docs(release): add changelog link to installations
1 parent 8d469f1 commit 72786b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/releases/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ From version `v6.5.0` until `10.0.0`; all React Native Firebase packages were in
1717
| ---------------------- | :------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: |
1818
| Analytics | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/analytics.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/analytics/CHANGELOG.md) |
1919
| App | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/app.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/app/CHANGELOG.md) |
20-
| AppCheck | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/app-check.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/app-check/CHANGELOG.md) |
20+
| App Check | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/app-check.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/app-check/CHANGELOG.md) |
21+
| App Distribution | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/app-distribution.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/app-distribution/CHANGELOG.md) |
2122
| Authentication | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/auth.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/auth/CHANGELOG.md) |
2223
| Cloud Firestore | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/firestore.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/firestore/CHANGELOG.md) |
2324
| Cloud Functions | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/functions.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/functions/CHANGELOG.md) |
@@ -26,7 +27,7 @@ From version `v6.5.0` until `10.0.0`; all React Native Firebase packages were in
2627
| Crashlytics | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/crashlytics.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/crashlytics/CHANGELOG.md) |
2728
| Dynamic Links | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/dynamic-links.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/dynamic-links/CHANGELOG.md) |
2829
| In-app Messaging | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/in-app-messaging.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/in-app-messaging/CHANGELOG.md) |
29-
| Instance ID | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/iid.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/iid/CHANGELOG.md) |
30+
| Installations | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/installations.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/installations/CHANGELOG.md) |
3031
| ML | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/ml.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/ml/CHANGELOG.md) |
3132
| Performance Monitoring | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/perf.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/perf/CHANGELOG.md) |
3233
| Realtime Database | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/database.svg?style=for-the-badge&logo=npm) | [View Release Notes »](https://github.com/invertase/react-native-firebase/tree/main/packages/database/CHANGELOG.md) |

0 commit comments

Comments
 (0)