Skip to content

Commit

Permalink
release: 1.16.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.1](v1.16.0...v1.16.1) (2022-11-11)

### Bug Fixes

* **core:** allow open solutions with Visual Studio ([#563](#563)) ([042a9db](042a9db)), closes [#548](#548)
* **core:** usage of MSBuildProjectDirRelativePath should handle paths with white space ([a939c4b](a939c4b))

Nov 11, 2022, 4:02 PM
  • Loading branch information
semantic-release-bot committed Nov 11, 2022
1 parent cd6c7d4 commit decf365
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.16.1](https://github.com/nx-dotnet/nx-dotnet/compare/v1.16.0...v1.16.1) (2022-11-11)

### Bug Fixes

- **core:** allow open solutions with Visual Studio ([#563](https://github.com/nx-dotnet/nx-dotnet/issues/563)) ([042a9db](https://github.com/nx-dotnet/nx-dotnet/commit/042a9db62ed57a7d16d684d4ef40a88cc58fba30)), closes [#548](https://github.com/nx-dotnet/nx-dotnet/issues/548)
- **core:** usage of MSBuildProjectDirRelativePath should handle paths with white space ([a939c4b](https://github.com/nx-dotnet/nx-dotnet/commit/a939c4b3ced68c1c3234b624355b9b57d9706860))

# [1.16.0](https://github.com/nx-dotnet/nx-dotnet/compare/v1.15.0...v1.16.0) (2022-11-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet.git"
},
"version": "1.16.0"
"version": "1.16.1"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"@nx-dotnet/dotnet"
]
},
"version": "1.16.0"
"version": "1.16.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.16.0"
"version": "1.16.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.16.0"
"version": "1.16.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.16.0"
"version": "1.16.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.16.0"
"version": "1.16.1"
}

0 comments on commit decf365

Please sign in to comment.