Browse Source

Release

 - uppy@0.27.2
 - @uppy/companion@0.14.2
 - @uppy/dashboard@0.27.2
 - @uppy/google-drive@0.27.2
 - @uppy/instagram@0.27.2
 - @uppy/react@0.27.2
 - @uppy/transloadit@0.27.2
 - @uppy/tus@0.27.2
 - @uppy/url@0.27.2
Renée Kooi 6 years ago
parent
commit
bd6c2c36ae

+ 1 - 1
packages/@uppy/companion/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@uppy/companion",
-  "version": "0.14.1",
+  "version": "0.14.2",
   "description": "Server component for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:",
   "main": "lib/uppy.js",
   "types": "types/index.d.ts",

+ 2 - 2
packages/@uppy/dashboard/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/dashboard",
   "description": "Universal UI plugin for Uppy.",
-  "version": "0.27.1",
+  "version": "0.27.2",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -37,7 +37,7 @@
   },
   "devDependencies": {
     "@uppy/core": "0.27.0",
-    "@uppy/google-drive": "0.27.1"
+    "@uppy/google-drive": "0.27.2"
   },
   "peerDependencies": {
     "@uppy/core": "^0.27.0"

+ 1 - 1
packages/@uppy/google-drive/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/google-drive",
   "description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
-  "version": "0.27.1",
+  "version": "0.27.2",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 1 - 1
packages/@uppy/instagram/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/instagram",
   "description": "Import photos and videos from Instagram, into Uppy.",
-  "version": "0.27.1",
+  "version": "0.27.2",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 2 - 2
packages/@uppy/react/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/react",
   "description": "React component wrappers around Uppy's official UI plugins.",
-  "version": "0.27.1",
+  "version": "0.27.2",
   "license": "MIT",
   "main": "index.js",
   "module": "index.mjs",
@@ -22,7 +22,7 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/dashboard": "0.27.1",
+    "@uppy/dashboard": "0.27.2",
     "@uppy/drag-drop": "0.27.1",
     "@uppy/progress-bar": "0.27.1",
     "@uppy/status-bar": "0.27.1",

+ 2 - 2
packages/@uppy/transloadit/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/transloadit",
   "description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
-  "version": "0.27.1",
+  "version": "0.27.2",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -30,7 +30,7 @@
   "dependencies": {
     "@uppy/companion-client": "0.27.1",
     "@uppy/provider-views": "0.27.1",
-    "@uppy/tus": "0.27.1",
+    "@uppy/tus": "0.27.2",
     "@uppy/utils": "0.27.0",
     "component-emitter": "^1.2.1",
     "socket.io-client": "^2.1.1"

+ 1 - 1
packages/@uppy/tus/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/tus",
   "description": "Resumable uploads for Uppy using Tus.io",
-  "version": "0.27.1",
+  "version": "0.27.2",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 1 - 1
packages/@uppy/url/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/url",
   "description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!",
-  "version": "0.27.1",
+  "version": "0.27.2",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 7 - 7
packages/uppy/package.json

@@ -1,7 +1,7 @@
 {
   "name": "uppy",
   "description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
-  "version": "0.27.1",
+  "version": "0.27.2",
   "license": "MIT",
   "main": "index.js",
   "module": "index.mjs",
@@ -34,15 +34,15 @@
     "@uppy/aws-s3-multipart": "0.27.1",
     "@uppy/companion-client": "0.27.1",
     "@uppy/core": "0.27.0",
-    "@uppy/dashboard": "0.27.1",
+    "@uppy/dashboard": "0.27.2",
     "@uppy/drag-drop": "0.27.1",
     "@uppy/dropbox": "0.27.1",
     "@uppy/file-input": "0.27.1",
     "@uppy/form": "0.27.1",
     "@uppy/golden-retriever": "0.27.1",
-    "@uppy/google-drive": "0.27.1",
+    "@uppy/google-drive": "0.27.2",
     "@uppy/informer": "0.27.1",
-    "@uppy/instagram": "0.27.1",
+    "@uppy/instagram": "0.27.2",
     "@uppy/progress-bar": "0.27.1",
     "@uppy/provider-views": "0.27.1",
     "@uppy/redux-dev-tools": "0.27.1",
@@ -50,9 +50,9 @@
     "@uppy/store-default": "0.27.0",
     "@uppy/store-redux": "0.27.0",
     "@uppy/thumbnail-generator": "0.27.1",
-    "@uppy/transloadit": "0.27.1",
-    "@uppy/tus": "0.27.1",
-    "@uppy/url": "0.27.1",
+    "@uppy/transloadit": "0.27.2",
+    "@uppy/tus": "0.27.2",
+    "@uppy/url": "0.27.2",
     "@uppy/webcam": "0.27.1",
     "@uppy/xhr-upload": "0.27.1"
   }