Skip to content

Commit

Permalink
release: v1.1.5 🔧 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Jan 21, 2017
1 parent ddbcd9e commit d6b2d6c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Lux Changelog

### v1.1.5 (Jan 21, 2017)

##### Commits

* [[`ddbcd9e43b`](https://github.com/postlight/lux/commit/ddbcd9e43b)] - **fix**: sort not working (#657) (Nick Schot)
* [[`20eea5c71b`](https://github.com/postlight/lux/commit/20eea5c71b)] - **deps**: update babel-core to version 6.22.1 (#654) (Greenkeeper)
* [[`f83bdf413c`](https://github.com/postlight/lux/commit/f83bdf413c)] - **deps**: update ora to version 1.1.0 (#655) (Greenkeeper)
* [[`4ee7b28724`](https://github.com/postlight/lux/commit/4ee7b28724)] - **deps**: update babel-plugin-transform-es2015-modules-commonjs to version 6.22.0 (#653) (Greenkeeper)
* [[`c5bd0cc02a`](https://github.com/postlight/lux/commit/c5bd0cc02a)] - **deps**: update babel-core to version 6.22.0 (#652) (Greenkeeper)
* [[`26594fdf10`](https://github.com/postlight/lux/commit/26594fdf10)] - **chore**: add gitter integrations (#651) (Zachary Golba)
* [[`cdebc089ec`](https://github.com/postlight/lux/commit/cdebc089ec)] - **deps**: update flow-bin to version 0.38.0 (#647) (Greenkeeper)
* [[`4e40c2b550`](https://github.com/postlight/lux/commit/4e40c2b550)] - **release**: v1.1.4 🔧 (#650) (Zachary Golba)

### v1.1.4 (Jan 19, 2017)

##### Commits
Expand Down
10 changes: 5 additions & 5 deletions examples/social-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.14.0",
"babel-preset-lux": "1.3.0",
"bcryptjs": "2.3.0",
"babel-core": "6.22.1",
"babel-preset-lux": "2.0.1",
"bcryptjs": "2.4.0",
"knex": "0.12.6",
"lux-framework": "1.1.4",
"sqlite3": "3.1.4"
"lux-framework": "1.1.5",
"sqlite3": "3.1.8"
},
"devDependencies": {
"faker": "3.1.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.14.0",
"babel-preset-lux": "1.3.0",
"babel-core": "6.22.1",
"babel-preset-lux": "2.0.1",
"knex": "0.12.6",
"lux-framework": "1.1.4",
"sqlite3": "3.1.4"
"lux-framework": "1.1.5",
"sqlite3": "3.1.8"
},
"devDependencies": {
"faker": "3.1.0"
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.1.4",
"version": "1.1.5",
"description": "Build scalable, Node.js-powered REST APIs with almost no code.",
"repository": "github:postlight/lux",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions test/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.21.0",
"babel-core": "6.22.1",
"babel-preset-lux": "2.0.1",
"bcryptjs": "2.4.0",
"faker": "3.1.0",
"knex": "0.12.6",
"mssql": "3.3.0",
"mysql2": "1.1.2",
"pg": "6.1.2",
"source-map-support": "0.4.6",
"source-map-support": "0.4.10",
"sqlite3": "3.1.8"
}
}

0 comments on commit d6b2d6c

Please sign in to comment.