Skip to content

Commit 1cbd1fe

Browse files
chore(release): publish packages (#408)
1 parent 9c8e843 commit 1cbd1fe

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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-06-25
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.1`](#flutterfire_cli---v131)
19+
20+
---
21+
22+
#### `flutterfire_cli` - `v1.3.1`
23+
24+
- **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))
25+
26+
627
## 2025-06-23
728

829
### Changes

packages/flutterfire_cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.1
2+
3+
- **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))
4+
15
## 1.3.0
26

37
- **FIX**: regex Gradle single quote regex patterns ([#404](https://github.com/invertase/flutterfire_cli/issues/404)). ([29385979](https://github.com/invertase/flutterfire_cli/commit/29385979349e9ac6322a81d3dd320500c95de133))
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.0';
2+
String cliVersion = '1.3.1';

packages/flutterfire_cli/pubspec.yaml

Lines changed: 1 addition & 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.0
3+
version: 1.3.1
44
homepage: "https://github.com/invertase/flutterfire_cli"
55

66
environment:

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.0
7+
flutterfire_cli: ^1.3.1
88
mason: ^0.1.0-dev.40

0 commit comments

Comments
 (0)