bump up the version to 0.3.0

This commit is contained in:
vsavkin 2017-12-03 15:54:54 -05:00
parent b3f67351fe
commit 3670fd4a90
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,17 @@
The `nrwl/nx` and `nrwl/schematics` packages are released together. You must use the same version of the two packages. The `nrwl/nx` and `nrwl/schematics` packages are released together. You must use the same version of the two packages.
# 0.3.0
We want to be able to add new features to Nx without breaking existing workspaces. Say, you created an Nx Workspace using Nx 0.2.0. Then, half a year later, you decided to upgrade the version of Nx to 0.5.0. Imagine the 0.5.0 release requires you to have more information in your `.angular-cli.json`. Until now, you would have to manually go through the changelog and modify your `.angular-cli.json`. This release adds the `nx-migrate` command that does it for you. Run `npm run nx-migrate` after upgrading `@nrwl/schematics`, and it will upgrade your workspace to be 0.5.0 compatible.
## Features
* [add `allow` option to whitelist deep imports](https://github.com/nrwl/nx/commit/b3f67351fe8890e06402672e687b1789f279613b)
* [Added the nx-migrate command](https://github.com/nrwl/nx/commit/d6e66b99316181b8b67805b91cc35457c3465029)
* [Upgrade Prettier to 1.8.2](https://github.com/nrwl/nx/commit/cc2277e91be2ca49fb1588f1d8e29ef91fd12044)
* [Update readme to point to example apps using Nx](https://github.com/nrwl/nx/commit/3d53e31391d5d79a0724d099c7121edb53e8b163)
# 0.2.2 # 0.2.2
## Bug Fixes ## Bug Fixes

View File

@ -1,6 +1,6 @@
{ {
"name": "@nrwl/nx-source", "name": "@nrwl/nx-source",
"version": "0.2.2", "version": "0.3.0",
"description": "Nrwl Extensions for Angular", "description": "Nrwl Extensions for Angular",
"main": "index.js", "main": "index.js",
"private": true, "private": true,