Skip to content

Commit

Permalink
chore(nx-flutter): 🚀 release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
# [@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
semantic-release-bot committed Apr 1, 2021
1 parent 71467a7 commit 73126f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/nx-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [@nxrocks/nx-flutter-v2.0.0-beta.1](https://github.com/tinesoft/nxrocks/compare/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](https://github.com/tinesoft/nxrocks/commit/86eb3f872e9c89ec304f86352081299ea8cb0edd)), closes [#44](https://github.com/tinesoft/nxrocks/issues/44)

### Features

- **nx-flutter:** create project in `apps` or `libs` based on `template` ([c39f92d](https://github.com/tinesoft/nxrocks/commit/c39f92d89492bbaf367050c3128cccc6e058d9c2)), closes [#41](https://github.com/tinesoft/nxrocks/issues/41)
- **nx-flutter:** migrate to Nrwl's DevKit executors/generators API ([783dae7](https://github.com/tinesoft/nxrocks/commit/783dae7ab9bc7d3c6463c6055bf51c9341803ce8))
- **nx-flutter:** rename the `application` generator into `project` ([bf8c853](https://github.com/tinesoft/nxrocks/commit/bf8c853e773d02174bfcbf278e6c5a8303a7b578))

### 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.

# [1.3.0](https://github.com/tinesoft/nxrocks/compare/nx-flutter/v1.2.1...nx-flutter/v1.3.0) (2021-02-01)

### Bug Fixes
Expand Down

0 comments on commit 73126f8

Please sign in to comment.