Skip to content

Commit

Permalink
update changlog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyredz committed Sep 13, 2018
1 parent 38791f0 commit d62b1b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#1.5.12
#1.6.1
* **React:** Added catch if tween function tried to set scroll position past the stop position.
* **Test:** Updated all tests, and added e2e testing.
* **Dev:** Added cypress e2e testing and multiple package scripts for development and testing.
* **NPM:** Moved destination directory from lib/ to dist/

#1.6.0
* **React:** Moved themed buttons to exports

#1.5.11
* **React:** Added className overrides to the default button.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "react-scroll-up-button",
"version": "1.5.12",
"version": "1.6.1",
"main": "dist/react-scroll-up-button.js",
"description": "React component Scroll up button, fixed button to scrolll up to desired position",
"scripts": {
"compile": "npx babel-cli -d dist/ src/ --ignore tests",
"compile": "npx babel-cli -d dist/ src/",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"dev:server": "npx webpack-dev-server --config ./UITesting/webpack.config.js --hot --inline",
Expand Down

0 comments on commit d62b1b0

Please sign in to comment.