File tree Expand file tree Collapse file tree 12 files changed +49
-26
lines changed
react-server-data-bundle-cache
react-server-integration-tests Expand file tree Collapse file tree 12 files changed +49
-26
lines changed Original file line number Diff line number Diff line change 1+ ## v0.6.3 (2017-04-07)
2+
3+ #### Breaking change
4+ * ` react-server `
5+ * [ #918 ] ( https://github.com/redfin/react-server/pull/918 ) Allow group selection in ` logging.addRewriter ` . ([ @gigabo ] ( https://github.com/gigabo ) )
6+
7+ #### Enhancement
8+ * ` react-server `
9+ * [ #918 ] ( https://github.com/redfin/react-server/pull/918 ) Allow group selection in ` logging.addRewriter ` . ([ @gigabo ] ( https://github.com/gigabo ) )
10+
11+ #### Bug fix
12+ * ` react-server-redux `
13+ * [ #915 ] ( https://github.com/redfin/react-server/pull/915 ) Redux Package Compilation Issues. ([ @sresant ] ( https://github.com/sresant ) )
14+
15+ #### Documentation
16+ * Other
17+ * [ #909 ] ( https://github.com/redfin/react-server/pull/909 ) Document LOCAL_DOCS for website. ([ @doug-wade ] ( https://github.com/doug-wade ) )
18+
19+ #### Committers: 3
20+ - Bo Borgerson ([ gigabo] ( https://github.com/gigabo ) )
21+ - Douglas Wade ([ doug-wade] ( https://github.com/doug-wade ) )
22+ - Sresan Thevarajah ([ sresant] ( https://github.com/sresant ) )
23+
124## v0.6.2 (2017-03-21)
225
326#### Bug fix
Original file line number Diff line number Diff line change 44 "packages" : [
55 " packages/*"
66 ],
7- "version" : " 0.6.2 " ,
7+ "version" : " 0.6.3 " ,
88 "changelog" : {
99 "repo" : " redfin/react-server" ,
1010 "labels" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " flab" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.6.3 " ,
44 "description" : " Future Loading and Blocking JS" ,
55 "main" : " index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change 1414 "babel-runtime" : " ^6.6.1" ,
1515 "react" : " ^15.4.1" ,
1616 "react-dom" : " ^15.4.1" ,
17- "react-server" : " ^0.6.2 " ,
18- "react-server-cli" : " ^0.6.2 " ,
17+ "react-server" : " ^0.6.3 " ,
18+ "react-server-cli" : " ^0.6.3 " ,
1919 "superagent" : " 1.8.4"
2020 },
2121 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-react-server" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 0.6.3 " ,
44 "description" : " A react-server yeoman generator" ,
55 "homepage" : " http://github.com/redfin/react-server" ,
66 "author" : {
3434 "eslint" : " ^3.8.1" ,
3535 "eslint-plugin-react" : " ^6.4.1" ,
3636 "nsp" : " ^2.6.2" ,
37- "react-server-cli" : " ^0.6.2 " ,
37+ "react-server-cli" : " ^0.6.3 " ,
3838 "rimraf" : " ^2.5.4" ,
3939 "shell-escape" : " ^0.2.0" ,
4040 "yeoman-assert" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-server-cli" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 0.6.3 " ,
44 "description" : " A command line to run react-server" ,
55 "main" : " target/index.js" ,
66 "scripts" : {
6969 "react" : " ~0.14.2 || ^15.1.0" ,
7070 "react-dom" : " ~0.14.2 || ^15.1.0" ,
7171 "react-hot-loader" : " ^1.3.1" ,
72- "react-server" : " ^0.6.2 " ,
72+ "react-server" : " ^0.6.3 " ,
7373 "react-server-gulp-module-tagger" : " ^0.6.0" ,
7474 "rimraf" : " ^2.5.4" ,
7575 "superagent" : " 1.8.4"
Original file line number Diff line number Diff line change 11{
22 "name" : " react-server-data-bundle-cache" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 0.6.3 " ,
44 "description" : " React Server Data Bundle Cache" ,
55 "main" : " index.js" ,
66 "repository" : " redfin/react-server" ,
1818 "stratocacher-layer-lru" : " 0.0.12"
1919 },
2020 "peerDependencies" : {
21- "react-server" : " ^0.6.2 "
21+ "react-server" : " ^0.6.3 "
2222 },
2323 "devDependencies" : {
2424 "gulp-nsp" : " ^2.4.2" ,
25- "react-server" : " ^0.6.2 " ,
25+ "react-server" : " ^0.6.3 " ,
2626 "react-server-gulp-module-tagger" : " ^0.6.0" ,
2727 "rimraf" : " ^2.5.4" ,
2828 "gulp-cli" : " ^1.2.2" ,
Original file line number Diff line number Diff line change 2020 "q" : " 1.4.1" ,
2121 "react" : " ~0.14.2 || ^15.1.0" ,
2222 "react-dom" : " ~0.14.2 || ^15.1.0" ,
23- "react-server" : " ^0.6.2 " ,
24- "react-server-cli" : " ^0.6.2 " ,
23+ "react-server" : " ^0.6.3 " ,
24+ "react-server-cli" : " ^0.6.3 " ,
2525 "rimraf" : " ^2.5.4" ,
2626 "zombie" : " ^5.0.5"
2727 },
28- "version" : " 0.6.2 "
28+ "version" : " 0.6.3 "
2929}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-server-redux" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.6.3 " ,
44 "description" : " Redux support for React-Server" ,
55 "main" : " target/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-server-test-pages" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 0.6.3 " ,
44 "private" : true ,
55 "description" : " Some pages to test out features of react-server" ,
66 "main" : " index.js" ,
1818 "q" : " 1.4.1" ,
1919 "react" : " ~0.14.2 || ^15.1.0" ,
2020 "react-dom" : " ~0.14.2 || ^15.1.0" ,
21- "react-server" : " ^0.6.2 " ,
22- "react-server-cli" : " ^0.6.2 " ,
23- "react-server-data-bundle-cache" : " ^0.6.2 " ,
21+ "react-server" : " ^0.6.3 " ,
22+ "react-server-cli" : " ^0.6.3 " ,
23+ "react-server-data-bundle-cache" : " ^0.6.3 " ,
2424 "react-server-middleware-json-response" : " ^0.6.1" ,
25- "react-server-redux" : " ^0.6.1 " ,
25+ "react-server-redux" : " ^0.6.3 " ,
2626 "redux-thunk" : " ^2.1.0" ,
2727 "eslint-plugin-react" : " ^6.4.1"
2828 },
You can’t perform that action at this time.
0 commit comments