Skip to content

Commit

Permalink
chore(release): prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Feb 24, 2023
1 parent cdd702a commit a63c31c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-02-24

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutterfire_cli` - `v0.3.0-dev.16`](#flutterfire_cli---v030-dev16)

---

#### `flutterfire_cli` - `v0.3.0-dev.16`

- **FIX**: update json after 2nd run of `flutterfire configure`. ([bb285236](https://github.com/invertase/flutterfire_cli/commit/bb285236e4e3622fddfa5cbccdebd17e7af82c51))


## 2023-02-08

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/flutterfire_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0-dev.16

- **FIX**: update json after 2nd run of `flutterfire configure`. ([bb285236](https://github.com/invertase/flutterfire_cli/commit/bb285236e4e3622fddfa5cbccdebd17e7af82c51))

## 0.3.0-dev.15

- **REFACTOR**: allow macOS configuration for scripts. ([7384bd9f](https://github.com/invertase/flutterfire_cli/commit/7384bd9f89c00326a1aedf71c02151fd856416f3))
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 = '0.3.0-dev.15';
String cliVersion = '0.3.0-dev.16';
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: 0.3.0-dev.15
version: 0.3.0-dev.16
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: ^0.3.0-dev.15
flutterfire_cli: ^0.3.0-dev.16
mason: ^0.1.0-dev.40

0 comments on commit a63c31c

Please sign in to comment.