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: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 16 commits
  • 15 files changed
  • 6 contributors

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    393f102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c75ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2871303 View commit details
    Browse the repository at this point in the history
  4. docs: add bcallaghan-et as a contributor (#31) [skip ci]

    * docs: update README.md [skip ci]
    
    * docs: create .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e8f00ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3779dab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c051d41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    298c5af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99de535 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27de026 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99945f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed1c53a View commit details
    Browse the repository at this point in the history
  12. fix(core): use full project path in output directory

    Include the full project path to match the pattern established by official Nx generators. This enhances consistency + prevents errors from apps having the same name in separate directories building to the same output.
    
    Fixes #27
    
    Co-authored-by: Ben Callaghan <bcallaghan@selectbankcard.com>
    2 people authored and AgentEnder committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7748f9c View commit details
    Browse the repository at this point in the history
  13. release(): 0.3.0-dev.1

    * **core:** misc ([7661829](7661829))
    * **core:** output paths still use windows separator on linux / mac ([b729fed](b729fed))
    * **core:** packages not published by last CI run ([d07b9f3](d07b9f3))
    * **core:** use full project path in output directory ([d9e5988](d9e5988)), closes [#27](#27)
    * **repo:** deployment errors ([0d92c44](0d92c44))
    
    * **ci:** fix publish script ([4c6e91a](4c6e91a))
    * **core:** fix CD ([9d5b787](9d5b787))
    * **core:** fix deployments ([561f462](561f462))
    * **core:** semantic-release ([799dc55](799dc55))
    * **core:** tag nx-dotnet projects ([6442d94](6442d94))
    * **core:** test sr deployment ([fbc5bbf](fbc5bbf))
    * **repo:** enable semantic-release ([12c223b](12c223b))
    * **repo:** semantic-release ([895eb22](895eb22))
    * **repo:** update gh actions for semantic release ([ed933e9](ed933e9))
    * **utils:** update jsdocs ([83bec44](83bec44))
    semantic-release-bot authored and AgentEnder committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0141ed3 View commit details
    Browse the repository at this point in the history
  14. fix(core): include serve target only for applications (#30)

    Do not include serve target for libraries as they cannot be run directly.
    
    Fixes #28
    
    Co-authored-by: Ben Callaghan <bcallaghan@selectbankcard.com>
    2 people authored and AgentEnder committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    d3a54ce View commit details
    Browse the repository at this point in the history
  15. release(): 0.3.0-dev.2

    # [0.3.0-dev.2](v0.3.0-dev.1...v0.3.0-dev.2) (2021-04-27)
    
    ### Bug Fixes
    
    * **core:** include serve target only for applications ([#30](#30)) ([9e4438e](9e4438e)), closes [#28](#28)
    semantic-release-bot authored and AgentEnder committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    cca4248 View commit details
    Browse the repository at this point in the history
  16. release(): 0.2.1

    ## [0.2.1](v0.2.0...v0.2.1) (2021-04-27)
    
    ### Bug Fixes
    
    * **core:** include serve target only for applications ([#30](#30)) ([d3a54ce](d3a54ce)), closes [#28](#28)
    * **core:** output paths still use windows separator on linux / mac ([ed1c53a](ed1c53a))
    * **core:** use full project path in output directory ([7748f9c](7748f9c)), closes [#27](#27)
    
    ### Features
    
    * **repo:** enable semantic-release ([298c5af](298c5af))
    semantic-release-bot committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    55cb94a View commit details
    Browse the repository at this point in the history
Loading