Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - flutterfire_cli@1.0.1-dev.2
  • Loading branch information
russellwheatley committed Jul 2, 2024
1 parent cc122cd commit 0bb0e6d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutterfire_cli` - `v1.0.1-dev.2`](#flutterfire_cli---v101-dev2)

---

#### `flutterfire_cli` - `v1.0.1-dev.2`

- **FIX**(android): auto-detect old and new way to set `applicationId` ([#318](https://github.com/invertase/flutterfire_cli/issues/318)). ([016699f2](https://github.com/invertase/flutterfire_cli/commit/016699f2836659c3fe948635bba573ceff73117b))
- **FEAT**(install): add support for overriding the _platform_interface and _web packages when using git ([#312](https://github.com/invertase/flutterfire_cli/issues/312)). ([b09602d5](https://github.com/invertase/flutterfire_cli/commit/b09602d5a97d76570681bc6d8ddc4dcbaaf0e4bb))


## 2024-05-21

### Changes
Expand Down
5 changes: 5 additions & 0 deletions packages/flutterfire_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.1-dev.2

- **FIX**(android): auto-detect old and new way to set `applicationId` ([#318](https://github.com/invertase/flutterfire_cli/issues/318)). ([016699f2](https://github.com/invertase/flutterfire_cli/commit/016699f2836659c3fe948635bba573ceff73117b))
- **FEAT**(install): add support for overriding the _platform_interface and _web packages when using git ([#312](https://github.com/invertase/flutterfire_cli/issues/312)). ([b09602d5](https://github.com/invertase/flutterfire_cli/commit/b09602d5a97d76570681bc6d8ddc4dcbaaf0e4bb))

## 1.0.1-dev.1

- **FEAT**: add support for Vertex AI in the install command ([#296](https://github.com/invertase/flutterfire_cli/issues/296)). ([5204706d](https://github.com/invertase/flutterfire_cli/commit/5204706d9ada7290ce1801454832b75b78648dd9))
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.0.1-dev.1';
String cliVersion = '1.0.1-dev.2';
2 changes: 1 addition & 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.0.1-dev.1
version: 1.0.1-dev.2
homepage: "https://github.com/invertase/flutterfire_cli"

environment:
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.0.1-dev.1
flutterfire_cli: ^1.0.1-dev.2
mason: ^0.1.0-dev.40

0 comments on commit 0bb0e6d

Please sign in to comment.