We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e0e9b commit f4dd669Copy full SHA for f4dd669
CHANGELOG.md
@@ -1,8 +1,6 @@
1
-## master (unreleased)
+## 1.0.4
2
3
-- Upgrade for use with React 0.14
4
-- List `react` and `react-dom` as `dependencies` instead of `peerDependency`,
5
- for NPM3 compatibility.
+- Bump `react` dependency to 0.14 and add `react-dom` to `peerDependencies`
6
7
## 1.0.3
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "build/npm/waypoint.js",
"repository": {
0 commit comments