Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #74 from kids-first/release-0.1.0
Browse files Browse the repository at this point in the history
🏷 Release 0.1.0
  • Loading branch information
dankolbman authored Nov 13, 2018
2 parents f5b7022 + 705a222 commit 0633aba
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0633aba

Please sign in to comment.