Skip to content

Commit

Permalink
v0.0.1-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leohxj committed Aug 10, 2019
1 parent de653c7 commit 0d9ebc5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/lerna",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"useWorkspaces": true,
"npmClient": "yarn",
"changelog": {
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.3",
"version": "0.0.1-alpha.4",
"description": "",
"homepage": "https://github.com/mjolnirjs/yab/tree/master/packages/yab-fetch-cache#readme",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"fake-indexeddb": "^2.1.1",
"whatwg-fetch": "^3.0.0",
"yab-fetch": "^0.0.1-alpha.3"
"yab-fetch": "^0.0.1-alpha.4"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/yab-fetch-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yab-fetch-logger",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "",
"homepage": "https://github.com/mjolnirjs/yab/tree/master/packages/yab-fetch-logger#readme",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"types": "./dist/types/index.d.ts",
"devDependencies": {
"whatwg-fetch": "^3.0.0",
"yab-fetch": "^0.0.1-alpha.3"
"yab-fetch": "^0.0.1-alpha.4"
},
"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.3",
"version": "0.0.1-alpha.4",
"description": "",
"scripts": {
"clean": "rimraf dist",
Expand Down

0 comments on commit 0d9ebc5

Please sign in to comment.