Skip to content

Commit

Permalink
release: 1.9.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.4](v1.9.3...v1.9.4) (2022-03-01)

### Bug Fixes

* **core:** process project graph shouldn't throw if not a .NET project ([#390](#390)) ([4d51ea0](4d51ea0))

Mar 1, 2022, 10:35 PM
  • Loading branch information
semantic-release-bot committed Mar 1, 2022
1 parent 4d51ea0 commit 9b3b043
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.9.4](https://github.com/nx-dotnet/nx-dotnet/compare/v1.9.3...v1.9.4) (2022-03-01)

### Bug Fixes

- **core:** process project graph shouldn't throw if not a .NET project ([#390](https://github.com/nx-dotnet/nx-dotnet/issues/390)) ([4d51ea0](https://github.com/nx-dotnet/nx-dotnet/commit/4d51ea06d70307b8907a10adb26ca12ea7b0c886))

## [1.9.3](https://github.com/nx-dotnet/nx-dotnet/compare/v1.9.2...v1.9.3) (2022-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet.git"
},
"version": "1.9.3"
"version": "1.9.4"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"nx-migrations": {
"migrations": "./migrations.json"
},
"version": "1.9.3"
"version": "1.9.4"
}
2 changes: 1 addition & 1 deletion packages/dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"homepage": "https://nx-dotnet.com/",
"version": "1.9.3"
"version": "1.9.4"
}
2 changes: 1 addition & 1 deletion packages/nx-ghpages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"homepage": "https://nx-dotnet.com/",
"version": "1.9.3"
"version": "1.9.4"
}
2 changes: 1 addition & 1 deletion packages/nxdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"version": "1.9.3"
"version": "1.9.4"
}
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"version": "1.9.3"
"version": "1.9.4"
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"url": "https://github.com/nx-dotnet/nx-dotnet"
},
"homepage": "https://nx-dotnet.com/",
"version": "1.9.3"
"version": "1.9.4"
}

0 comments on commit 9b3b043

Please sign in to comment.