Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablor21 committed Feb 9, 2021
1 parent 5130fdc commit a1e1c3a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigbangjs/file-storage",
"version": "1.0.0",
"version": "1.0.1",
"description": "File storage abstraction for nodejs",
"main": "dist/index.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigbangjs/file-storage-filesystem",
"version": "1.0.0",
"version": "1.0.1",
"description": "Local filesystem adapter for @bigbangjs/file-storage",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigbangjs/file-storage-gcs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Google Cloud Storage adapter for @bigbangjs/file-storage",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigbangjs/file-storage-s3",
"version": "1.0.0",
"version": "1.0.1",
"description": "Amazon S3 adapter for @bigbangjs/file-storage",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"compile": "tsc -p tsconfig.build.json"
},
"devDependencies": {
"@bigbangjs/file-storage": "^1.0.0",
"@bigbangjs/file-storage": "^1.0.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
Expand All @@ -47,4 +47,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit a1e1c3a

Please sign in to comment.