From e229d73d7f6005ba92e8f31c9462bb50e7f460ac Mon Sep 17 00:00:00 2001 From: Dan Kolbman Date: Wed, 3 Apr 2019 13:53:50 -0400 Subject: [PATCH] :label: Release 0.1.0 --- CHANGELOG.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..418e0f914 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,72 @@ +# Kids First Data Tracker Release 0.1.0 + +## Features + +First release of the data tracker with study file uploader capabilities. + + Data Tracker Release 0.1.0 + +## Features + +### Summary + +Feature Emojis: ✨x15 ♻️x13 💄x13 🚨x2 👷x2 🐛x1 🍱x1 🚚x1 x1 📦x1 🔧x1 📝x1 🚧x1 🎉x1 + +Feature Labels: [feature](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/feature) x19 [refactor](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/refactor) x18 [component](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/component) x13 [design](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/design) x5 [devops](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/devops) x5 [bug](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/bug) x1 [application state](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/application%20state) x1 [documentation](https://api.github.com/repos/kids-first/kf-ui-data-tracker/labels/documentation) x1 + +### New features and changes + +- (#142) ♻️ Refactor badge by adding loading css - @XuTheBunny +- (#141) 💄 Add "Failed to upload file" alert - @XuTheBunny +- (#139) ♻️ Refactor file annotation style - @XuTheBunny +- (#137) ♻️ Refactor file list style - @XuTheBunny +- (#140) 💄 Add "no studies" screen when no studies returned - @XuTheBunny +- (#135) ✨ Add copy to clipboard feature - @XuTheBunny +- (#131) ✨ Add view for developer tokens - @dankolbman +- (#133) ♻️ Refactor study header - @XuTheBunny +- (#132) ♻️ Refactor study list view - @XuTheBunny +- (#130) ♻️ Refactor overall screen layout and update navbar look - @XuTheBunny +- (#129) ♻️ Disable live TimeAgo updates on file list - @XuTheBunny +- (#121) ♻️ Update login page with gradient on background and fixed text - @XuTheBunny +- (#110) 💄 Add badge - @XuTheBunny +- (#109) ✨ Save filetype selection in annotation view - @dankolbman +- (#108) 💄 Responsive layout - @XuTheBunny +- (#107) ✨ Add download via signed url - @dankolbman +- (#101) ✨ Add delete file button - @dankolbman +- (#100) 💄 Add annotation page style - @XuTheBunny +- (#97) 💄 Add file list component - @XuTheBunny +- (#96) 💄 Add loading stage with "LOADING (component name) ..." - @XuTheBunny +- (#91) 💄 Add sub nav bar to file view - @XuTheBunny +- (#93) ✨ Annotation Flow - @dankolbman +- (#90) ♻️ Refactor Header component routing - @XuTheBunny +- (#89) 💄 Update study list routing and StudyCard component - @XuTheBunny +- (#86) 💄 Update study list view with new style - @XuTheBunny +- (#88) 💄 Redirect user to home page "/" when click on header logo - @XuTheBunny +- (#82) ✨ Add Auth0 login - @dankolbman +- (#85) 💄 Show empty state message when no studies returned - @XuTheBunny +- (#83) 💄 Add page header - @XuTheBunny +- (#79) ✨ Add banner component - @XuTheBunny +- (#77) ♻️ Refactor upload target - @dankolbman +- (#48) ✨ Refresh login view - @liberaliscomputing +- (#78) 🐛 Fix GridContainer propTypes - @dankolbman +- (#76) 🍱 Update favicon - @XuTheBunny +- (#72) 🚚 Rename FileUploadView to FilesView - @dankolbman +- (#70) ♻️ Switch to routing based on kf_id - @dankolbman +- (#69) 🚨 Make circle fail on eslint warnings - @dankolbman +- (#63) Add netlify redirects for SPA - @dankolbman +- (#67) 📦 Use pinned UIKit package - @dankolbman +- (#65) 🔧 Add netlify master branch config - @dankolbman +- (#57) ♻️ Use apollo components - @dankolbman +- (#56) ♻️ Refactor queries - @dankolbman +- (#55) 📝 Add README file with logo - @dankolbman +- (#54) 👷 Add Jenkinsfile - @dankolbman +- (#51) 🚧 Add data-uploader/add-prettier - @liberaliscomputing +- (#52) 👷 Adds circleci config to run eslint - @bdolly +- (#40) ✨ Initial Study File Upload Implementation - @bdolly +- (#39) ✨ Add data-uploader/file-upload - @liberaliscomputing +- (#33) ✨ adds Data uploader/grid component - @bdolly +- (#30) ✨ postcss setup - @bdolly +- (#31) ✨ Add Apollo client - @dankolbman +- (#29) ✨ Add Ego authentication - @XuTheBunny +- (#28) 🚨 Apply prettier formatting across the project - @XuTheBunny +- (#24) 🎉 Start developing data uploader - @liberaliscomputing diff --git a/package.json b/package.json index 2491b96b6..bc4155476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kf-ui-data-tracker", - "version": "0.0.1", + "version": "0.1.0", "private": true, "dependencies": { "apollo-cache-inmemory": "^1.5.1",