Skip to content

Commit

Permalink
v0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sresant committed Nov 10, 2016
1 parent fae947c commit 1bdc485
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.4.12 (2016-11-10)

#### Bug fix
* `react-server`
* [#716](https://github.com/redfin/react-server/pull/716) Fix timeout error
* handling. ([@sresant](https://github.com/sresant))

#### Commiters: 1
- Sresan Thevarajah ([sresant](https://github.com/sresant))

## v0.4.11 (2016-11-09)

#### Bug fix
Expand Down
2 changes: 1 addition & 1 deletion asini.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"asini": "1.1.0",
"version": "0.4.11",
"version": "0.4.12",
"hoist": true,
"changelog": {
"repo": "redfin/react-server",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-server-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"q": "1.4.1",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.11",
"react-server": "^0.4.12",
"react-server-cli": "^0.4.10",
"rimraf": "^2.5.4",
"gulp": "^3.9.1",
Expand All @@ -23,5 +23,5 @@
"gulp-jasmine": "^2.4.2",
"zombie": "^4.3.0"
},
"version": "0.4.11"
"version": "0.4.12"
}
4 changes: 2 additions & 2 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.11",
"version": "0.4.12",
"private": true,
"description": "Some pages to test out features of react-server",
"main": "index.js",
Expand All @@ -18,7 +18,7 @@
"q": "1.4.1",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.11",
"react-server": "^0.4.12",
"react-server-cli": "^0.4.10",
"react-server-data-bundle-cache": "^0.4.10",
"eslint-plugin-react": "^6.4.1"
Expand Down
4 changes: 2 additions & 2 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.11",
"version": "0.4.12",
"description": "A react-server instance",
"main": "HelloWorld.js",
"private": true,
Expand All @@ -18,7 +18,7 @@
"highlight.js": "^9.5.0",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.11",
"react-server": "^0.4.12",
"react-server-cli": "^0.4.10",
"react-server-data-bundle-cache": "^0.4.10",
"remarkable": "^1.6.2"
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.11",
"version": "0.4.12",
"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 1bdc485

Please sign in to comment.