Skip to content

Commit

Permalink
Change version 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
- Ignore more files for bower and npm packages
- Commit the built version for bower package
  • Loading branch information
flarnie committed Apr 14, 2015
1 parent 3ce9066 commit 9dcb916
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## master (unreleased)

## 1.0.1

- Ignore more files for bower and npm packages
- Commit the built version for bower package

## 1.0.0

- Add 'jsx' syntax to the unbuilt version of the component, and build into
'build/ReactWaypoint.js' with webpack.

- Fix corner case where scrollable parent is not the window and the window
resize should trigger a Waypoint callback.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-waypoint",
"main": "build/npm/waypoint.js",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/brigade/react-waypoint",
"description": "A React component to execute a function whenever you scroll to an element.",
"moduleType": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
"version": "1.0.0",
"version": "1.0.1",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "build/npm/waypoint.js",
"repository": {
Expand Down

0 comments on commit 9dcb916

Please sign in to comment.