diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e28663ef..a4622bde73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## UNRELEASED - +## [1.2.0] - 2020-04-30 + +- Added new Alert styles (slim, no icon) and allow the Alert to accept `div` attributes as props +- Added additional examples of Form templates (Sign In form, Reset Password form) to Storybook +- Turn off USWDS SCSS notifications on compile +- Updated CODEOWNERS and contributors +- Fixed Jest running in CI +- Auto-approve Dependabot PRs +- Deploy Storybook static site on merge to master - Run `yarn upgrade` to update all out of date dependencies - Add [DangerJS](https://danger.systems/js/) to automate some checks for contribution standards - Add additional CSS utility classes for background colors and text colors diff --git a/package.json b/package.json index 79379c397b..792779d460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trussworks/react-uswds", - "version": "1.1.0", + "version": "1.2.0", "description": "React USWDS 2.0 component library", "keywords": [ "react", @@ -34,11 +34,14 @@ "type": "git", "url": "github:trussworks/react-uswds" }, - "author": "Suzanne Rozier ", "contributors": [ + "Suzanne Rozier ", "John Gedeon ", "Erin Stanfill ", - "Sara Bocciardi " + "Sara Bocciardi ", + "Jeri Sommers ", + "Emily Mahanna ", + "Hana Worku " ], "license": "Apache-2.0", "bugs": {