From f94bc77debd56e75bb605a268ad2c8cd67dd6678 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Fri, 22 Feb 2019 22:43:58 +0300 Subject: [PATCH] Publish - uppy@0.30.2 - @uppy/aws-s3-multipart@0.30.2 - @uppy/aws-s3@0.30.2 - @uppy/companion-client@0.28.2 - @uppy/companion@0.17.2 - @uppy/core@0.30.2 - @uppy/dashboard@0.30.2 - @uppy/drag-drop@0.30.2 - @uppy/dropbox@0.30.2 - @uppy/file-input@0.30.2 - @uppy/form@0.30.2 - @uppy/golden-retriever@0.30.2 - @uppy/google-drive@0.30.2 - @uppy/informer@0.30.2 - @uppy/instagram@0.30.2 - @uppy/progress-bar@0.30.2 - @uppy/provider-views@0.30.2 - @uppy/react@0.30.2 - @uppy/redux-dev-tools@0.30.2 - @uppy/robodog@0.30.2 - @uppy/status-bar@0.30.2 - @uppy/store-default@0.28.2 - @uppy/store-redux@0.28.2 - @uppy/thumbnail-generator@0.30.2 - @uppy/transloadit@0.30.2 - @uppy/tus@0.30.2 - @uppy/url@0.30.2 - @uppy/utils@0.30.2 - @uppy/webcam@0.30.2 - @uppy/xhr-upload@0.30.2 --- README.md | 8 +-- bin/upload-to-cdn.sh | 2 +- examples/cdn-example/index.html | 4 +- examples/transloadit-textarea/index.html | 2 +- .../uppy-with-companion/client/index.html | 4 +- packages/@uppy/aws-s3-multipart/package.json | 8 +-- packages/@uppy/aws-s3/package.json | 10 ++-- packages/@uppy/companion-client/package.json | 2 +- packages/@uppy/companion/package.json | 2 +- packages/@uppy/core/package.json | 6 +-- packages/@uppy/dashboard/package.json | 16 +++--- packages/@uppy/drag-drop/package.json | 6 +-- packages/@uppy/dropbox/package.json | 10 ++-- packages/@uppy/file-input/package.json | 6 +-- packages/@uppy/form/package.json | 6 +-- packages/@uppy/golden-retriever/package.json | 6 +-- packages/@uppy/google-drive/package.json | 10 ++-- packages/@uppy/informer/package.json | 6 +-- packages/@uppy/instagram/package.json | 10 ++-- packages/@uppy/progress-bar/package.json | 6 +-- packages/@uppy/provider-views/package.json | 6 +-- packages/@uppy/react/package.json | 14 ++--- packages/@uppy/redux-dev-tools/package.json | 4 +- packages/@uppy/robodog/package.json | 24 ++++----- packages/@uppy/status-bar/package.json | 6 +-- packages/@uppy/store-default/package.json | 2 +- packages/@uppy/store-redux/package.json | 2 +- .../@uppy/thumbnail-generator/package.json | 6 +-- packages/@uppy/transloadit/package.json | 12 ++--- packages/@uppy/tus/package.json | 8 +-- packages/@uppy/url/package.json | 8 +-- packages/@uppy/utils/package.json | 2 +- packages/@uppy/webcam/package.json | 6 +-- packages/@uppy/xhr-upload/package.json | 8 +-- packages/uppy/package.json | 52 +++++++++---------- website/src/docs/index.md | 10 ++-- website/src/examples/i18n/app.html | 4 +- website/themes/uppy/layout/index.ejs | 4 +- 38 files changed, 154 insertions(+), 154 deletions(-) diff --git a/README.md b/README.md index cc0179a3b..51b6843c7 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ $ npm install @uppy/core @uppy/dashboard @uppy/tus We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.github.io/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). -Add CSS [uppy.min.css](https://transloadit.edgly.net/releases/uppy/v0.30.1/dist/uppy.min.css), either to `` of your HTML page or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack. +Add CSS [uppy.min.css](https://transloadit.edgly.net/releases/uppy/v0.30.2/uppy.min.css), either to `` of your HTML page or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack. Alternatively, you can also use a pre-built bundle from Transloadit's CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. @@ -73,10 +73,10 @@ Alternatively, you can also use a pre-built bundle from Transloadit's CDN: Edgly ```html - + - +
@@ -163,7 +163,7 @@ If you're using Uppy via a script tag, you can load the polyfills from [JSDelivr ```html - + ``` ## FAQ diff --git a/bin/upload-to-cdn.sh b/bin/upload-to-cdn.sh index 564bb153b..18a7507b8 100755 --- a/bin/upload-to-cdn.sh +++ b/bin/upload-to-cdn.sh @@ -8,7 +8,7 @@ # - Checks if a tag is being built (on Travis - otherwise opts to continue execution regardless) # - Installs AWS CLI if needed # - Assumed a fully built uppy is in root dir (unless a specific tag was specified, then it's fetched from npm) -# - Runs npm pack, and stores files to e.g. https://transloadit.edgly.net/releases/uppy/v0.30.1/dist/uppy.css +# - Runs npm pack, and stores files to e.g. https://transloadit.edgly.net/releases/uppy/v0.30.2/uppy.css # - Uses local package by default, if [version] argument was specified, takes package from npm # # Run as: diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html index c3b64e61f..6a961960f 100644 --- a/examples/cdn-example/index.html +++ b/examples/cdn-example/index.html @@ -4,11 +4,11 @@ - + - + + + + ``` 2\. Add CSS to ``: ``` html - + ``` 3\. Initialize at the bottom of the closing `` tag: @@ -168,5 +168,5 @@ If you're using Uppy via a script tag, you can load the polyfills from [JSDelivr ```html - + ``` diff --git a/website/src/examples/i18n/app.html b/website/src/examples/i18n/app.html index 93dfef866..96e5d2aa3 100644 --- a/website/src/examples/i18n/app.html +++ b/website/src/examples/i18n/app.html @@ -1,11 +1,11 @@ +https://transloadit.edgly.net/releases/uppy/v0.30.2/uppy.min.css -->
+https://transloadit.edgly.net/releases/uppy/v0.30.2/uppy.min.js --> + +