Skip to content

Commit

Permalink
v1.2.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JB1905 committed Dec 10, 2018
1 parent 506ddef commit 9632184
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,11 +1,11 @@
# react-universal-tilt Changelog

## 1.2.0 (Soon)
## 1.2.0 beta 1 (2018-12-10)
#### Internal
- added universal-tilt.js `destroy()` method call on `componentWillUnmount()`

#### Dependencies
- updated universal-tilt.js to v2.0.0
- updated universal-tilt.js to v2.0.0 beta 1

#### Improvement
- removed PropTypes from output files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ You can add components with or without additional content:
```
*without:*
```js
<ReactTilt /* options *//>
<ReactTilt /* options */ />
```

## Props
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-universal-tilt",
"version": "1.1.4",
"version": "1.2.0-beta.1",
"description": "universal-tilt.js implementation for React component",
"main": "./lib/react-universal-tilt.min.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/JB1905/react-universal-tilt#readme",
"dependencies": {
"universal-tilt.js": "^1.2.1"
"universal-tilt.js": "^2.0.0-beta.1"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
Expand Down

0 comments on commit 9632184

Please sign in to comment.