Skip to content

Commit 0d9ebc5

Browse files
committed
v0.0.1-alpha.4
1 parent de653c7 commit 0d9ebc5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/lerna",
3-
"version": "0.0.1-alpha.3",
3+
"version": "0.0.1-alpha.4",
44
"useWorkspaces": true,
55
"npmClient": "yarn",
66
"changelog": {

packages/yab-fetch-cache/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yab-fetch-cache",
3-
"version": "0.0.1-alpha.3",
3+
"version": "0.0.1-alpha.4",
44
"description": "",
55
"homepage": "https://github.com/mjolnirjs/yab/tree/master/packages/yab-fetch-cache#readme",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"fake-indexeddb": "^2.1.1",
2525
"whatwg-fetch": "^3.0.0",
26-
"yab-fetch": "^0.0.1-alpha.3"
26+
"yab-fetch": "^0.0.1-alpha.4"
2727
},
2828
"files": [
2929
"dist"

packages/yab-fetch-logger/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yab-fetch-logger",
3-
"version": "0.0.1-alpha.3",
3+
"version": "0.0.1-alpha.4",
44
"description": "",
55
"homepage": "https://github.com/mjolnirjs/yab/tree/master/packages/yab-fetch-logger#readme",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"types": "./dist/types/index.d.ts",
2222
"devDependencies": {
2323
"whatwg-fetch": "^3.0.0",
24-
"yab-fetch": "^0.0.1-alpha.3"
24+
"yab-fetch": "^0.0.1-alpha.4"
2525
},
2626
"files": [
2727
"dist"

packages/yab-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yab-fetch",
3-
"version": "0.0.1-alpha.3",
3+
"version": "0.0.1-alpha.4",
44
"description": "",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)