Skip to content

Commit

Permalink
v0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leohxj committed Jul 28, 2019
1 parent b866bf4 commit 4807a42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"npmClient": "yarn",
"changelog": {
"repo": "mjolnirjs/yab",
Expand Down
4 changes: 2 additions & 2 deletions packages/yab-fetch-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yab-fetch-cache",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "",
"homepage": "https://github.com/mjolnirjs/yab/tree/master/packages/yab-fetch-cache#readme",
"license": "ISC",
Expand Down Expand Up @@ -49,7 +49,7 @@
"webpack-cli": "^3.3.2",
"webpack-merge": "^4.2.1",
"whatwg-fetch": "^3.0.0",
"yab-fetch": "^0.0.1-alpha.0"
"yab-fetch": "^0.0.1-alpha.1"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/yab-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yab-fetch",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "",
"scripts": {
"clean": "rimraf dist",
Expand Down

0 comments on commit 4807a42

Please sign in to comment.