Skip to content

Commit

Permalink
chore(release): publish packages (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed May 21, 2024
1 parent 5204706 commit 080982e
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.

## 2024-05-21

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutterfire_cli` - `v1.0.1-dev.1`](#flutterfire_cli---v101-dev1)

---

#### `flutterfire_cli` - `v1.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))


## 2024-05-07

### 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 @@
## 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))

## 1.0.1-dev.0

- **FIX**: firebase CLI can sometimes append time out object on successful JSON response. ([#288](https://github.com/invertase/flutterfire_cli/issues/288)). ([14f132e1](https://github.com/invertase/flutterfire_cli/commit/14f132e142a2397afbfa84435ba6b5d95a03f8df))
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.0';
String cliVersion = '1.0.1-dev.1';
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.0
version: 1.0.1-dev.1
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.0
flutterfire_cli: ^1.0.1-dev.1
mason: ^0.1.0-dev.40

0 comments on commit 080982e

Please sign in to comment.