From 84c3eda830bb4cd07e6ae8da2f9f53ffcc07ff3b Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Sat, 19 Oct 2019 02:05:07 -0500 Subject: [PATCH] docs: Rename markypython username (#1898) --- CHANGELOG.md | 2 +- README.md | 4 ++-- website/src/_posts/2019-10-1.5.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60475c143..c608006d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -190,7 +190,7 @@ This release features new remote providers for Facebook and OneDrive, new langua - @uppy/locales: fix typo in Persian locale (@uxitten, #1865) - @uppy/locales: improve Swedish translation (@marcusforberg, #1859) - @uppy/aws-s3: replace browser-only resolve-url by isomorphic url-parse (@goto-bus-stop, #1854) -- docs: remove pre 1.0 notice from changelog (@markypython, #1858) +- docs: remove pre 1.0 notice from changelog (@mskelton, #1858) - docs: fix typo (@leftdevel, #1852) - test: add end-to-end test with retries (@ifedapoolarewaju, #1766) diff --git a/README.md b/README.md index 2f50de7d7..6cc2a7167 100644 --- a/README.md +++ b/README.md @@ -301,9 +301,9 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu :---: |:---: |:---: |:---: |:---: |:---: | [kyleparisi](https://github.com/kyleparisi) |[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |[leods92](https://github.com/leods92) |[lucaperret](https://github.com/lucaperret) |[mperrando](https://github.com/mperrando) | -[marcusforsberg](https://github.com/marcusforsberg) |[markypython](https://github.com/markypython) |[mattfik](https://github.com/mattfik) |[MatthiasKunnen](https://github.com/MatthiasKunnen) |[hrsh](https://github.com/hrsh) |[achmiral](https://github.com/achmiral) | +[marcusforsberg](https://github.com/marcusforsberg) |[mskelton](https://github.com/mskelton) |[mattfik](https://github.com/mattfik) |[MatthiasKunnen](https://github.com/MatthiasKunnen) |[hrsh](https://github.com/hrsh) |[achmiral](https://github.com/achmiral) | :---: |:---: |:---: |:---: |:---: |:---: | -[marcusforsberg](https://github.com/marcusforsberg) |[markypython](https://github.com/markypython) |[mattfik](https://github.com/mattfik) |[MatthiasKunnen](https://github.com/MatthiasKunnen) |[hrsh](https://github.com/hrsh) |[achmiral](https://github.com/achmiral) | +[marcusforsberg](https://github.com/marcusforsberg) |[mskelton](https://github.com/mskelton) |[mattfik](https://github.com/mattfik) |[MatthiasKunnen](https://github.com/MatthiasKunnen) |[hrsh](https://github.com/hrsh) |[achmiral](https://github.com/achmiral) | [mnafees](https://github.com/mnafees) |[leftdevel](https://github.com/leftdevel) |[phillipalexander](https://github.com/phillipalexander) |[Pzoco](https://github.com/Pzoco) |[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) | :---: |:---: |:---: |:---: |:---: |:---: | diff --git a/website/src/_posts/2019-10-1.5.md b/website/src/_posts/2019-10-1.5.md index 8a897edc9..d7e8c9795 100644 --- a/website/src/_posts/2019-10-1.5.md +++ b/website/src/_posts/2019-10-1.5.md @@ -156,7 +156,7 @@ See [#1843](https://github.com/transloadit/uppy/pull/1843) for details. - docs: explicitly document supported tus-js-client options (#1755 / @goto-bus-stop) - docs: fix typo (@leftdevel, #1852) - docs: redux - mentioned that we can't persist Uppy state (#1793 / @lakesare) -- docs: remove pre-1.0 notice from changelog (@markypython, #1858) +- docs: remove pre-1.0 notice from changelog (@mskelton, #1858) - docs: talk about marking some files as “already uploaded” (c345cbd58992f7bea9525629c28d38420c6b36a3 / @arturi) - test: add end-to-end test with retries (@ifedapoolarewaju, #1766) - tests: e2e: reintroduce e2e test for providers locally (#1706 / @ifedapoolarewaju)