Skip to content

Commit

Permalink
bump v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dozoisch committed Feb 8, 2015
1 parent c93f1df commit 765b748
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#History

##0.3.0
- Now uses a real single pager
- Lot of refactor of the way the app works. It's now using a real authentication flow
- Added react-bootstrap
- Added some tests

##0.2.0
- Updated to React 0.12
- Bumped all deps to their most recent version (inluding co and the new co.wrap of 4.x)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-react-full-example",
"version": "0.2.0",
"version": "0.3.0",
"description": "Full example using Koa, React, Passport, Mongoose, Gulp, Mocha",
"keywords": [
"koa",
Expand Down Expand Up @@ -44,7 +44,9 @@
"mongoose": "3.9.x",
"passport-local": "1.0.x",
"react": "0.12.x",
"react-bootstrap": "^0.13.3",
"react-router": "0.11.x",
"react-router-bootstrap": "^0.8.3",
"superagent": "0.21.x",
"swig": "1.4.x",
"vinyl-source-stream": "1.0.x"
Expand Down

0 comments on commit 765b748

Please sign in to comment.