Skip to content

Commit b2887a9

Browse files
chore: add pub_semver dependency (#433)
1 parent 769a148 commit b2887a9

5 files changed

Lines changed: 33 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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+
## 2026-03-31
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+
- [`flutterfire_cli` - `v1.3.2`](#flutterfire_cli---v132)
19+
20+
---
21+
22+
#### `flutterfire_cli` - `v1.3.2`
23+
24+
- **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))
25+
- **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))
26+
- **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))
27+
28+
629
## 2025-06-25
730

831
### Changes

packages/flutterfire_cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.2
2+
3+
- **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))
4+
- **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))
5+
- **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))
6+
17
## 1.3.1
28

39
- **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))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated. Do not manually edit.
2-
String cliVersion = '1.3.1';
2+
String cliVersion = '1.3.2';

packages/flutterfire_cli/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutterfire_cli
22
description: FlutterFire CLI for configuring Firebase on your application.
3-
version: 1.3.1
3+
version: 1.3.2
44
homepage: "https://github.com/invertase/flutterfire_cli"
55

66
environment:
@@ -19,6 +19,7 @@ dependencies:
1919
meta: ^1.6.0
2020
path: ^1.8.0
2121
platform: ^3.0.2
22+
pub_semver: ^2.2.0
2223
pub_updater: ^0.5.0
2324
pubspec_parse: ^1.5.0
2425
xml: ^6.1.0

packages/flutterfire_starter/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ environment:
44
sdk: ">=2.12.0 <3.0.0"
55

66
dependencies:
7-
flutterfire_cli: ^1.3.1
7+
flutterfire_cli: ^1.3.2
88
mason: ^0.1.0-dev.40

0 commit comments

Comments
 (0)