Skip to content

Commit

Permalink
chore: release v0.18.3 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee committed May 4, 2020
1 parent eb62c8d commit 448c0ee
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.18.3](https://github.com/algolia/shipjs/compare/v0.18.2...v0.18.3) (2020-05-04)


### Bug Fixes

* **actions:** add fetch-depth and git fetch ([#778](https://github.com/algolia/shipjs/issues/778)) ([994e4ff](https://github.com/algolia/shipjs/commit/994e4ff8177a6cb7e74a27c2dc0dab03ba512a5c))
* **deps:** update dependency shelljs to v0.8.4 ([#776](https://github.com/algolia/shipjs/issues/776)) ([b70fc24](https://github.com/algolia/shipjs/commit/b70fc244ec3d1f653777e436b1ac3f4ffea0bf6c))
* **release:** skip running publishCommand if nullish ([#793](https://github.com/algolia/shipjs/issues/793)) ([eb62c8d](https://github.com/algolia/shipjs/commit/eb62c8dfa500888587172e796538d12238dc7a10))



## [0.18.2](https://github.com/algolia/shipjs/compare/v0.18.1...v0.18.2) (2020-04-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.18.2",
"version": "0.18.3",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.18.2",
"version": "0.18.3",
"scripts": {
"prepare": "yarn build",
"build": "yarn workspace shipjs-lib build",
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.18.2",
"version": "0.18.3",
"description": "Take control of what is going to be your next release.",
"main": "dist/index.esm.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.18.2';
export default '0.18.3';
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.18.2",
"version": "0.18.3",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"prettier": "^2.0.0",
"serialize-javascript": "^3.0.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.18.2",
"shipjs-lib": "0.18.3",
"temp-write": "4.0.0",
"tempfile": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.18.2';
export default '0.18.3';

0 comments on commit 448c0ee

Please sign in to comment.