diff --git a/CHANGELOG.md b/CHANGELOG.md index be641381..41b39394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-01-13 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutterfire_cli` - `v1.0.1`](#flutterfire_cli---v101) + +Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries): + + - `flutterfire_cli` - `v1.0.1` + +--- + +#### `flutterfire_cli` - `v1.0.1` + + ## 2024-08-06 ### Changes diff --git a/README.md b/README.md index ea2e8a4b..03ffe46d 100644 --- a/README.md +++ b/README.md @@ -43,19 +43,11 @@ To install, run the following command: dart pub global activate flutterfire_cli ``` -## Install latest dev version - -Dev version has the latest fixes and `flutterfire install` command for easier plugin installation: - -```bash -dart pub global activate flutterfire_cli 1.0.1-dev.4 -``` - - FlutterFire CLI requires the Firebase CLI (`firebase-tools`) to be installed on your local machine, [follow these instructions](https://firebase.google.com/docs/cli) for installation. - If you're running on a windows machine, we highly recommend you install via npm (i.e. `npm install -g firebase-tools`). The standalone `firebase-tools` version can cause problems which you can read about [here](https://github.com/invertase/flutterfire_cli/issues/55#issuecomment-1316201478). -## Documentation for `v1.0.0` +## Documentation for `>= v1.0.1` ### Default setup diff --git a/packages/flutterfire_cli/CHANGELOG.md b/packages/flutterfire_cli/CHANGELOG.md index 6da2ccff..d08804f8 100644 --- a/packages/flutterfire_cli/CHANGELOG.md +++ b/packages/flutterfire_cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 1.0.1-dev.4 - **FEAT**: update to support main on the FlutterFire repository ([#332](https://github.com/invertase/flutterfire_cli/issues/332)). ([7893a2e1](https://github.com/invertase/flutterfire_cli/commit/7893a2e1849e4f08b435d52932c202b937ecee33)) diff --git a/packages/flutterfire_cli/lib/version.g.dart b/packages/flutterfire_cli/lib/version.g.dart index b6d57691..a1d74cbb 100644 --- a/packages/flutterfire_cli/lib/version.g.dart +++ b/packages/flutterfire_cli/lib/version.g.dart @@ -1,2 +1,2 @@ // This file is generated. Do not manually edit. -String cliVersion = '1.0.1-dev.4'; +String cliVersion = '1.0.1'; diff --git a/packages/flutterfire_cli/pubspec.yaml b/packages/flutterfire_cli/pubspec.yaml index fc50406f..2427e055 100644 --- a/packages/flutterfire_cli/pubspec.yaml +++ b/packages/flutterfire_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: flutterfire_cli description: FlutterFire CLI for configuring Firebase on your application. -version: 1.0.1-dev.4 +version: 1.0.1 homepage: "https://github.com/invertase/flutterfire_cli" environment: diff --git a/packages/flutterfire_starter/hooks/pubspec.yaml b/packages/flutterfire_starter/hooks/pubspec.yaml index 6b561fe2..8af14378 100644 --- a/packages/flutterfire_starter/hooks/pubspec.yaml +++ b/packages/flutterfire_starter/hooks/pubspec.yaml @@ -4,5 +4,5 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - flutterfire_cli: ^1.0.1-dev.4 + flutterfire_cli: ^1.0.1 mason: ^0.1.0-dev.40