Skip to content

Commit

Permalink
release(): 0.3.0-dev.5 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0-dev.5](v0.3.0-dev.4...v0.3.0-dev.5) (2021-05-01)

### Features

* **core:** support for single version principle [#6](#6) ([#32](#32)) ([81301b6](81301b6))
  • Loading branch information
semantic-release-bot committed May 1, 2021
1 parent 81301b6 commit fc39e68
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.3.0-dev.5](https://github.com/nx-dotnet/nx-dotnet/compare/v0.3.0-dev.4...v0.3.0-dev.5) (2021-05-01)


### Features

* **core:** support for single version principle [#6](https://github.com/nx-dotnet/nx-dotnet/issues/6) ([#32](https://github.com/nx-dotnet/nx-dotnet/issues/32)) ([81301b6](https://github.com/nx-dotnet/nx-dotnet/commit/81301b6eedac4f36962ab56294f3048434381374))

# [0.3.0-dev.4](https://github.com/nx-dotnet/nx-dotnet/compare/v0.3.0-dev.3...v0.3.0-dev.4) (2021-04-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet.git"
},
"version": "0.3.0-dev.4"
}
"version": "0.3.0-dev.5"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": false,
"dependencies": {},
"license": "MIT",
"version": "0.3.0-dev.4",
"version": "0.3.0-dev.5",
"keywords": [
"Nx",
".NET",
Expand All @@ -21,4 +21,4 @@
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues/new?assignees=&labels=bug%2C+needs-triage&template=bug_report.md&title=%5BBUG%5D+"
}
}
}
4 changes: 2 additions & 2 deletions 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": "0.3.0-dev.4",
"version": "0.3.0-dev.5",
"keywords": [
".NET",
"dotnet"
Expand All @@ -16,4 +16,4 @@
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues/new?assignees=&labels=bug%2C+needs-triage&template=bug_report.md&title=%5BBUG%5D+"
}
}
}
4 changes: 2 additions & 2 deletions 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": "0.3.0-dev.4",
"version": "0.3.0-dev.5",
"keywords": [
"Nx",
".NET",
Expand All @@ -20,4 +20,4 @@
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues/new?assignees=&labels=bug%2C+needs-triage&template=bug_report.md&title=%5BBUG%5D+"
}
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"private": false,
"dependencies": {},
"license": "MIT",
"version": "0.3.0-dev.4"
}
"version": "0.3.0-dev.5"
}

0 comments on commit fc39e68

Please sign in to comment.