Skip to content

Commit

Permalink
release: 1.18.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.18.1](v1.18.0...v1.18.1) (2023-01-26)

### Bug Fixes

* **core:** build intermediates need to be captured by cache for DTE / parallel builds ([#596](#596)) ([cdea76e](cdea76e))
* **core:** resolve startupAssembly to ensure it is always an absolute path ([#595](#595)) ([2ea2570](2ea2570))

Jan 26, 2023, 12:11 AM
  • Loading branch information
semantic-release-bot committed Jan 26, 2023
1 parent cdea76e commit 8efed65
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.18.1](https://github.com/nx-dotnet/nx-dotnet/compare/v1.18.0...v1.18.1) (2023-01-26)

### Bug Fixes

- **core:** build intermediates need to be captured by cache for DTE / parallel builds ([#596](https://github.com/nx-dotnet/nx-dotnet/issues/596)) ([cdea76e](https://github.com/nx-dotnet/nx-dotnet/commit/cdea76e4b52e85071d7354bf3580bac742e68353))
- **core:** resolve startupAssembly to ensure it is always an absolute path ([#595](https://github.com/nx-dotnet/nx-dotnet/issues/595)) ([2ea2570](https://github.com/nx-dotnet/nx-dotnet/commit/2ea25704b65c0079bfc363f3d470b35bccfbca68))

# [1.18.0](https://github.com/nx-dotnet/nx-dotnet/compare/v1.17.0...v1.18.0) (2023-01-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet.git"
},
"version": "1.18.0"
"version": "1.18.1"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"@nx-dotnet/dotnet"
]
},
"version": "1.18.0"
"version": "1.18.1"
}
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.18.0"
"version": "1.18.1"
}
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.18.0"
"version": "1.18.1"
}
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.18.0"
"version": "1.18.1"
}
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.18.0"
"version": "1.18.1"
}

0 comments on commit 8efed65

Please sign in to comment.