|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +## 2025-08-29 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - There are no breaking changes in this release. |
| 15 | + |
| 16 | +Packages with other changes: |
| 17 | + |
| 18 | + - [`firebase_dart` - `v1.4.4`](#firebase_dart---v144) |
| 19 | + - [`firebase_dart_flutter` - `v1.3.0`](#firebase_dart_flutter---v130) |
| 20 | + - [`firebase_dart_flutter_auth_apple` - `v0.0.1+1`](#firebase_dart_flutter_auth_apple---v0011) |
| 21 | + - [`firebase_dart_flutter_auth_facebook` - `v0.0.1+1`](#firebase_dart_flutter_auth_facebook---v0011) |
| 22 | + - [`firebase_dart_flutter_auth_google` - `v0.1.0+1`](#firebase_dart_flutter_auth_google---v0101) |
| 23 | + - [`firebase_dart_plus` - `v0.1.0+21`](#firebase_dart_plus---v01021) |
| 24 | + |
| 25 | +Packages with dependency updates only: |
| 26 | + |
| 27 | +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. |
| 28 | +
|
| 29 | + - `firebase_dart_plus` - `v0.1.0+21` |
| 30 | + |
| 31 | +--- |
| 32 | + |
| 33 | +#### `firebase_dart` - `v1.4.4` |
| 34 | + |
| 35 | + - **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70)) |
| 36 | + - **FIX**: several fixes for app verification with recaptcha. ([8890f308](https://github.com/appsup-dart/firebase_dart/commit/8890f308d06ef9f96f52925a464d4e630b6c8609)) |
| 37 | + - **FIX**: use 127.0.0.1 as host instead of localhost for recaptcha when running on vm. ([f129ab5f](https://github.com/appsup-dart/firebase_dart/commit/f129ab5f63debc52ff0d802a47d8d425a6979185)) |
| 38 | + - **FIX**: imports of dart:isolate on web caused issues with webdev. ([984e8b5d](https://github.com/appsup-dart/firebase_dart/commit/984e8b5dd78e50bb4a45f2f5f67b2e6ac9da12a3)) |
| 39 | + - **FIX**: executing recaptcha challenge twice. ([5101fbe5](https://github.com/appsup-dart/firebase_dart/commit/5101fbe5ad88f69fd893e15a58520e5347f22057)) |
| 40 | + |
| 41 | +#### `firebase_dart_flutter` - `v1.3.0` |
| 42 | + |
| 43 | + - **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70)) |
| 44 | + - **FIX**: several fixes for app verification with recaptcha. ([8890f308](https://github.com/appsup-dart/firebase_dart/commit/8890f308d06ef9f96f52925a464d4e630b6c8609)) |
| 45 | + - **FEAT**: use in app recaptcha as fallback for app verification. ([1ea6d495](https://github.com/appsup-dart/firebase_dart/commit/1ea6d495114a736044c1a3e1049e514ad1bdf058)) |
| 46 | + |
| 47 | +#### `firebase_dart_flutter_auth_apple` - `v0.0.1+1` |
| 48 | + |
| 49 | + - **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70)) |
| 50 | + |
| 51 | +#### `firebase_dart_flutter_auth_facebook` - `v0.0.1+1` |
| 52 | + |
| 53 | + - **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70)) |
| 54 | + |
| 55 | +#### `firebase_dart_flutter_auth_google` - `v0.1.0+1` |
| 56 | + |
| 57 | + - **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70)) |
| 58 | + |
| 59 | + |
6 | 60 | ## 2025-07-01
|
7 | 61 |
|
8 | 62 | ### Changes
|
|
0 commit comments