Skip to content

Commit

Permalink
Merge pull request #9 from Jam3/release/v1.1.1
Browse files Browse the repository at this point in the history
[Release] v1.1.1
  • Loading branch information
craighillwood authored Dec 9, 2019
2 parents 020a002 + 64a4652 commit 3baf561
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 3baf561

Please sign in to comment.