Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nrwl/nx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.4.0
Choose a base ref
...
head repository: nrwl/nx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.4.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 12, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    niklasad1 Niklas Adolfsson
    Copy the full SHA
    60508db View commit details

Commits on Jan 21, 2019

  1. Release 6.4.1

    vsavkin committed Jan 21, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    niklasad1 Niklas Adolfsson
    Copy the full SHA
    3e26bcf View commit details
Showing with 1,600 additions and 61 deletions.
  1. +2 −2 package.json
  2. +1 −1 packages/schematics/package.json
  3. +1,597 −58 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nrwl/nx-source",
"version": "6.4.0",
"version": "6.4.1",
"description": "Nrwl Extensions for Angular",
"main": "index.js",
"private": true,
@@ -69,7 +69,7 @@
"license-webpack-plugin": "^1.4.0",
"lint-staged": "^7.2.2",
"ng-packagr": "3.0.6",
"npm-run-all": "4.1.2",
"npm-run-all": "^4.1.5",
"opn": "^5.3.0",
"precise-commits": "1.0.2",
"prettier": "1.10.2",
2 changes: 1 addition & 1 deletion packages/schematics/package.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"cosmiconfig": "4.0.0",
"fs-extra": "6.0.0",
"graphviz": "0.0.8",
"npm-run-all": "4.1.2",
"npm-run-all": "4.1.5",
"opn": "^5.3.0",
"semver": "5.4.1",
"strip-json-comments": "2.0.1",
Loading