From ba7df3009fcb981bfd54976cd405fce9b501ea0e Mon Sep 17 00:00:00 2001 From: Ben Dolly Date: Wed, 17 Apr 2019 11:46:13 -0400 Subject: [PATCH] :label: Release 0.4.0 Updates Storybook to v3 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df6588..9b93bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# Kids First UI Kit Release 0.4.0 + +## Features + +### Summary + +Feature Emojis: 📝x3 ⬆️x2 🐛x2 ♻️x2 ✅x1 🚑x1 +Feature Labels: [bug](https://api.github.com/repos/kids-first/kf-uikit/labels/bug) x4 [documentation](https://api.github.com/repos/kids-first/kf-uikit/labels/documentation) x3 [refactor](https://api.github.com/repos/kids-first/kf-uikit/labels/refactor) x3 [ready-for-review](https://api.github.com/repos/kids-first/kf-uikit/labels/ready-for-review) x2 [style](https://api.github.com/repos/kids-first/kf-uikit/labels/style) x2 [devops](https://api.github.com/repos/kids-first/kf-uikit/labels/devops) x1 + +### New features and changes + +- (#106) ⬆️ Feature/storybook version bump v5 - @bdolly +- (#110) 🐛 Bug fix for style build - @XuTheBunny +- (#98) ✅ Adds Percy.io Visual Testing to CI - @bdolly +- (#102) ♻️ Make header hoverable - @XuTheBunny +- (#89) 🚑 Hotfix/molten leading values - @bdolly +- (#96) ⬆️ Upgrade yarn deps - @dankolbman +- (#88) 📝 typographic molten leading updates - @bdolly +- (#87) ♻️ Refactor/spacing values - @bdolly +- (#23) 📝 pull request template - @bdolly +- (#70) 📝 Draft design process - @dankolbman +- (#83) 🐛 Export stats component - @dankolbman + # Kids First UI Kit Release 0.3.0 ## Features @@ -69,4 +92,4 @@ s-first/kf-uikit/labels/bug) x3 [style](https://api.github.com/repos/kids-first/ - (#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 +- (#1) ✨ Add storybook build for compiling building bundle - @dankolbman \ No newline at end of file diff --git a/package.json b/package.json index e491c0a..e040ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kf-uikit", - "version": "0.3.0", + "version": "0.4.0", "description": "Kids First Design System", "main": "dist/main.js", "module": "dist/main.js",