Skip to content

Commit

Permalink
release: 1.0.0-rc.7 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Sep 4, 2016
1 parent aebc210 commit 77b623a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Lux Changelog

### 1.0.0-rc.7 (Sept 4, 2016)

This release implements a fix for a regression in `1.0.0-rc.6` where model migrations would include the formatted filename as the table name (i.e `'2016050414243335_create_posts'` instead of `'posts'`).

##### Commits

* [[`7bd0f4d87b`](https://github.com/postlight/lux/commit/7bd0f4d87b)] - **chore**: update example applications (#361) (Zachary Golba)
* [[`9bcecc5650`](https://github.com/postlight/lux/commit/9bcecc5650)] - **release**: 1.0.0-rc.6 (#360) (Zachary Golba)

### 1.0.0-rc.6 (Sept 4, 2016)

This release contains a number of bug fixes related to overriding default behavior such as custom actions, model-less controllers, etc. In addition to bug fixes this release contains some awesome new features.
Expand Down
2 changes: 1 addition & 1 deletion examples/social-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"babel-core": "6.14.0",
"babel-preset-lux": "1.2.0",
"knex": "0.11.10",
"lux-framework": "1.0.0-rc.6",
"lux-framework": "1.0.0-rc.7",
"sqlite3": "3.1.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"babel-core": "6.14.0",
"babel-preset-lux": "1.2.0",
"knex": "0.11.10",
"lux-framework": "1.0.0-rc.6",
"lux-framework": "1.0.0-rc.7",
"sqlite3": "3.1.4"
},
"devDependencies": {
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": "lux-framework",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"description": "A MVC style Node.js framework for building lightning fast JSON APIs",
"repository": "github:postlight/lux",
"keywords": [
Expand Down

0 comments on commit 77b623a

Please sign in to comment.