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.0
  • Loading branch information
russellwheatley committed May 7, 2024
1 parent 78d2674 commit b6aaabe
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-05-07

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutterfire_cli` - `v1.0.1-dev.0`](#flutterfire_cli---v101-dev0)

---

#### `flutterfire_cli` - `v1.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))
- **FIX**: Raised Firebase project fetch timeout to 40 seconds from 15 seconds. ([#256](https://github.com/invertase/flutterfire_cli/issues/256)). ([2145e9b9](https://github.com/invertase/flutterfire_cli/commit/2145e9b92e4c15c050e7767b83c769a957e0152d))
- **FIX**: Support spaces in paths and product name for apple apps ([#228](https://github.com/invertase/flutterfire_cli/issues/228)). ([c4c11b31](https://github.com/invertase/flutterfire_cli/commit/c4c11b3109e9a61feb26d054ba410f66dcdbc051))
- **FIX**: throw exceptions when in CI and inputs are needed where user prompts are not possible. Validated bundle Ids for apple and package names for android. ([#276](https://github.com/invertase/flutterfire_cli/issues/276)). ([ddfb1416](https://github.com/invertase/flutterfire_cli/commit/ddfb1416299258bc7afbc9739ce816478d737b9a))
- **FEAT**: install command ([#289](https://github.com/invertase/flutterfire_cli/issues/289)). ([e9fa73e7](https://github.com/invertase/flutterfire_cli/commit/e9fa73e71cf89be856a4604cb504e2edb348f382))


## 2024-04-10

### Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/flutterfire_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 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))
- **FIX**: Raised Firebase project fetch timeout to 40 seconds from 15 seconds. ([#256](https://github.com/invertase/flutterfire_cli/issues/256)). ([2145e9b9](https://github.com/invertase/flutterfire_cli/commit/2145e9b92e4c15c050e7767b83c769a957e0152d))
- **FIX**: Support spaces in paths and product name for apple apps ([#228](https://github.com/invertase/flutterfire_cli/issues/228)). ([c4c11b31](https://github.com/invertase/flutterfire_cli/commit/c4c11b3109e9a61feb26d054ba410f66dcdbc051))
- **FIX**: throw exceptions when in CI and inputs are needed where user prompts are not possible. Validated bundle Ids for apple and package names for android. ([#276](https://github.com/invertase/flutterfire_cli/issues/276)). ([ddfb1416](https://github.com/invertase/flutterfire_cli/commit/ddfb1416299258bc7afbc9739ce816478d737b9a))
- **FEAT**: install command ([#289](https://github.com/invertase/flutterfire_cli/issues/289)). ([e9fa73e7](https://github.com/invertase/flutterfire_cli/commit/e9fa73e71cf89be856a4604cb504e2edb348f382))

## 1.0.0

- Moved flutterfire_cli package from dev release to general release.
Expand Down
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.0
version: 1.0.1-dev.0
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.0
flutterfire_cli: ^1.0.1-dev.0
mason: ^0.1.0-dev.40

0 comments on commit b6aaabe

Please sign in to comment.