Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Aug 4, 2016
1 parent 6a7323f commit 043e431
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 21 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@


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

#### Enhancement
* `generator-react-server`, `react-server-cli`, `react-server`
* [#490](https://github.com/redfin/react-server/pull/490) Cli commands. ([@gigabo](https://github.com/gigabo))
* `react-server`
* [#481](https://github.com/redfin/react-server/pull/481) Add debug params for log level adjustment in browser. ([@gigabo](https://github.com/gigabo))
* `generator-react-server`, `react-server-cli`
* [#484](https://github.com/redfin/react-server/pull/484) Make `react-server-cli` work as a global install. ([@gigabo](https://github.com/gigabo))

#### Bug fix
* `react-server`
* [#500](https://github.com/redfin/react-server/pull/500) Address a flash of unstyled content on the website. ([@gigabo](https://github.com/gigabo))
* `react-server-cli`
* [#460](https://github.com/redfin/react-server/pull/460) Just don't mess with `resolve.root` at all. ([@gigabo](https://github.com/gigabo))
* [#458](https://github.com/redfin/react-server/pull/458) Tell webpack to look for _our_ deps first. ([@gigabo](https://github.com/gigabo))
* [#373](https://github.com/redfin/react-server/pull/373) Ensure that if `common` exists in the manifest, we include it.. ([@egid](https://github.com/egid))

#### Commiters: 7
- Bo Borgerson ([gigabo](https://github.com/gigabo))
- David Alber ([davidalber](https://github.com/davidalber))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Eric Gideon ([egid](https://github.com/egid))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Perry Shuman ([Noirbot](https://github.com/Noirbot))
- Tim Duffey ([decoy31](https://github.com/decoy31))

## v0.4.0 (2016-07-16)

#### Enhancement
Expand Down Expand Up @@ -127,3 +156,6 @@
- Bo Borgerson ([gigabo](https://github.com/gigabo))
- 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.0",
"version": "0.4.1",
"changelog": {
"repo": "redfin/react-server",
"labels": {
Expand Down
4 changes: 1 addition & 3 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.3.3",
"version": "0.4.1",
"description": "A react-server yeoman generator",
"homepage": "http://github.com/redfin/react-server",
"author": {
Expand Down Expand Up @@ -37,10 +37,8 @@
},
"repository": "redfin/react-server",
"scripts": {

"//": "Keep these in sync",
"prepublish": "cp ../../.eslintrc generators/app/templates/_eslintrc",

"test": "npm run ava && npm run lint && nsp check",
"ava": "ava test --tap",
"lint": "eslint generators/ test/",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.4.1",
"description": "A command line to run react-server",
"main": "target/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"q": "~1.4.1",
"raw-loader": "^0.5.1",
"react-hot-loader": "~1.3.0",
"react-server-core-middleware": "^0.3.4",
"react-server-core-middleware": "^0.4.1",
"style-loader": "~0.12.3",
"webpack": "^1.13.1",
"webpack-dev-server": "~1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.4",
"version": "0.4.1",
"description": "Core page middleware for React Server",
"main": "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.3.4",
"version": "0.4.1",
"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.3.4"
"react-server": "^0.4.1"
},
"devDependencies": {
"rimraf": "^2.5.2"
Expand Down
7 changes: 4 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,10 @@
"q": "^1.4.1",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.3.4",
"react-server-cli": "^0.4.0",
"react-server": "^0.4.1",
"react-server-cli": "^0.4.1",
"rimraf": "^2.5.2",
"superagent": "1.2.0"
}
},
"version": "0.4.1"
}
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.0.0",
"version": "0.4.1",
"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.3.4",
"react-server-cli": "^0.4.0",
"react-server-data-bundle-cache": "^0.3.4",
"react-server": "^0.4.1",
"react-server-cli": "^0.4.1",
"react-server-data-bundle-cache": "^0.4.1",
"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.0.1",
"version": "0.4.1",
"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.3.4",
"react-server-cli": "^0.4.0",
"react-server-data-bundle-cache": "^0.3.4",
"react-server": "^0.4.1",
"react-server-cli": "^0.4.1",
"react-server-data-bundle-cache": "^0.4.1",
"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.3.4",
"version": "0.4.1",
"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 043e431

Please sign in to comment.