Skip to content

Commit 98f5f75

Browse files
1 parent f497db2 commit 98f5f75

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/oc-azure-storage-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-azure-storage-adapter",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Azure storage adapter for OC",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/oc-gs-storage-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-gs-storage-adapter",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Google storage adapter for OC",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/oc-riak-storage-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-riak-storage-adapter",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "RiakCS storage adapter for OC",
55
"main": "index.js",
66
"files": [
@@ -27,6 +27,6 @@
2727
},
2828
"license": "MIT",
2929
"dependencies": {
30-
"oc-s3-storage-adapter": "1.2.0"
30+
"oc-s3-storage-adapter": "1.3.0"
3131
}
3232
}

packages/oc-s3-storage-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-s3-storage-adapter",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "S3 storage adapter for OC",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)