Skip to content

Commit e938956

Browse files
committed
v0.6.3
1 parent 499074c commit e938956

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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.6.2",
5+
"version": "0.6.3",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/aws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storage-aws",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "AWS storage implementation",
55
"author": "Justin Brooks <[email protected]>",
66
"homepage": "https://github.com/datatorch/node-storage#readme",

packages/azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storage-azure",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Azure blob storage implementation",
55
"author": "Justin Brooks <[email protected]>",
66
"homepage": "https://github.com/datatorch/node-storage#readme",

packages/gcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storage-gcp",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Google cloud storage implementation",
55
"author": "Justin Brooks <[email protected]>",
66
"homepage": "https://github.com/datatorch/node-storage#readme",

packages/samples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "samples",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Samples",
55
"author": "Justin Brooks <[email protected]>",
66
"homepage": "https://github.com/datatorch/node-storage#readme",
@@ -10,10 +10,10 @@
1010
"url": "git+https://github.com/datatorch/node-storage.git"
1111
},
1212
"dependencies": {
13-
"storage-aws": "^0.6.2",
14-
"storage-azure": "^0.6.2",
13+
"storage-aws": "^0.6.3",
14+
"storage-azure": "^0.6.3",
1515
"storage-core": "^0.6.2",
16-
"storage-gcp": "^0.6.2",
16+
"storage-gcp": "^0.6.3",
1717
"ts-node": "^8.10.1"
1818
}
1919
}

0 commit comments

Comments
 (0)