Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nx-flutter): 🚀 release 2.0.0-beta.1
# [@nxrocks/nx-flutter-v2.0.0-beta.1](nx-flutter/v1.3.0...nx-flutter/v2.0.0-beta.1) (2021-04-01) ### Bug Fixes * **nx-flutter:** fix error when generating module or package ([86eb3f8](86eb3f8)), closes [#44](#44) ### Features * **nx-flutter:** create project in `apps` or `libs` based on `template` ([c39f92d](c39f92d)), closes [#41](#41) * **nx-flutter:** migrate to Nrwl's DevKit executors/generators API ([783dae7](783dae7)) * **nx-flutter:** rename the `application` generator into `project` ([bf8c853](bf8c853)) ### BREAKING CHANGES * **nx-flutter:** the `app` alias has been replaced with one of [`proj`, `new`, `gen`, `init`, `generate`]. * **nx-flutter:** Nx workspace v11 is now the minimum version required to use this plugin. In fact, all builders/schematics have been rewritten into executors/generators using its new `@nrwl/devkit` API. *** [skip ci]
- Loading branch information