From 705a222c4267fbae1c0a5c168ed21a5d1f504678 Mon Sep 17 00:00:00 2001 From: Dan Kolbman Date: Tue, 13 Nov 2018 14:24:05 -0500 Subject: [PATCH] :label: Release 0.1.0 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7c322b4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,46 @@ +# Kids First UI Kit Release 0.1.0 + +## Features + +First development release of the UI Kit + +### Summary + +Feature Emojis: ♻️x5 ✨x5 πŸ”§x4 πŸ›x3 🎨x2 πŸ“x2 πŸ‘·x2 πŸ”₯x2 :sparkles:x2 ♻️colorx1 πŸ“„x1 🚚x1 πŸ™ˆx1 🚨x1 +Feature Labels: [refactor](https://api.github.com/repos/kids-first/kf-uikit/labels/refactor) x10 [devops](https://api.github.com/repos/kids-first/kf-uikit/labels/devops) x5 [component](https://api.github.com/repos/kids-first/kf-uikit/labels/component) x4 [documentation](https://api.github.com/repos/kids-first/kf-uikit/labels/documentation) x4 [bug](https://api.github.com/repos/kid +s-first/kf-uikit/labels/bug) x3 [style](https://api.github.com/repos/kids-first/kf-uikit/labels/style) x2 [feature](https://api.github.com/repos/kids-first/kf-uikit/labels/feature) x1 + +### New features and changes + +- (#69) ♻️ Re-stylebbuttons based on guidelines - @dankolbman +- (#66) πŸ”§ Remove max-width constraint on cards - @dankolbman +- (#65) πŸ› Add Header and Card to exports - @dankolbman +- (#64) πŸ”§ Add onClick listener to button props - @dankolbman +- (#56) ✨ Header component - @dankolbman +- (#43) 🎨 Add card component - @dankolbman +- (#60) πŸ”§ Add type to button component - @dankolbman +- (#59) πŸ› Add missing export for logo component - @dankolbman +- (#55) ✨ Logo component - @dankolbman +- (#52) ♻️color stories - @bdolly d +- (#54) πŸ“ adding Tailwind @apply standards - @bdolly +- (#51) ✨ Fluid Typography - @bdolly +- (#53) πŸ”§ Add NODE_ENV to package.json scripts - @dankolbman +- (#49) πŸ› Use new shields.io format - @dankolbman +- (#44) 🎨 Button component - @dankolbman +- (#47) πŸ“ Add badges to readme - @dankolbman +- (#46) πŸ‘· Storybook webpack - @dankolbman +- (#38) πŸ‘· Add Jenkinsfile - @dankolbman +- (#42) ♻️ Tailwind - @dankolbman +- (#35) πŸ“„ Add LICENSE - @dankolbman +- (#31) 🚚 Rearrange stories directory - @dankolbman +- (#32) ♻️ refactor7Typographic compondnts - @bdolly +- (#29) πŸ”₯ Remove swps - @dankolbman +- (#27) ✨ storybook eslint - @bdolly +- (#28) ♻️ refactor theme colors - @baolly +- (#26) ♻️ Cleanup color swatches - @dankolbman +- (#25) πŸ™ˆ Update gitignore - @dankolbman +- (#22) 🚨 Add eslint with Airbnb style guide - @dankolbman +- (#16) :sparkles: adds A11y storybook addon - @bdolly +- (#12) :sparkles: Set standard Storybook addons and utils - @bdolly +- (#3) πŸ”₯ Remove duplicate color story - @dankolbman +- (#1) ✨ Add storybook build for compiling building bundle - @dankolbman diff --git a/package.json b/package.json index 9ca8cae..baf3f3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kf-uikit", - "version": "0.0.0", + "version": "0.1.0", "description": "Kids First Design System", "main": "dist/main.js", "module": "dist/main.js",