From 723a2d61102aa8f2175507fed3891d9953faecbb Mon Sep 17 00:00:00 2001 From: Eray Erdin Date: Mon, 6 Oct 2025 09:44:41 +0300 Subject: [PATCH 1/3] update metadata --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 872633b..c911104 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firereact", - "version": "0.9.6", + "version": "0.9.7", "description": "React hooks, components and utils for Firebase", "type": "module", "main": "dist/index.cjs.js", From a6c68b4ea69db8f07ee44d74c2ee8b366fa74a4a Mon Sep 17 00:00:00 2001 From: Eray Erdin Date: Mon, 6 Oct 2025 09:45:18 +0300 Subject: [PATCH 2/3] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 140cfb3..1604842 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ npm i firereact - **Very lightweight**, ![unpacked size](https://img.shields.io/npm/unpacked-size/firereact?label=%20&style=flat-square) when unpacked, ![npm min bundle size](https://img.shields.io/bundlephobia/min/firereact?style=flat-square&label=%20) when minified, ![npm minzip bundle size](https://img.shields.io/bundlephobia/minzip/firereact?style=flat-square&label=%20) when minified+gzipped - Supports ![Javascript](https://img.shields.io/badge/-javascript-f7df1e?style=flat-square&logo=javascript&logoColor=black) and ![Typescript](https://img.shields.io/badge/-typescript-3178c6?style=flat-square&logo=javascript&logoColor=white) -- Supports at least **Firebase 11** +- Supports **Firebase 12** and **React 19** - Supports **Auth, Firestore, Functions, Providers and Storage**. - Provides **hooks** such as `useUser` for Auth or `useDocument` for Firestore, _which can listen to realtime changes as well_ - Provides **custom components** such as `` or `` to keep the logic simple and/or avoid unnecessary rerendering From 5860302139960631faacd831429d9479661ce71c Mon Sep 17 00:00:00 2001 From: Eray Erdin Date: Mon, 6 Oct 2025 09:46:33 +0300 Subject: [PATCH 3/3] update metadata --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c911104..ca85454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firereact", - "version": "0.9.7", + "version": "0.9.8", "description": "React hooks, components and utils for Firebase", "type": "module", "main": "dist/index.cjs.js",