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: v1.19.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: v1.19.1
Choose a head ref
  • 10 commits
  • 19 files changed
  • 5 contributors

Commits on Feb 3, 2023

  1. fix(core): adjust gitignore to support generation with directory (#599)

    - include typo fix
    
    Co-authored-by: Chris Leigh <chris.leigh@sbdinc.com>
    Tungsten78 and Chris Leigh authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b3856e0 View commit details
    Browse the repository at this point in the history
  2. fix(core): remove orphaned publish-local (#611)

    - add steps for using sandbox in CONTRIBUTING.MD
    
    Co-authored-by: Chris Leigh <chris.leigh@sbdinc.com>
    Tungsten78 and Chris Leigh authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7985e14 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. docs(core): add swagger guide (#614)

    Co-authored-by: Chris Leigh <chris.leigh@sbdinc.com>
    Tungsten78 and Chris Leigh authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f18231d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#612)

    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    d84be77 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump loader-utils from 2.0.2 to 2.0.4 (#581)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v2.0.2...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    67bf226 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @types/node from 18.11.9 to 18.11.18 (#583)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.11.18.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    1e9af03 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump husky from 8.0.1 to 8.0.3 (#603)

    Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 8.0.3.
    - [Release notes](https://github.com/typicode/husky/releases)
    - [Commits](typicode/husky@v8.0.1...v8.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: husky
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6d6bcbe View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump core-js from 3.22.8 to 3.27.2 (#604)

    Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.22.8 to 3.27.2.
    - [Release notes](https://github.com/zloirock/core-js/releases)
    - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/zloirock/core-js/commits/v3.27.2/packages/core-js)
    
    ---
    updated-dependencies:
    - dependency-name: core-js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    7150ca6 View commit details
    Browse the repository at this point in the history
  7. add Tungsten78 as a contributor for doc (#615)

    * update README.md [skip ci]
    
    * update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    da06679 View commit details
    Browse the repository at this point in the history
  8. release: 1.19.1 [skip ci]

    ## [1.19.1](v1.19.0...v1.19.1) (2023-02-04)
    
    ### Bug Fixes
    
    * **core:** adjust gitignore to support generation with directory ([#599](#599)) ([b3856e0](b3856e0))
    * **core:** remove orphaned publish-local ([#611](#611)) ([7985e14](7985e14))
    
    Feb 4, 2023, 7:17 PM
    semantic-release-bot committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6cf083b View commit details
    Browse the repository at this point in the history
Loading