Skip to content

Commit bdb7380

Browse files
Eunjae Leeshipjs
Eunjae Lee
and
shipjs
authored
chore: release v0.20.0-beta.2 (#882)
Co-authored-by: shipjs <shipjs@test.com>
1 parent 5a0e152 commit bdb7380

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.20.0-beta.2](https://github.com/algolia/shipjs/compare/v0.20.0-beta.1...v0.20.0-beta.2) (2020-06-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **setup:** use current branch when there is no remote at setup flow ([#881](https://github.com/algolia/shipjs/issues/881)) ([5a0e152](https://github.com/algolia/shipjs/commit/5a0e15224a6ecbe6ec4a909b998a11bc03b28799))
7+
8+
9+
110
# [0.20.0-beta.1](https://github.com/algolia/shipjs/compare/v0.19.0...v0.20.0-beta.1) (2020-06-07)
211

312
### BREAKING CHANGE

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.20.0-beta.1",
5+
"version": "0.20.0-beta.2",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.20.0-beta.1",
2+
"version": "0.20.0-beta.2",
33
"scripts": {
44
"prepare": "yarn build",
55
"build": "yarn workspace shipjs-lib build",

packages/shipjs-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipjs-lib",
3-
"version": "0.20.0-beta.1",
3+
"version": "0.20.0-beta.2",
44
"description": "Take control of what is going to be your next release.",
55
"main": "dist/index.esm.js",
66
"scripts": {

packages/shipjs-lib/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.20.0-beta.1';
1+
export default '0.20.0-beta.2';

packages/shipjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipjs",
3-
"version": "0.20.0-beta.1",
3+
"version": "0.20.0-beta.2",
44
"description": "Take control of what is going to be your next release.",
55
"main": "index.js",
66
"engines": {
@@ -56,7 +56,7 @@
5656
"prettier": "^2.0.0",
5757
"serialize-javascript": "^3.0.0",
5858
"shell-quote": "^1.7.2",
59-
"shipjs-lib": "0.20.0-beta.1",
59+
"shipjs-lib": "0.20.0-beta.2",
6060
"temp-write": "4.0.0",
6161
"tempfile": "^3.0.0"
6262
},

packages/shipjs/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.20.0-beta.1';
1+
export default '0.20.0-beta.2';

0 commit comments

Comments
 (0)