Skip to content

Commit

Permalink
release: 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.3...v1.5.0) (2021-10-15)

### Features

* **core:** @nx-dotnet/core:serve can be ran with --watch false ([#210](#210)) ([9fd60e4](9fd60e4)), closes [#151](#151)
* **core:** check for .net sdk install on package add ([#212](#212)) ([2ec5de9](2ec5de9))
* **core:** project references with reference output assembly=false are implicit deps ([#211](#211)) ([34f87ee](34f87ee))

Oct 15, 2021, 6:21 AM
  • Loading branch information
semantic-release-bot committed Oct 15, 2021
1 parent 2ec5de9 commit ceae237
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.5.0](https://github.com/nx-dotnet/nx-dotnet/compare/v1.4.3...v1.5.0) (2021-10-15)

### Features

- **core:** @nx-dotnet/core:serve can be ran with --watch false ([#210](https://github.com/nx-dotnet/nx-dotnet/issues/210)) ([9fd60e4](https://github.com/nx-dotnet/nx-dotnet/commit/9fd60e4f2b6d94ebcea9eef6253897cb367ba0e7)), closes [#151](https://github.com/nx-dotnet/nx-dotnet/issues/151)
- **core:** check for .net sdk install on package add ([#212](https://github.com/nx-dotnet/nx-dotnet/issues/212)) ([2ec5de9](https://github.com/nx-dotnet/nx-dotnet/commit/2ec5de9c32dafee4970b016bb5e8eeb1896e8906))
- **core:** project references with reference output assembly=false are implicit deps ([#211](https://github.com/nx-dotnet/nx-dotnet/issues/211)) ([34f87ee](https://github.com/nx-dotnet/nx-dotnet/commit/34f87ee6fb9ba5b9407ee9da3aa2c16e663fa617))

## [1.4.3](https://github.com/nx-dotnet/nx-dotnet/compare/v1.4.2...v1.4.3) (2021-10-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet.git"
},
"version": "1.4.3"
"version": "1.5.0"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"email": "craigorycoppola+nxdotnet@gmail.com"
},
"license": "MIT",
"version": "1.4.3",
"version": "1.5.0",
"keywords": [
"Nx",
".NET",
Expand Down
2 changes: 1 addition & 1 deletion packages/dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "src/index.js",
"dependencies": {},
"license": "MIT",
"version": "1.4.3",
"version": "1.5.0",
"keywords": [
".NET",
"dotnet"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-ghpages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-dotnet/nx-ghpages",
"version": "1.4.3",
"version": "1.5.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/nxdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-dotnet/nxdoc",
"version": "1.4.3",
"version": "1.5.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"generators": "./generators.json",
"executors": "./executors.json",
"license": "MIT",
"version": "1.4.3",
"version": "1.5.0",
"keywords": [
"Nx",
".NET",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": false,
"dependencies": {},
"license": "MIT",
"version": "1.4.3",
"version": "1.5.0",
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen",
"email": "craigorycoppola+nxdotnet@gmail.com"
Expand Down

0 comments on commit ceae237

Please sign in to comment.