Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craighillwood committed Dec 4, 2019
1 parent 020a002 commit 64a4652
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 64a4652

Please sign in to comment.