Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabo committed Aug 23, 2016
1 parent 56541ce commit 6f8b57d
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 19 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.4.6 (2016-08-23)

#### Enhancement
* `react-server-cli`
* [#592](https://github.com/redfin/react-server/pull/592) Add version flag to react-server-cli. ([@doug-wade](https://github.com/doug-wade))

#### Bug fix
* `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))
* `generator-react-server`
* [#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))

#### Commiters: 2
- Carey Spies ([careylin](https://github.com/careylin))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))

## v0.4.5 (2016-08-18)

#### Enhancement
Expand Down
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.5",
"version": "0.4.6",
"changelog": {
"repo": "redfin/react-server",
"labels": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"babel-runtime": "^6.6.1",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.5",
"react-server-cli": "^0.4.5",
"react-server": "^0.4.6",
"react-server-cli": "^0.4.6",
"superagent": "1.2.0"
},
"devDependencies": {
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.4",
"version": "0.4.6",
"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.5",
"version": "0.4.6",
"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.5",
"version": "0.4.6",
"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.5"
"react-server": "^0.4.6"
},
"devDependencies": {
"react-server-gulp-module-tagger": "^0.4.5",
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.5",
"react-server-cli": "^0.4.5",
"react-server": "^0.4.6",
"react-server-cli": "^0.4.6",
"rimraf": "^2.5.2",
"superagent": "1.2.0"
},
"version": "0.4.5"
"version": "0.4.6"
}
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.5",
"version": "0.4.6",
"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.5",
"react-server-cli": "^0.4.5",
"react-server-data-bundle-cache": "^0.4.5",
"react-server": "^0.4.6",
"react-server-cli": "^0.4.6",
"react-server-data-bundle-cache": "^0.4.6",
"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.5",
"version": "0.4.6",
"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.5",
"react-server-cli": "^0.4.5",
"react-server-data-bundle-cache": "^0.4.5",
"react-server": "^0.4.6",
"react-server-cli": "^0.4.6",
"react-server-data-bundle-cache": "^0.4.6",
"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.5",
"version": "0.4.6",
"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 6f8b57d

Please sign in to comment.