Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claydiffrient committed Jul 8, 2016
1 parent 81a930b commit 0ba02d6
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.0.0 - Fri, 08 Jul 2016 21:20:29 GMT
--------------------------------------

- [720c1ce](../../commit/720c1ce) [changed] Maintain focus inside of tray


v0.3.0 - Thu, 05 Nov 2015 22:29:26 GMT
--------------------------------------

Expand Down
40 changes: 28 additions & 12 deletions dist/react-tray.js

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

6 changes: 3 additions & 3 deletions dist/react-tray.min.js

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tray",
"version": "0.3.0",
"version": "1.0.0",
"description": "An accessible tray component useful for navigation menus",
"main": "lib/main.js",
"directories": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"react-dom": "^0.14.0"
},
"devDependencies": {
"rackt-cli": "^0.5.3",
"rackt-cli": "https://github.com/mzabriskie/rackt-cli.git#63ed6cedd71c8e725bf9578bc3cb28c6955c51b7",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0"
Expand Down

0 comments on commit 0ba02d6

Please sign in to comment.