Parcourir la source

Release

 - uppy@0.27.1
 - @uppy/aws-s3-multipart@0.27.1
 - @uppy/aws-s3@0.27.1
 - @uppy/companion-client@0.27.1
 - @uppy/companion@0.14.1
 - @uppy/dashboard@0.27.1
 - @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/informer@0.27.1
 - @uppy/instagram@0.27.1
 - @uppy/progress-bar@0.27.1
 - @uppy/provider-views@0.27.1
 - @uppy/react@0.27.1
 - @uppy/redux-dev-tools@0.27.1
 - @uppy/status-bar@0.27.1
 - @uppy/thumbnail-generator@0.27.1
 - @uppy/transloadit@0.27.1
 - @uppy/tus@0.27.1
 - @uppy/url@0.27.1
 - @uppy/webcam@0.27.1
 - @uppy/xhr-upload@0.27.1
Renée Kooi il y a 6 ans
Parent
commit
6b82d12d42

+ 2 - 2
packages/@uppy/aws-s3-multipart/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/aws-s3-multipart",
   "description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -24,7 +24,7 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/companion-client": "0.27.0",
+    "@uppy/companion-client": "0.27.1",
     "@uppy/utils": "0.27.0",
     "resolve-url": "^0.2.1"
   },

+ 2 - 2
packages/@uppy/aws-s3/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/aws-s3",
   "description": "Upload to Amazon S3 with Uppy",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -24,7 +24,7 @@
   },
   "dependencies": {
     "@uppy/utils": "0.27.0",
-    "@uppy/xhr-upload": "0.27.0",
+    "@uppy/xhr-upload": "0.27.1",
     "resolve-url": "^0.2.1"
   },
   "devDependencies": {

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

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/companion-client",
   "description": "Client library for communication with Uppy Server. Intended for use in Uppy plugins.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

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

@@ -1,6 +1,6 @@
 {
   "name": "@uppy/companion",
-  "version": "0.14.0",
+  "version": "0.14.1",
   "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",

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

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/dashboard",
   "description": "Universal UI plugin for Uppy.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -23,10 +23,10 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/informer": "0.27.0",
-    "@uppy/provider-views": "0.27.0",
-    "@uppy/status-bar": "0.27.0",
-    "@uppy/thumbnail-generator": "0.27.0",
+    "@uppy/informer": "0.27.1",
+    "@uppy/provider-views": "0.27.1",
+    "@uppy/status-bar": "0.27.1",
+    "@uppy/thumbnail-generator": "0.27.1",
     "@uppy/utils": "0.27.0",
     "classnames": "^2.2.6",
     "drag-drop": "2.13.3",
@@ -37,7 +37,7 @@
   },
   "devDependencies": {
     "@uppy/core": "0.27.0",
-    "@uppy/google-drive": "0.27.0"
+    "@uppy/google-drive": "0.27.1"
   },
   "peerDependencies": {
     "@uppy/core": "^0.27.0"

+ 1 - 1
packages/@uppy/drag-drop/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/drag-drop",
   "description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 3 - 3
packages/@uppy/dropbox/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/dropbox",
   "description": "Import files from Dropbox, into Uppy.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -21,8 +21,8 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/companion-client": "0.27.0",
-    "@uppy/provider-views": "0.27.0",
+    "@uppy/companion-client": "0.27.1",
+    "@uppy/provider-views": "0.27.1",
     "@uppy/utils": "0.27.0",
     "preact": "^8.2.9"
   },

+ 1 - 1
packages/@uppy/file-input/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/file-input",
   "description": "Simple UI of a file input button that works with Uppy right out of the box",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

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

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/form",
   "description": "Connect Uppy to an existing HTML <form>.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 1 - 1
packages/@uppy/golden-retriever/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/golden-retriever",
   "description": "The GoldenRetriever Uppy plugin saves selected files in browser cache to seamlessly resume uploding after browser crash or accidentally closed tab",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 3 - 3
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.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -22,8 +22,8 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/companion-client": "0.27.0",
-    "@uppy/provider-views": "0.27.0",
+    "@uppy/companion-client": "0.27.1",
+    "@uppy/provider-views": "0.27.1",
     "@uppy/utils": "0.27.0",
     "preact": "^8.2.9"
   },

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

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/informer",
   "description": "A notification and error pop-up bar for Uppy.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

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

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/instagram",
   "description": "Import photos and videos from Instagram, into Uppy.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -24,8 +24,8 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/companion-client": "0.27.0",
-    "@uppy/provider-views": "0.27.0",
+    "@uppy/companion-client": "0.27.1",
+    "@uppy/provider-views": "0.27.1",
     "@uppy/utils": "0.27.0",
     "preact": "^8.2.9"
   },

+ 1 - 1
packages/@uppy/progress-bar/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/progress-bar",
   "description": "A progress bar UI for Uppy",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 1 - 1
packages/@uppy/provider-views/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/provider-views",
   "description": "View library for Uppy remote provider plugins.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 5 - 5
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.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "index.js",
   "module": "index.mjs",
@@ -22,10 +22,10 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/dashboard": "0.27.0",
-    "@uppy/drag-drop": "0.27.0",
-    "@uppy/progress-bar": "0.27.0",
-    "@uppy/status-bar": "0.27.0",
+    "@uppy/dashboard": "0.27.1",
+    "@uppy/drag-drop": "0.27.1",
+    "@uppy/progress-bar": "0.27.1",
+    "@uppy/status-bar": "0.27.1",
     "@uppy/utils": "0.27.0",
     "prop-types": "^15.6.1"
   },

+ 1 - 1
packages/@uppy/redux-dev-tools/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/redux-dev-tools",
   "description": "Redux developer tools plugin for Uppy that simply syncs Uppy’s state with redux-devtools browser or JS extensions, and allows for basic time travel",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 1 - 1
packages/@uppy/status-bar/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/status-bar",
   "description": "A progress bar for Uppy, with many bells and whistles.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 1 - 1
packages/@uppy/thumbnail-generator/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/thumbnail-generator",
   "description": "Uppy plugin that generates small previews of images to show on your upload UI.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 4 - 4
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.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -28,9 +28,9 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/companion-client": "0.27.0",
-    "@uppy/provider-views": "0.27.0",
-    "@uppy/tus": "0.27.0",
+    "@uppy/companion-client": "0.27.1",
+    "@uppy/provider-views": "0.27.1",
+    "@uppy/tus": "0.27.1",
     "@uppy/utils": "0.27.0",
     "namespace-emitter": "^2.0.1",
     "socket.io-client": "^2.1.1",

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

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/tus",
   "description": "Resumable uploads for Uppy using Tus.io",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -23,7 +23,7 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/companion-client": "0.27.0",
+    "@uppy/companion-client": "0.27.1",
     "@uppy/utils": "0.27.0",
     "tus-js-client": "^1.5.1"
   },

+ 2 - 2
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.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -23,7 +23,7 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/companion-client": "0.27.0",
+    "@uppy/companion-client": "0.27.1",
     "@uppy/utils": "0.27.0",
     "preact": "^8.2.9"
   },

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

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/webcam",
   "description": "Uppy plugin that takes photos or records videos using the device's camera.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",

+ 2 - 2
packages/@uppy/xhr-upload/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/xhr-upload",
   "description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
-  "version": "0.27.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -25,7 +25,7 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/companion-client": "0.27.0",
+    "@uppy/companion-client": "0.27.1",
     "@uppy/utils": "0.27.0",
     "cuid": "^2.1.1"
   },

+ 23 - 23
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.0",
+  "version": "0.27.1",
   "license": "MIT",
   "main": "index.js",
   "module": "index.mjs",
@@ -30,30 +30,30 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
-    "@uppy/aws-s3": "0.27.0",
-    "@uppy/aws-s3-multipart": "0.27.0",
-    "@uppy/companion-client": "0.27.0",
+    "@uppy/aws-s3": "0.27.1",
+    "@uppy/aws-s3-multipart": "0.27.1",
+    "@uppy/companion-client": "0.27.1",
     "@uppy/core": "0.27.0",
-    "@uppy/dashboard": "0.27.0",
-    "@uppy/drag-drop": "0.27.0",
-    "@uppy/dropbox": "0.27.0",
-    "@uppy/file-input": "0.27.0",
-    "@uppy/form": "0.27.0",
-    "@uppy/golden-retriever": "0.27.0",
-    "@uppy/google-drive": "0.27.0",
-    "@uppy/informer": "0.27.0",
-    "@uppy/instagram": "0.27.0",
-    "@uppy/progress-bar": "0.27.0",
-    "@uppy/provider-views": "0.27.0",
-    "@uppy/redux-dev-tools": "0.27.0",
-    "@uppy/status-bar": "0.27.0",
+    "@uppy/dashboard": "0.27.1",
+    "@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/informer": "0.27.1",
+    "@uppy/instagram": "0.27.1",
+    "@uppy/progress-bar": "0.27.1",
+    "@uppy/provider-views": "0.27.1",
+    "@uppy/redux-dev-tools": "0.27.1",
+    "@uppy/status-bar": "0.27.1",
     "@uppy/store-default": "0.27.0",
     "@uppy/store-redux": "0.27.0",
-    "@uppy/thumbnail-generator": "0.27.0",
-    "@uppy/transloadit": "0.27.0",
-    "@uppy/tus": "0.27.0",
-    "@uppy/url": "0.27.0",
-    "@uppy/webcam": "0.27.0",
-    "@uppy/xhr-upload": "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/webcam": "0.27.1",
+    "@uppy/xhr-upload": "0.27.1"
   }
 }