Skip to content

Commit b551158

Browse files
authored
chore(release): publish packages (#13521)
1 parent 77b4880 commit b551158

File tree

20 files changed

+163
-17
lines changed

20 files changed

+163
-17
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,54 @@
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+
## 2024-10-21 - [BoM 3.0.0](https://github.com/firebase/flutterfire/blob/main/VERSIONS.md#flutter-bom-300-2024-10-21)
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`firebase_app_check_web` - `v0.2.0`](#firebase_app_check_web---v020)
15+
- [`firebase_vertexai` - `v1.0.0`](#firebase_vertexai---v100)
16+
17+
Packages with other changes:
18+
19+
- [`firebase_data_connect` - `v0.1.2+1`](#firebase_data_connect---v0121)
20+
- [`firebase_storage` - `v12.3.4`](#firebase_storage---v1234)
21+
- [`firebase_app_check` - `v0.3.1+4`](#firebase_app_check---v0314)
22+
23+
Packages with dependency updates only:
24+
25+
> 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.
26+
27+
- `firebase_app_check` - `v0.3.1+4`
28+
29+
---
30+
31+
#### `firebase_app_check_web` - `v0.2.0`
32+
33+
- **BREAKING** **FEAT**(vertexai): Vertex AI in Firebase is now Generally Available (GA) and can be used in production apps. ([#13453](https://github.com/firebase/flutterfire/issues/13453)). ([77b48800](https://github.com/firebase/flutterfire/commit/77b488001a2b68b46ccff4fc96d143ef891d3e5a))
34+
35+
#### `firebase_vertexai` - `v1.0.0`
36+
37+
Use the Vertex AI in Firebase SDK to call the Vertex AI Gemini API directly from your app. This client SDK is built specifically for use with Flutter apps, offering security options against unauthorized clients as well as integrations with other Firebase services.
38+
39+
* If you're new to this SDK, visit the getting started guide.
40+
* If you used the preview version of the library, visit the migration guide to learn about some important updates.
41+
42+
- **BREAKING** **FEAT**(vertexai): Vertex AI in Firebase is now Generally Available (GA) and can be used in production apps. ([#13453](https://github.com/firebase/flutterfire/issues/13453)). ([77b48800](https://github.com/firebase/flutterfire/commit/77b488001a2b68b46ccff4fc96d143ef891d3e5a))
43+
44+
#### `firebase_data_connect` - `v0.1.2+1`
45+
46+
- **FIX**(fdc): Fix issue where auth wasn't properly refreshing id token ([#13509](https://github.com/firebase/flutterfire/issues/13509)). ([0158ad20](https://github.com/firebase/flutterfire/commit/0158ad20925646e8a21c17adc8793e870f3a65d6))
47+
- **FIX**(fdc): Updated licenses ([#13470](https://github.com/firebase/flutterfire/issues/13470)). ([a1de14fd](https://github.com/firebase/flutterfire/commit/a1de14fde34e6b352f0d4a098d88ee9df542cf27))
48+
49+
#### `firebase_storage` - `v12.3.4`
50+
51+
- **FIX**(storage,android): stream handler & event channel clean up on completion ([#13508](https://github.com/firebase/flutterfire/issues/13508)). ([f010b468](https://github.com/firebase/flutterfire/commit/f010b4684e38f47ad9b38d34c3a84a4eb4518fac))
52+
53+
654
## 2024-10-08 - [BoM 2.9.3](https://github.com/firebase/flutterfire/blob/main/VERSIONS.md#flutter-bom-293-2024-10-08)
755

856
### Changes

VERSIONS.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,45 @@ This document is listing all the compatible versions of the FlutterFire plugins.
44

55
# Versions
66

7+
## [Flutter BoM 3.0.0 (2024-10-21)](https://github.com/firebase/flutterfire/blob/main/CHANGELOG.md#2024-10-21)
8+
9+
Install this version using FlutterFire CLI
10+
11+
```bash
12+
flutterfire install 3.0.0
13+
```
14+
15+
### Included Native Firebase SDK Versions
16+
| Firebase SDK | Version | Link |
17+
|--------------|---------|------|
18+
| Android SDK | 33.3.0 | [Release Notes](https://firebase.google.com/support/release-notes/android) |
19+
| iOS SDK | 11.2.0 | [Release Notes](https://firebase.google.com/support/release-notes/ios) |
20+
| Web SDK | 10.11.1 | [Release Notes](https://firebase.google.com/support/release-notes/js) |
21+
| Windows SDK | 12.0.0 | [Release Notes](https://firebase.google.com/support/release-notes/cpp-relnotes) |
22+
23+
### FlutterFire Plugin Versions
24+
| Plugin | Version | Dart Version | Flutter Version |
25+
|--------|---------|--------------|-----------------|
26+
| [cloud_firestore](https://pub.dev/packages/cloud_firestore/versions/5.4.4) | 5.4.4 | >=3.2.0 <4.0.0 | >=3.3.0 |
27+
| [cloud_functions](https://pub.dev/packages/cloud_functions/versions/5.1.3) | 5.1.3 | >=3.2.0 <4.0.0 | >=3.3.0 |
28+
| [firebase_analytics](https://pub.dev/packages/firebase_analytics/versions/11.3.3) | 11.3.3 | >=3.2.0 <4.0.0 | >=3.3.0 |
29+
| [firebase_app_check](https://pub.dev/packages/firebase_app_check/versions/0.3.1+4) | 0.3.1+4 | >=3.2.0 <4.0.0 | >=3.3.0 |
30+
| [firebase_app_installations](https://pub.dev/packages/firebase_app_installations/versions/0.3.1+4) | 0.3.1+4 | >=3.2.0 <4.0.0 | >=3.3.0 |
31+
| [firebase_auth](https://pub.dev/packages/firebase_auth/versions/5.3.1) | 5.3.1 | >=3.2.0 <4.0.0 | >=3.16.0 |
32+
| [firebase_core](https://pub.dev/packages/firebase_core/versions/3.6.0) | 3.6.0 | >=3.2.0 <4.0.0 | >=3.3.0 |
33+
| [firebase_crashlytics](https://pub.dev/packages/firebase_crashlytics/versions/4.1.3) | 4.1.3 | >=3.2.0 <4.0.0 | >=3.3.0 |
34+
| [firebase_data_connect](https://pub.dev/packages/firebase_data_connect/versions/0.1.2+1) | 0.1.2+1 | >=3.2.0 <4.0.0 | >=3.3.0 |
35+
| [firebase_database](https://pub.dev/packages/firebase_database/versions/11.1.4) | 11.1.4 | >=3.2.0 <4.0.0 | >=3.3.0 |
36+
| [firebase_dynamic_links](https://pub.dev/packages/firebase_dynamic_links/versions/6.0.8) | 6.0.8 | >=3.2.0 <4.0.0 | >=3.3.0 |
37+
| [firebase_in_app_messaging](https://pub.dev/packages/firebase_in_app_messaging/versions/0.8.0+8) | 0.8.0+8 | >=3.2.0 <4.0.0 | >=3.3.0 |
38+
| [firebase_messaging](https://pub.dev/packages/firebase_messaging/versions/15.1.3) | 15.1.3 | >=3.2.0 <4.0.0 | >=3.3.0 |
39+
| [firebase_ml_model_downloader](https://pub.dev/packages/firebase_ml_model_downloader/versions/0.3.1+3) | 0.3.1+3 | >=3.2.0 <4.0.0 | >=3.3.0 |
40+
| [firebase_performance](https://pub.dev/packages/firebase_performance/versions/0.10.0+8) | 0.10.0+8 | >=3.2.0 <4.0.0 | >=3.3.0 |
41+
| [firebase_remote_config](https://pub.dev/packages/firebase_remote_config/versions/5.1.3) | 5.1.3 | >=3.2.0 <4.0.0 | >=3.3.0 |
42+
| [firebase_storage](https://pub.dev/packages/firebase_storage/versions/12.3.4) | 12.3.4 | >=3.2.0 <4.0.0 | >=3.3.0 |
43+
| [firebase_vertexai](https://pub.dev/packages/firebase_vertexai/versions/1.0.0) | 1.0.0 | >=3.2.0 <4.0.0 | >=3.16.0 |
44+
45+
746
## [Flutter BoM 2.9.3 (2024-10-08)](https://github.com/firebase/flutterfire/blob/main/CHANGELOG.md#2024-10-08)
847

948
Install this version using FlutterFire CLI

packages/firebase_app_check/firebase_app_check/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1+4
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.3.1+3
26

37
- **FIX**(all,apple): use modular headers to import ([#13400](https://github.com/firebase/flutterfire/issues/13400)). ([d7d2d4b9](https://github.com/firebase/flutterfire/commit/d7d2d4b93e7c00226027fffde46699f3d5388a41))

packages/firebase_app_check/firebase_app_check/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
cloud_firestore: ^5.4.4
13-
firebase_app_check: ^0.3.1+3
13+
firebase_app_check: ^0.3.1+4
1414
firebase_core: ^3.6.0
1515
flutter:
1616
sdk: flutter

packages/firebase_app_check/firebase_app_check/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: firebase_app_check
22
description: App Check works alongside other Firebase services to help protect your backend resources from abuse, such as billing fraud or phishing.
33
homepage: https://firebase.google.com/docs/app-check
44
repository: https://github.com/firebase/flutterfire/tree/main/packages/firebase_app_check/firebase_app_check
5-
version: 0.3.1+3
5+
version: 0.3.1+4
66
topics:
77
- firebase
88
- app-check
@@ -18,7 +18,7 @@ environment:
1818

1919
dependencies:
2020
firebase_app_check_platform_interface: ^0.1.0+38
21-
firebase_app_check_web: ^0.1.3+2
21+
firebase_app_check_web: ^0.2.0
2222
firebase_core: ^3.6.0
2323
firebase_core_platform_interface: ^5.3.0
2424
flutter:

packages/firebase_app_check/firebase_app_check_web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**(vertexai): Vertex AI in Firebase is now Generally Available (GA) and can be used in production apps. ([#13453](https://github.com/firebase/flutterfire/issues/13453)). ([77b48800](https://github.com/firebase/flutterfire/commit/77b488001a2b68b46ccff4fc96d143ef891d3e5a))
6+
17
## 0.1.3+2
28

39
- Update a dependency to the latest release.

packages/firebase_app_check/firebase_app_check_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: firebase_app_check_web
22
description: The web implementation of firebase_app_check
33
homepage: https://github.com/firebase/flutterfire/tree/main/packages/firebase_app_check/firebase_app_check_web
4-
version: 0.1.3+2
4+
version: 0.2.0
55

66
environment:
77
sdk: '>=3.4.0 <4.0.0'

packages/firebase_data_connect/firebase_data_connect/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.2+1
2+
3+
- **FIX**(fdc): Fix issue where auth wasn't properly refreshing id token ([#13509](https://github.com/firebase/flutterfire/issues/13509)). ([0158ad20](https://github.com/firebase/flutterfire/commit/0158ad20925646e8a21c17adc8793e870f3a65d6))
4+
- **FIX**(fdc): Updated licenses ([#13470](https://github.com/firebase/flutterfire/issues/13470)). ([a1de14fd](https://github.com/firebase/flutterfire/commit/a1de14fde34e6b352f0d4a098d88ee9df542cf27))
5+
16
## 0.1.2
27

38
- **FIX**(fdc): Fix serializing errors ([#13450](https://github.com/firebase/flutterfire/issues/13450)). ([9a5aba2a](https://github.com/firebase/flutterfire/commit/9a5aba2aedb2e1ab4f9a979f07392113630c1672))

packages/firebase_data_connect/firebase_data_connect/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
cupertino_icons: ^1.0.6
2121
flutter_rating_bar: ^4.0.1
2222
protobuf: ^3.1.0
23-
firebase_app_check: ^0.3.1+3
23+
firebase_app_check: ^0.3.1+4
2424

2525
dev_dependencies:
2626
build_runner: ^2.3.3

packages/firebase_data_connect/firebase_data_connect/lib/src/dataconnect_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
// limitations under the License.
1414

1515
/// version number for the package, should be align with pubspec.yaml.
16-
const packageVersion = '0.1.2';
16+
const packageVersion = '0.1.2+1';

0 commit comments

Comments
 (0)