From 64a4652c0108c52447704994fe88af27c0cde000 Mon Sep 17 00:00:00 2001 From: Craig Hill Date: Wed, 4 Dec 2019 13:55:31 -0300 Subject: [PATCH] Release v1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..9185eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,8 @@ # Changelog + +## v1.1.1 (December 4, 2019) + +#### 🐛 Bug Fix + +- Fix console warning given by `RotateScreen` due to missing `className` in `propTypes` + - [PR #8](https://github.com/Jam3/react-ui/pull/8) diff --git a/package.json b/package.json index ddafe60..e5ee33a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jam3/react-ui", - "version": "1.1.0", + "version": "1.1.1", "description": "React components that follow Jam3 standards", "main": "dist/index.js", "module": "dist/index.module.js",