Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabo committed Aug 10, 2016
1 parent 9c039a1 commit 96a09e1
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 19 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
## v0.4.2 (2016-08-10)

#### Enhancement
* `react-server-cli`
* [#513](https://github.com/redfin/react-server/pull/513) add body-parser middleware for express. ([@mattiasewers](https://github.com/mattiasewers))

#### Bug fix
* `react-server`
* [#501](https://github.com/redfin/react-server/pull/501) Prevent another type of flash of unstyled content. ([@gigabo](https://github.com/gigabo))
* [#518](https://github.com/redfin/react-server/pull/518) Eliminate a frameback navigation initialization race. ([@gigabo](https://github.com/gigabo))

#### Commiters: 6
- Bo Borgerson ([gigabo](https://github.com/gigabo))
- David Alber ([davidalber](https://github.com/davidalber))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Mattias Ewers ([mattiasewers](https://github.com/mattiasewers))
- Omer Zach ([omerzach](https://github.com/omerzach))

## v0.4.1 (2016-08-04)

Expand Down Expand Up @@ -157,5 +174,3 @@
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Rob Landers ([withinboredom](https://github.com/withinboredom))

> @ changelog /Users/doug.wade/code/react-server
> lerna-changelog
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.24",
"version": "0.4.1",
"version": "0.4.2",
"changelog": {
"repo": "redfin/react-server",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "0.4.2",
"description": "A react-server yeoman generator",
"homepage": "http://github.com/redfin/react-server",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "0.4.2",
"description": "A command line to run react-server",
"main": "target/index.js",
"scripts": {
Expand Down
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.1",
"version": "0.4.2",
"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.1"
"react-server": "^0.4.2"
},
"devDependencies": {
"rimraf": "^2.5.2"
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,10 +11,10 @@
"q": "^1.4.1",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.1",
"react-server-cli": "^0.4.1",
"react-server": "^0.4.2",
"react-server-cli": "^0.4.2",
"rimraf": "^2.5.2",
"superagent": "1.2.0"
},
"version": "0.4.1"
"version": "0.4.2"
}
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.1",
"version": "0.4.2",
"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.1",
"react-server-cli": "^0.4.1",
"react-server-data-bundle-cache": "^0.4.1",
"react-server": "^0.4.2",
"react-server-cli": "^0.4.2",
"react-server-data-bundle-cache": "^0.4.2",
"superagent": "1.2.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "0.4.2",
"description": "A react-server instance",
"main": "HelloWorld.js",
"private": true,
Expand All @@ -18,9 +18,9 @@
"highlight.js": "^9.5.0",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.1",
"react-server-cli": "^0.4.1",
"react-server-data-bundle-cache": "^0.4.1",
"react-server": "^0.4.2",
"react-server-cli": "^0.4.2",
"react-server-data-bundle-cache": "^0.4.2",
"remarkable": "^1.6.2",
"superagent": "1.2.0"
},
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.1",
"version": "0.4.2",
"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 96a09e1

Please sign in to comment.