Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-03-31

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutterfire_cli` - `v1.3.2`](#flutterfire_cli---v132)

---

#### `flutterfire_cli` - `v1.3.2`

- **FIX**: ensure that bundle script is placed first for Apple build phases ([#420](https://github.com/invertase/flutterfire_cli/issues/420)). ([769a1487](https://github.com/invertase/flutterfire_cli/commit/769a1487ca633f64a3bbfebec4c8f5f16664bbc4))
- **FIX**: `flutterfire configure` command when existing `firebase_options.dart` has a wrong format ([#424](https://github.com/invertase/flutterfire_cli/issues/424)). ([3edb9076](https://github.com/invertase/flutterfire_cli/commit/3edb90762222ea3e1de0cf9de2f7aaa81f5ccabb))
- **FIX**: firebase_core folder order by parsing the version ([#410](https://github.com/invertase/flutterfire_cli/issues/410)). ([2cfefc34](https://github.com/invertase/flutterfire_cli/commit/2cfefc345ce9d317dc6a58981db082b51ea77b8d))


## 2025-06-25

### Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/flutterfire_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.2

- **FIX**: ensure that bundle script is placed first for Apple build phases ([#420](https://github.com/invertase/flutterfire_cli/issues/420)). ([769a1487](https://github.com/invertase/flutterfire_cli/commit/769a1487ca633f64a3bbfebec4c8f5f16664bbc4))
- **FIX**: `flutterfire configure` command when existing `firebase_options.dart` has a wrong format ([#424](https://github.com/invertase/flutterfire_cli/issues/424)). ([3edb9076](https://github.com/invertase/flutterfire_cli/commit/3edb90762222ea3e1de0cf9de2f7aaa81f5ccabb))
- **FIX**: firebase_core folder order by parsing the version ([#410](https://github.com/invertase/flutterfire_cli/issues/410)). ([2cfefc34](https://github.com/invertase/flutterfire_cli/commit/2cfefc345ce9d317dc6a58981db082b51ea77b8d))

## 1.3.1

- **FIX**: 'Null' is not a subtype of type 'String' in type cast on Linux ([#405](https://github.com/invertase/flutterfire_cli/issues/405)). ([9c8e8438](https://github.com/invertase/flutterfire_cli/commit/9c8e8438bf78cfedd43d2c2ebc234c5a221e062a))
Expand Down
2 changes: 1 addition & 1 deletion packages/flutterfire_cli/lib/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated. Do not manually edit.
String cliVersion = '1.3.1';
String cliVersion = '1.3.2';
3 changes: 2 additions & 1 deletion packages/flutterfire_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutterfire_cli
description: FlutterFire CLI for configuring Firebase on your application.
version: 1.3.1
version: 1.3.2
homepage: "https://github.com/invertase/flutterfire_cli"

environment:
Expand All @@ -19,6 +19,7 @@ dependencies:
meta: ^1.6.0
path: ^1.8.0
platform: ^3.0.2
pub_semver: ^2.2.0
pub_updater: ^0.5.0
pubspec_parse: ^1.5.0
xml: ^6.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flutterfire_starter/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
flutterfire_cli: ^1.3.1
flutterfire_cli: ^1.3.2
mason: ^0.1.0-dev.40
Loading