Skip to content

Commit c8683be

Browse files
chore(release): prepare for release (#248)
1 parent 50e908e commit c8683be

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
## 2023-12-19
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` - `v0.3.0-dev.19`](#flutterfire_cli---v030-dev19)
19+
20+
---
21+
22+
#### `flutterfire_cli` - `v0.3.0-dev.19`
23+
24+
- **FIX**(apple): upload debug symbols for de-obfuscating Dart stack traces ([#247](https://github.com/invertase/flutterfire_cli/issues/247)). ([93d02a56](https://github.com/invertase/flutterfire_cli/commit/93d02a5659183cb4e8edeac88965e7a6a99e6c63))
25+
- **FIX**: bundle service file into Contents/Resources for macOS and app root for iOS ([#245](https://github.com/invertase/flutterfire_cli/issues/245)). ([83ed0648](https://github.com/invertase/flutterfire_cli/commit/83ed0648ffbfde2ece56fa14da149732531d9d83))
26+
- **FIX**(apple): ensure service file is not duplicated in `project.pbxproj` file ([#239](https://github.com/invertase/flutterfire_cli/issues/239)). ([32f2962f](https://github.com/invertase/flutterfire_cli/commit/32f2962feb34cf93a360f5d19f3b7222fe5c092c))
27+
- **FIX**(android): update regex as `android/build.gradle` in latest flutter create doesn't match previous regex ([#240](https://github.com/invertase/flutterfire_cli/issues/240)). ([2d8b3118](https://github.com/invertase/flutterfire_cli/commit/2d8b3118e8058c19191a2103e155edf41b3271cf))
28+
- **FIX**: update `firebase_options.dart` or specified `--out=firebase_release.dart` rather than rewrite file entirely. ([#226](https://github.com/invertase/flutterfire_cli/issues/226)). ([204ba306](https://github.com/invertase/flutterfire_cli/commit/204ba30694383943f71988d649fe69b1f8cf9e75))
29+
- **FIX**: ensure `--web-app-id` flag is respected when present in `flutterfire configure` ([#225](https://github.com/invertase/flutterfire_cli/issues/225)). ([8de25758](https://github.com/invertase/flutterfire_cli/commit/8de25758b15552c730ca1f7352c70e1f1dac5f8d))
30+
- **FIX**: macOS bundleId was incorrectly selecting `some.app.RunnerTests` ([#222](https://github.com/invertase/flutterfire_cli/issues/222)). ([65d5d589](https://github.com/invertase/flutterfire_cli/commit/65d5d589e153bb7e714689e4a5122b3d64282b10))
31+
- **FIX**: removing mandatory flag on bundle ids for macOS and iOS ([#179](https://github.com/invertase/flutterfire_cli/issues/179)). ([02f18e3d](https://github.com/invertase/flutterfire_cli/commit/02f18e3d62717008c2e002c293a9744a645e2ebd))
32+
- **FEAT**: windows support for `flutterfire configure` & `flutterfire reconfigure` ([#229](https://github.com/invertase/flutterfire_cli/issues/229)). ([9e7b6591](https://github.com/invertase/flutterfire_cli/commit/9e7b659102146f97cee396a1365ecc5c8b848197))
33+
- **FEAT**: `flutterfire reconfigure` now updates android `build.gradle` files & Apple `project.pbxproj` for debug symbol script like `flutterfire configure` ([#227](https://github.com/invertase/flutterfire_cli/issues/227)). ([4ab9f65a](https://github.com/invertase/flutterfire_cli/commit/4ab9f65a171c032b48d038ecaa402082cc9a3d9b))
34+
35+
636
## 2023-09-12
737

838
### Changes

packages/flutterfire_cli/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.3.0-dev.19
2+
3+
- **FIX**(apple): upload debug symbols for de-obfuscating Dart stack traces ([#247](https://github.com/invertase/flutterfire_cli/issues/247)). ([93d02a56](https://github.com/invertase/flutterfire_cli/commit/93d02a5659183cb4e8edeac88965e7a6a99e6c63))
4+
- **FIX**: bundle service file into Contents/Resources for macOS and app root for iOS ([#245](https://github.com/invertase/flutterfire_cli/issues/245)). ([83ed0648](https://github.com/invertase/flutterfire_cli/commit/83ed0648ffbfde2ece56fa14da149732531d9d83))
5+
- **FIX**(apple): ensure service file is not duplicated in `project.pbxproj` file ([#239](https://github.com/invertase/flutterfire_cli/issues/239)). ([32f2962f](https://github.com/invertase/flutterfire_cli/commit/32f2962feb34cf93a360f5d19f3b7222fe5c092c))
6+
- **FIX**(android): update regex as `android/build.gradle` in latest flutter create doesn't match previous regex ([#240](https://github.com/invertase/flutterfire_cli/issues/240)). ([2d8b3118](https://github.com/invertase/flutterfire_cli/commit/2d8b3118e8058c19191a2103e155edf41b3271cf))
7+
- **FIX**: update `firebase_options.dart` or specified `--out=firebase_release.dart` rather than rewrite file entirely. ([#226](https://github.com/invertase/flutterfire_cli/issues/226)). ([204ba306](https://github.com/invertase/flutterfire_cli/commit/204ba30694383943f71988d649fe69b1f8cf9e75))
8+
- **FIX**: ensure `--web-app-id` flag is respected when present in `flutterfire configure` ([#225](https://github.com/invertase/flutterfire_cli/issues/225)). ([8de25758](https://github.com/invertase/flutterfire_cli/commit/8de25758b15552c730ca1f7352c70e1f1dac5f8d))
9+
- **FIX**: macOS bundleId was incorrectly selecting `some.app.RunnerTests` ([#222](https://github.com/invertase/flutterfire_cli/issues/222)). ([65d5d589](https://github.com/invertase/flutterfire_cli/commit/65d5d589e153bb7e714689e4a5122b3d64282b10))
10+
- **FIX**: removing mandatory flag on bundle ids for macOS and iOS ([#179](https://github.com/invertase/flutterfire_cli/issues/179)). ([02f18e3d](https://github.com/invertase/flutterfire_cli/commit/02f18e3d62717008c2e002c293a9744a645e2ebd))
11+
- **FEAT**: windows support for `flutterfire configure` & `flutterfire reconfigure` ([#229](https://github.com/invertase/flutterfire_cli/issues/229)). ([9e7b6591](https://github.com/invertase/flutterfire_cli/commit/9e7b659102146f97cee396a1365ecc5c8b848197))
12+
- **FEAT**: `flutterfire reconfigure` now updates android `build.gradle` files & Apple `project.pbxproj` for debug symbol script like `flutterfire configure` ([#227](https://github.com/invertase/flutterfire_cli/issues/227)). ([4ab9f65a](https://github.com/invertase/flutterfire_cli/commit/4ab9f65a171c032b48d038ecaa402082cc9a3d9b))
13+
114
## 0.3.0-dev.18
215

316
- **FIX**: ensure build.gradle content is written on new lines. ([b6ba072f](https://github.com/invertase/flutterfire_cli/commit/b6ba072fc8f361dbd7cdcc31a270d71cafd8489e))
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated. Do not manually edit.
2-
String cliVersion = '0.3.0-dev.16';
2+
String cliVersion = '0.3.0-dev.19';

packages/flutterfire_cli/pubspec.yaml

+1-1
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: 0.3.0-dev.18
3+
version: 0.3.0-dev.19
44
homepage: "https://github.com/invertase/flutterfire_cli"
55

66
environment:

packages/flutterfire_starter/hooks/pubspec.yaml

+1-1
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: ^0.3.0-dev.18
7+
flutterfire_cli: ^0.3.0-dev.19
88
mason: ^0.1.0-dev.40

0 commit comments

Comments
 (0)