Skip to content

Commit 40f2315

Browse files
chore(release): publish packages (#388)
1 parent 227bfaf commit 40f2315

File tree

5 files changed

+30
-3
lines changed

5 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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-04-15
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.2.0`](#flutterfire_cli---v120)
19+
20+
---
21+
22+
#### `flutterfire_cli` - `v1.2.0`
23+
24+
- **FIX**: Check for `Pods/FirebaseCrashlytics` directory when using SPM ([#377](https://github.com/invertase/flutterfire_cli/issues/377)). ([7ef4ddd3](https://github.com/invertase/flutterfire_cli/commit/7ef4ddd39cde180c5756538b0520f81cdce712f2))
25+
- **FEAT**: Add `PUB_CACHE` to path for Apple writes ([#387](https://github.com/invertase/flutterfire_cli/issues/387)). ([227bfaf3](https://github.com/invertase/flutterfire_cli/commit/227bfaf309eae3cfa0c5b5f28955896d7ae89503))
26+
27+
628
## 2025-02-18
729

830
### Changes

packages/flutterfire_cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.0
2+
3+
- **FIX**: Check for `Pods/FirebaseCrashlytics` directory when using SPM ([#377](https://github.com/invertase/flutterfire_cli/issues/377)). ([7ef4ddd3](https://github.com/invertase/flutterfire_cli/commit/7ef4ddd39cde180c5756538b0520f81cdce712f2))
4+
- **FEAT**: Add `PUB_CACHE` to path for Apple writes ([#387](https://github.com/invertase/flutterfire_cli/issues/387)). ([227bfaf3](https://github.com/invertase/flutterfire_cli/commit/227bfaf309eae3cfa0c5b5f28955896d7ae89503))
5+
16
## 1.1.0
27

38
- **FIX**: Support json format in Firebase options for web for firebase CLI `>=13.31.0` ([#373](https://github.com/invertase/flutterfire_cli/issues/373)). ([581e7c46](https://github.com/invertase/flutterfire_cli/commit/581e7c4605906a4bcfdb329ae682685a3cc1f491))
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.1.0';
2+
String cliVersion = '1.2.0';

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.1.0
3+
version: 1.2.0
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.1.0
7+
flutterfire_cli: ^1.2.0
88
mason: ^0.1.0-dev.40

0 commit comments

Comments
 (0)