Skip to content

Commit bccffff

Browse files
committed
chore(release): publish packages
- firebase_dart@1.4.4 - firebase_dart_flutter@1.3.0 - firebase_dart_flutter_auth_apple@0.0.1+1 - firebase_dart_flutter_auth_facebook@0.0.1+1 - firebase_dart_flutter_auth_google@0.1.0+1 - firebase_dart_plus@0.1.0+21
1 parent 8890f30 commit bccffff

File tree

13 files changed

+95
-11
lines changed

13 files changed

+95
-11
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,60 @@
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+
## 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+
660
## 2025-07-01
761

862
### Changes

packages/firebase_dart/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.4.4
2+
3+
- **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70))
4+
- **FIX**: several fixes for app verification with recaptcha. ([8890f308](https://github.com/appsup-dart/firebase_dart/commit/8890f308d06ef9f96f52925a464d4e630b6c8609))
5+
- **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))
6+
- **FIX**: imports of dart:isolate on web caused issues with webdev. ([984e8b5d](https://github.com/appsup-dart/firebase_dart/commit/984e8b5dd78e50bb4a45f2f5f67b2e6ac9da12a3))
7+
- **FIX**: executing recaptcha challenge twice. ([5101fbe5](https://github.com/appsup-dart/firebase_dart/commit/5101fbe5ad88f69fd893e15a58520e5347f22057))
8+
19
## 1.4.3
210

311
- **FIX**(database): error `Invalid argument(s): Mapping for ... exists` (in bimap.dart). ([a8893eb4](https://github.com/appsup-dart/firebase_dart/commit/a8893eb453b0b774a30607ccc5b0479de025def8))

packages/firebase_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_dart
22
description: A port of the Firebase database, auth and storage client to pure Dart code, usable on different platforms
3-
version: 1.4.3
3+
version: 1.4.4
44
homepage: https://github.com/appsup-dart/firebase_dart
55

66
environment:

packages/firebase_dart_flutter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.0
2+
3+
- **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70))
4+
- **FIX**: several fixes for app verification with recaptcha. ([8890f308](https://github.com/appsup-dart/firebase_dart/commit/8890f308d06ef9f96f52925a464d4e630b6c8609))
5+
- **FEAT**: use in app recaptcha as fallback for app verification. ([1ea6d495](https://github.com/appsup-dart/firebase_dart/commit/1ea6d495114a736044c1a3e1049e514ad1bdf058))
6+
17
## 1.2.3
28

39
- Update a dependency to the latest release.

packages/firebase_dart_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_dart_flutter
22
description: A port of the Firebase database, auth and storage client to pure Dart code for use on flutter
3-
version: 1.2.3
3+
version: 1.3.0
44
homepage: https://github.com/appsup-dart/firebase_dart
55

66
environment:
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
firebase_dart: ^1.4.3
13+
firebase_dart: ^1.4.4
1414
platform_info: ^5.0.0
1515
path_provider: ^2.0.0
1616
hive: ^2.0.0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1+1
2+
3+
- **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70))
4+
15
## 0.0.1
26

37
* TODO: Describe initial release.

packages/firebase_dart_flutter_auth_apple/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_dart_flutter_auth_apple
22
description: Provides a `firebase_dart` auth handler for sign in with Apple using the native Apple API
3-
version: 0.0.1
3+
version: 0.0.1+1
44
homepage: https://github.com/appsup-dart/firebase_dart
55

66
environment:
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
firebase_dart: ^1.4.3
13+
firebase_dart: ^1.4.4
1414
sign_in_with_apple: ^6.0.0
1515
platform_info: ^5.0.0
1616

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1+1
2+
3+
- **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70))
4+
15
## 0.0.1
26

37
* TODO: Describe initial release.

packages/firebase_dart_flutter_auth_facebook/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_dart_flutter_auth_facebook
22
description: Provides a `firebase_dart` auth handler for sign in with Facebook using the native Facebook API
3-
version: 0.0.1
3+
version: 0.0.1+1
44
homepage: https://github.com/appsup-dart/firebase_dart
55

66
environment:
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
firebase_dart: ^1.4.3
13+
firebase_dart: ^1.4.4
1414
flutter_facebook_auth: ^7.0.0
1515

1616
dev_dependencies:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+1
2+
3+
- **REFACTOR**(firebase_dart_flutter): move social auth providers to separate packages. ([db2ef04b](https://github.com/appsup-dart/firebase_dart/commit/db2ef04b6c1879fced845731f45d2eceb25a9a70))
4+
15
## 0.1.0
26

37
* TODO: Describe initial release.

0 commit comments

Comments
 (0)