File tree Expand file tree Collapse file tree 6 files changed +18
-8
lines changed
react-server-integration-tests Expand file tree Collapse file tree 6 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.4.12 (2016-11-10)
2
+
3
+ #### Bug fix
4
+ * ` react-server `
5
+ * [ #716 ] ( https://github.com/redfin/react-server/pull/716 ) Fix timeout error
6
+ * handling. ([ @sresant ] ( https://github.com/sresant ) )
7
+
8
+ #### Commiters: 1
9
+ - Sresan Thevarajah ([ sresant] ( https://github.com/sresant ) )
10
+
1
11
## v0.4.11 (2016-11-09)
2
12
3
13
#### Bug fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"asini" : " 1.1.0" ,
3
- "version" : " 0.4.11 " ,
3
+ "version" : " 0.4.12 " ,
4
4
"hoist" : true ,
5
5
"changelog" : {
6
6
"repo" : " redfin/react-server" ,
Original file line number Diff line number Diff line change 11
11
"q" : " 1.4.1" ,
12
12
"react" : " ~0.14.2" ,
13
13
"react-dom" : " ~0.14.2" ,
14
- "react-server" : " ^0.4.11 " ,
14
+ "react-server" : " ^0.4.12 " ,
15
15
"react-server-cli" : " ^0.4.10" ,
16
16
"rimraf" : " ^2.5.4" ,
17
17
"gulp" : " ^3.9.1" ,
23
23
"gulp-jasmine" : " ^2.4.2" ,
24
24
"zombie" : " ^4.3.0"
25
25
},
26
- "version" : " 0.4.11 "
26
+ "version" : " 0.4.12 "
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-server-test-pages" ,
3
- "version" : " 0.4.11 " ,
3
+ "version" : " 0.4.12 " ,
4
4
"private" : true ,
5
5
"description" : " Some pages to test out features of react-server" ,
6
6
"main" : " index.js" ,
18
18
"q" : " 1.4.1" ,
19
19
"react" : " ~0.14.2" ,
20
20
"react-dom" : " ~0.14.2" ,
21
- "react-server" : " ^0.4.11 " ,
21
+ "react-server" : " ^0.4.12 " ,
22
22
"react-server-cli" : " ^0.4.10" ,
23
23
"react-server-data-bundle-cache" : " ^0.4.10" ,
24
24
"eslint-plugin-react" : " ^6.4.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-server-website" ,
3
- "version" : " 0.4.11 " ,
3
+ "version" : " 0.4.12 " ,
4
4
"description" : " A react-server instance" ,
5
5
"main" : " HelloWorld.js" ,
6
6
"private" : true ,
18
18
"highlight.js" : " ^9.5.0" ,
19
19
"react" : " ~0.14.2" ,
20
20
"react-dom" : " ~0.14.2" ,
21
- "react-server" : " ^0.4.11 " ,
21
+ "react-server" : " ^0.4.12 " ,
22
22
"react-server-cli" : " ^0.4.10" ,
23
23
"react-server-data-bundle-cache" : " ^0.4.10" ,
24
24
"remarkable" : " ^1.6.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-server" ,
3
- "version" : " 0.4.11 " ,
3
+ "version" : " 0.4.12 " ,
4
4
"description" : " React framework with server render for blazing fast page load and seamless transitions between pages in the browser." ,
5
5
"main" : " target/server/server.js" ,
6
6
"browser" : " target/client/client.js" ,
You can’t perform that action at this time.
0 commit comments