-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: uppy@2.3.1 #3357
Merged
Merged
Release: uppy@2.3.1 #3357
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a release candidate for the following packages: - `@uppy/angular`: 0.2.6 -> 0.2.7 - `@uppy/audio`: 0.2.0 -> 0.2.1 - `@uppy/aws-s3`: 2.0.6 -> 2.0.7 - `@uppy/companion`: 3.1.2 -> 3.1.3 - `@uppy/core`: 2.1.3 -> 2.1.4 - `@uppy/dashboard`: 2.1.2 -> 2.1.3 - `@uppy/locales`: 2.0.4 -> 2.0.5 - `@uppy/store-redux`: 2.0.2 -> 2.0.3 - `@uppy/svelte`: 1.0.5 -> 1.0.6 - `@uppy/vue`: 0.4.3 -> 0.4.4 - `@uppy/xhr-upload`: 2.0.6 -> 2.0.7 - `@uppy/robodog`: 2.1.4 -> 2.1.5 - `uppy`: 2.3.0 -> 2.3.1
arturi
reviewed
Dec 9, 2021
aduh95
approved these changes
Dec 9, 2021
arturi
approved these changes
Dec 9, 2021
Murderlon
added a commit
that referenced
this pull request
Jan 12, 2022
* main: (45 commits) Polished the latest update blog (#3390) docs: fix typo in audio.md (#3389) website: 2.0-2.3 post draft (#3370) Release: uppy@2.3.2 (#3383) meta: fix release script @uppy/core: document file.name (#3381) add `.npmignore` files to ignore .gitignore when packing (#3380) meta: add VSCode workspace settings to `.gitignore` Upgrade ws in companion (#3377) meta: use ESBuild to bundle in E2E test suite (#3375) meta: update linter config to parse ESM files (#3371) meta: move dev workspace to `private/` (#3368) meta: use Vite for examples/dev (#3361) website: remove dependency on `crypto` in @uppy/transloadit example (#3367) tools: enable linter on website examples (#3366) meta: enable linter on mjs scripts (#3364) Fix module field in @uppy/angular package.json (#3365) Release: uppy@2.3.1 (#3357) meta: improve release script wording and formatting meta: update npm deps (#3352) ...
vymao
pushed a commit
to vymao/uppy
that referenced
this pull request
Mar 29, 2022
* main: (45 commits) Polished the latest update blog (transloadit#3390) docs: fix typo in audio.md (transloadit#3389) website: 2.0-2.3 post draft (transloadit#3370) Release: uppy@2.3.2 (transloadit#3383) meta: fix release script @uppy/core: document file.name (transloadit#3381) add `.npmignore` files to ignore .gitignore when packing (transloadit#3380) meta: add VSCode workspace settings to `.gitignore` Upgrade ws in companion (transloadit#3377) meta: use ESBuild to bundle in E2E test suite (transloadit#3375) meta: update linter config to parse ESM files (transloadit#3371) meta: move dev workspace to `private/` (transloadit#3368) meta: use Vite for examples/dev (transloadit#3361) website: remove dependency on `crypto` in @uppy/transloadit example (transloadit#3367) tools: enable linter on website examples (transloadit#3366) meta: enable linter on mjs scripts (transloadit#3364) Fix module field in @uppy/angular package.json (transloadit#3365) Release: uppy@2.3.1 (transloadit#3357) meta: improve release script wording and formatting meta: update npm deps (transloadit#3352) ...
HeavenFox
pushed a commit
to docsend/uppy
that referenced
this pull request
Jun 27, 2023
| Package | Version | Package | Version | | ----------------- | ------- | ----------------- | ------- | | @uppy/angular | 0.2.7 | @uppy/store-redux | 2.0.3 | | @uppy/audio | 0.2.1 | @uppy/svelte | 1.0.6 | | @uppy/aws-s3 | 2.0.7 | @uppy/vue | 0.4.4 | | @uppy/companion | 3.1.3 | @uppy/xhr-upload | 2.0.7 | | @uppy/core | 2.1.4 | @uppy/robodog | 2.1.5 | | @uppy/dashboard | 2.1.3 | uppy | 2.3.1 | | @uppy/locales | 2.0.5 | | | - meta: update npm deps (Antoine du Hamel / transloadit#3352) - @uppy/companion: fix Dockerfile and deploy automation (Mikael Finstad / transloadit#3355) - @uppy/companion: don’t pin Yarn version in `package.json` (Antoine du Hamel / transloadit#3347) - @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: deps: use `nanoid/non-secure` to workaround react-native limitation (Antoine du Hamel / transloadit#3350) - @uppy/audio: showRecordingLength option was removed, always clearInterval (Artur Paikin / transloadit#3351) - meta: drop `stringify-object` dependency to generate locales (Antoine du Hamel / transloadit#3344) - meta: add release automations (Antoine du Hamel / transloadit#3304)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
package.json
(Antoine du Hamel / @uppy/companion: don't pin Yarn version inpackage.json
#3347)nanoid/non-secure
to workaround react-native limitation (Antoine du Hamel / deps: usenanoid/non-secure
to workaround react-native limitation #3350)stringify-object
dependency to generate locales (Antoine du Hamel / meta: dropstringify-object
dependency to generate locales #3344)