Skip to content

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Aug 27, 2016
1 parent 4cfb58d commit 83a1fe5
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 34 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## v0.4.7 (2016-08-27)

#### Enhancement
* `react-server-cli`
* [#598](https://github.com/redfin/react-server/pull/598) Webpack config. ([@hbussell](https://github.com/hbussell))
* [#631](https://github.com/redfin/react-server/pull/631) Export default options so other dependent packages can test against changing properties. ([@jbenesch](https://github.com/jbenesch))
* [#592](https://github.com/redfin/react-server/pull/592) Add version flag to react-server-cli. ([@doug-wade](https://github.com/doug-wade))
* [#630](https://github.com/redfin/react-server/pull/630) Make superagent a regular dependency and upgrade to 2.2.0. ([@doug-wade](https://github.com/doug-wade))
* `react-server`
* [#610](https://github.com/redfin/react-server/pull/610) Implement toJson on ReactServerAgent request for logging/debugging. ([@doug-wade](https://github.com/doug-wade))
* [#606](https://github.com/redfin/react-server/pull/606) Update react-server to write server side timings/logs to the response document. ([@vinsewah](https://github.com/vinsewah))
* [#617](https://github.com/redfin/react-server/pull/617) Updating the dependency on request-local-storage from 1.0.0 to 1.1.0. ([@vinsewah](https://github.com/vinsewah))
* [#616](https://github.com/redfin/react-server/pull/616) Emit showMaster event when the back navigation is triggered in Frameback. ([@vinsewah](https://github.com/vinsewah))
* `babel-plugin-react-server`, `react-server-gulp-module-tagger`, `react-server-module-tagger`
* [#611](https://github.com/redfin/react-server/pull/611) Prepend configurable prefix to module tag. ([@doug-wade](https://github.com/doug-wade))

#### Bug fix
* `generator-react-server`
* [#625](https://github.com/redfin/react-server/pull/625) Ensure generated .reactserverrc option keys match cli option keys. ([@jbenesch](https://github.com/jbenesch))
* [#601](https://github.com/redfin/react-server/pull/601) Fix 599: use path.join instead of string concatenation. ([@doug-wade](https://github.com/doug-wade))
* `react-server-data-bundle-cache`
* [#603](https://github.com/redfin/react-server/pull/603) Fix react-server-data-bundle-cache logging. ([@doug-wade](https://github.com/doug-wade))
* `react-server`
* [#602](https://github.com/redfin/react-server/pull/602) Fix module tagging for react server core. ([@doug-wade](https://github.com/doug-wade))

#### Commiters: 8
- Carey Spies ([careylin](https://github.com/careylin))
- David Alber ([davidalber](https://github.com/davidalber))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Harley Bussell ([hbussell](https://github.com/hbussell))
- Henry Zhu ([hzhu](https://github.com/hzhu))
- Jason Benesch ([jbenesch](https://github.com/jbenesch))
- Vince Chang ([vinsewah](https://github.com/vinsewah))

## v0.4.6 (2016-08-23)

#### Enhancement
Expand Down Expand Up @@ -255,4 +290,3 @@
- Bo Borgerson ([gigabo](https://github.com/gigabo))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Rob Landers ([withinboredom](https://github.com/withinboredom))

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.26",
"version": "0.4.6",
"version": "0.4.7",
"changelog": {
"repo": "redfin/react-server",
"labels": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "babel-plugin-react-server",
"version": "0.4.4",
"version": "0.4.7",
"description": "Babel plugin for React Server transpilation",
"repository": "redfin/babel-plugin-react-server",
"author": "Doug Wade <[email protected]>",
"main": "lib/index.js",
"dependencies": {
"react-server-module-tagger": "^0.4.4"
"react-server-module-tagger": "^0.4.7"
},
"devDependencies": {
"babel-cli": "^6.10.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.4.7",
"description": "A recommended Babel config for working with react-server",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"license": "Apache License 2.0",
"dependencies": {
"babel-plugin-transform-runtime": "^6.9.0",
"babel-plugin-react-server": "^0.4.4",
"babel-plugin-react-server": "^0.4.7",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0"
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.6",
"version": "0.4.7",
"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.6",
"react-server-cli": "^0.4.7",
"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.6",
"version": "0.4.7",
"description": "A command line to run react-server",
"main": "target/index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"q": "~1.4.1",
"raw-loader": "^0.5.1",
"react-hot-loader": "~1.3.0",
"react-server-core-middleware": "^0.4.4",
"react-server-core-middleware": "^0.4.7",
"sass-loader": "^4.0.0",
"style-loader": "~0.12.3",
"webpack": "^1.13.1",
Expand All @@ -47,12 +47,12 @@
"yargs": "~3.15.0"
},
"devDependencies": {
"babel-preset-react-server": "^0.4.4",
"babel-preset-react-server": "^0.4.7",
"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.5",
"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.4",
"version": "0.4.7",
"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.4",
"babel-preset-react-server": "^0.4.7",
"rimraf": "^2.5.4"
}
}
6 changes: 3 additions & 3 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.6",
"version": "0.4.7",
"description": "React Server Data Bundle Cache",
"main": "index.js",
"repository": "redfin/react-server",
Expand All @@ -17,10 +17,10 @@
"stratocacher-layer-lru": "0.0.12"
},
"peerDependencies": {
"react-server": "^0.4.6"
"react-server": "^0.4.7"
},
"devDependencies": {
"react-server-gulp-module-tagger": "^0.4.5",
"react-server-gulp-module-tagger": "^0.4.7",
"rimraf": "^2.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/react-server-gulp-module-tagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-gulp-module-tagger",
"version": "0.4.5",
"version": "0.4.7",
"description": "A gulp plugin to replace tags with module information",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"gulp-foreach": "0.1.0",
"gulp-plumber": "^1.1.0",
"gulp-replace": "0.5.2",
"react-server-module-tagger": "^0.4.4"
"react-server-module-tagger": "^0.4.7"
},
"devDependencies": {
"ava": "^0.15.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,9 +11,9 @@
"q": "^1.4.1",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.6",
"react-server-cli": "^0.4.6",
"react-server": "^0.4.7",
"react-server-cli": "^0.4.7",
"rimraf": "^2.5.2"
},
"version": "0.4.6"
"version": "0.4.7"
}
2 changes: 1 addition & 1 deletion packages/react-server-module-tagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-module-tagger",
"version": "0.4.4",
"version": "0.4.7",
"description": "calculates module level config",
"main": "index.js",
"scripts": {
Expand Down
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.6",
"version": "0.4.7",
"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.6",
"react-server-cli": "^0.4.6",
"react-server-data-bundle-cache": "^0.4.6"
"react-server": "^0.4.7",
"react-server-cli": "^0.4.7",
"react-server-data-bundle-cache": "^0.4.7"
},
"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.6",
"version": "0.4.7",
"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.6",
"react-server-cli": "^0.4.6",
"react-server-data-bundle-cache": "^0.4.6",
"react-server": "^0.4.7",
"react-server-cli": "^0.4.7",
"react-server-data-bundle-cache": "^0.4.7",
"remarkable": "^1.6.2"
},
"devDependencies": {
"babel-preset-react-server": "^0.4.4",
"babel-preset-react-server": "^0.4.7",
"docco": "^0.7.0",
"nsp": "^2.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "0.4.7",
"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 Expand Up @@ -44,7 +44,7 @@
"superagent": "1.8.4"
},
"devDependencies": {
"react-server-gulp-module-tagger": "^0.4.5",
"react-server-gulp-module-tagger": "^0.4.7",
"rimraf": "2.5.2"
}
}

0 comments on commit 83a1fe5

Please sign in to comment.