Skip to content

Commit

Permalink
v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sresant committed Oct 5, 2016
1 parent 2a8fb27 commit ea82d8b
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 25 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## v0.4.8 (2016-10-05)

#### Enhancement
* `react-server`
* [#659](https://github.com/redfin/react-server/pull/659) Moved call to set the page on the response logger from. ([@vinsewah](https://github.com/vinsewah))
* [#642](https://github.com/redfin/react-server/pull/642) Adding http response header hook to page lifecyle. ([@nampas](https://github.com/nampas))
* [#626](https://github.com/redfin/react-server/pull/626) Rebased sjv improve error logging. ([@lidawang](https://github.com/lidawang))

#### Bug fix
* `generator-react-server`, `react-server-cli`
* [#691](https://github.com/redfin/react-server/pull/691) Fix inconsistent usage of routes.js vs. routes.json. ([@sresant](https://github.com/sresant))
* `react-server-cli`
* [#665](https://github.com/redfin/react-server/pull/665) resolves #664. ([@SeverS](https://github.com/SeverS))
* [#644](https://github.com/redfin/react-server/pull/644) Normalize httpsOptions from parseCli. ([@jbenesch](https://github.com/jbenesch))
* `react-server`
* [#677](https://github.com/redfin/react-server/pull/677) Prevent "when" childProps from clobbering "listen" chlidProps in RootElement. ([@TonyHYK](https://github.com/TonyHYK))
* `babel-preset-react-server`
* [#637](https://github.com/redfin/react-server/pull/637) Add babel-runtime to babel-preset-react-server. ([@doug-wade](https://github.com/doug-wade))
* Other
* [#668](https://github.com/redfin/react-server/pull/668) Fix react-server issue with npm2. ([@sresant](https://github.com/sresant))

#### Security
* `react-server-cli`
* [#684](https://github.com/redfin/react-server/pull/684) Remove outdated nsp exemption. ([@doug-wade](https://github.com/doug-wade))
* `generator-react-server`
* [#685](https://github.com/redfin/react-server/pull/685) Remove outdated nsp exemptions. ([@doug-wade](https://github.com/doug-wade))
* `generator-react-server`, `react-server`
* [#682](https://github.com/redfin/react-server/pull/682) Fix the build. ([@doug-wade](https://github.com/doug-wade))

#### Commiters: 12
- Alan Bares ([alanbares](https://github.com/alanbares))
- Bo Borgerson ([gigabo](https://github.com/gigabo))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Henry Zhu ([hzhu](https://github.com/hzhu))
- Jason Benesch ([jbenesch](https://github.com/jbenesch))
- Lida Wang ([lidawang](https://github.com/lidawang))
- Nathan Pastor ([nampas](https://github.com/nampas))
- Sever Abibula ([SeverS](https://github.com/SeverS))
- Sresan Thevarajah ([sresant](https://github.com/sresant))
- Tony Hung ([TonyHYK](https://github.com/TonyHYK))
- Vince Chang ([vinsewah](https://github.com/vinsewah))

## v0.4.7 (2016-08-27)

#### Enhancement
Expand Down
2 changes: 1 addition & 1 deletion asini.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"asini": "0.0.1",
"version": "0.4.7",
"version": "0.4.8",
"changelog": {
"repo": "redfin/react-server",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-react-server",
"version": "0.4.7",
"version": "0.4.8",
"description": "A recommended Babel config for working with react-server",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-react-server",
"version": "0.4.7",
"version": "0.4.8",
"description": "A react-server yeoman generator",
"homepage": "http://github.com/redfin/react-server",
"author": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"ava": "^0.14.0",
"nsp": "^2.3.3",
"react-server-cli": "^0.4.7",
"react-server-cli": "^0.4.8",
"rimraf": "^2.5.2",
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-server-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-cli",
"version": "0.4.7",
"version": "0.4.8",
"description": "A command line to run react-server",
"main": "target/index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"q": "~1.4.1",
"raw-loader": "^0.5.1",
"react-hot-loader": "~1.3.0",
"react-server-core-middleware": "^0.4.7",
"react-server-core-middleware": "^0.4.8",
"sass-loader": "^4.0.0",
"style-loader": "~0.12.3",
"webpack": "^1.13.1",
Expand All @@ -50,12 +50,12 @@
"devDependencies": {
"ava": "^0.16.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-react-server": "^0.4.7",
"babel-preset-react-server": "^0.4.8",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"nsp": "^2.4.0",
"react-server-gulp-module-tagger": "^0.4.7",
"rimraf": "^2.5.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-server-core-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-core-middleware",
"version": "0.4.7",
"version": "0.4.8",
"description": "Core page middleware for React Server",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"homepage": "https://github.com/redfin/react-server#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-react-server": "^0.4.7",
"babel-preset-react-server": "^0.4.8",
"rimraf": "^2.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-server-data-bundle-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-data-bundle-cache",
"version": "0.4.7",
"version": "0.4.8",
"description": "React Server Data Bundle Cache",
"main": "index.js",
"repository": "redfin/react-server",
Expand All @@ -17,7 +17,7 @@
"stratocacher-layer-lru": "0.0.12"
},
"peerDependencies": {
"react-server": "^0.4.7"
"react-server": "^0.4.8"
},
"devDependencies": {
"react-server-gulp-module-tagger": "^0.4.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-server-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"q": "^1.4.1",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.7",
"react-server-cli": "^0.4.7",
"react-server": "^0.4.8",
"react-server-cli": "^0.4.8",
"rimraf": "^2.5.2"
},
"version": "0.4.7"
"version": "0.4.8"
}
8 changes: 4 additions & 4 deletions packages/react-server-test-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-test-pages",
"version": "0.4.7",
"version": "0.4.8",
"private": true,
"description": "Some pages to test out features of react-server",
"main": "index.js",
Expand All @@ -18,9 +18,9 @@
"q": "1.4.1",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-server": "^0.4.7",
"react-server-cli": "^0.4.7",
"react-server-data-bundle-cache": "^0.4.7"
"react-server": "^0.4.8",
"react-server-cli": "^0.4.8",
"react-server-data-bundle-cache": "^0.4.8"
},
"devDependencies": {
"gulp": "^3.9.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-server-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-website",
"version": "0.4.7",
"version": "0.4.8",
"description": "A react-server instance",
"main": "HelloWorld.js",
"private": true,
Expand All @@ -18,13 +18,13 @@
"highlight.js": "^9.5.0",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.7",
"react-server-cli": "^0.4.7",
"react-server-data-bundle-cache": "^0.4.7",
"react-server": "^0.4.8",
"react-server-cli": "^0.4.8",
"react-server-data-bundle-cache": "^0.4.8",
"remarkable": "^1.6.2"
},
"devDependencies": {
"babel-preset-react-server": "^0.4.7",
"babel-preset-react-server": "^0.4.8",
"docco": "^0.7.0",
"nsp": "^2.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server",
"version": "0.4.7",
"version": "0.4.8",
"description": "React framework with server render for blazing fast page load and seamless transitions between pages in the browser.",
"main": "target/server/server.js",
"browser": "target/client/client.js",
Expand Down

0 comments on commit ea82d8b

Please sign in to comment.