Skip to content

Commit

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

### Bug Fixes

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

### Features

* **core:** schematic for adding npm package [#5](#5) ([b97c097](b97c097)), closes [#6](#6)
  • Loading branch information
semantic-release-bot committed Apr 29, 2021
1 parent 546a40c commit 9a994dd
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [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

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


### Features

* **core:** schematic for adding npm package [#5](https://github.com/nx-dotnet/nx-dotnet/issues/5) ([b97c097](https://github.com/nx-dotnet/nx-dotnet/commit/b97c0972f1cbc87045e9047bf0222e90d3940cfe)), closes [#6](https://github.com/nx-dotnet/nx-dotnet/issues/6)

## [0.2.1](https://github.com/nx-dotnet/nx-dotnet/compare/v0.2.0...v0.2.1) (2021-04-27)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet.git"
},
"version": "0.1.5-dev.19"
}
"version": "0.3.0-dev.4"
}
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.2.0-dev.3",
"version": "0.3.0-dev.4",
"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.2.0-dev.2",
"version": "0.3.0-dev.4",
"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.2.0-dev.2",
"version": "0.3.0-dev.4",
"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.2.0-dev.2"
}
"version": "0.3.0-dev.4"
}

0 comments on commit 9a994dd

Please sign in to comment.