Skip to content

Commit

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

### Bug Fixes

* **repo:** update .releaserc to commit package.json version back ([36d2f30](36d2f30))

### Features

* **core:** schematic for adding npm package [#5](#5) ([4f37be7](4f37be7)), closes [#6](#6)
* **core:** support for single version principle [#6](#6) ([#32](#32)) ([8e60a13](8e60a13))
  • Loading branch information
semantic-release-bot committed May 1, 2021
1 parent 8789d93 commit ec7790e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.4.0](https://github.com/nx-dotnet/nx-dotnet/compare/v0.3.0...v0.4.0) (2021-05-01)


### Bug Fixes

* **repo:** update .releaserc to commit package.json version back ([36d2f30](https://github.com/nx-dotnet/nx-dotnet/commit/36d2f30af70c864ad689123486a3471622a8cd01))


### Features

* **core:** schematic for adding npm package [#5](https://github.com/nx-dotnet/nx-dotnet/issues/5) ([4f37be7](https://github.com/nx-dotnet/nx-dotnet/commit/4f37be7065d351539fe22c30d94866382693ed3f)), closes [#6](https://github.com/nx-dotnet/nx-dotnet/issues/6)
* **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)) ([8e60a13](https://github.com/nx-dotnet/nx-dotnet/commit/8e60a131d2e6522c3ad01788ab06cdf234d99cf3))

# [0.3.0](https://github.com/nx-dotnet/nx-dotnet/compare/v0.2.1...v0.3.0) (2021-04-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.5"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.4.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": "0.3.0-dev.5",
"version": "0.4.0",
"keywords": [
".NET",
"dotnet"
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": "0.3.0-dev.5",
"version": "0.4.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,5 +4,5 @@
"private": false,
"dependencies": {},
"license": "MIT",
"version": "0.3.0-dev.5"
"version": "0.4.0"
}

0 comments on commit ec7790e

Please sign in to comment.