Skip to content

Commit

Permalink
v0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabo committed Nov 9, 2016
1 parent 7cab10c commit 0885059
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.4.11 (2016-11-09)

#### Bug fix
* `react-server`
* [#743](https://github.com/redfin/react-server/pull/743) Re-add the `.default` to require of TheFold in common.js. ([@gigabo](https://github.com/gigabo))

#### Commiters: 1
- Bo Borgerson ([gigabo](https://github.com/gigabo))

## v0.4.10 (2016-11-08)

#### Enhancement
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.10",
"version": "0.4.11",
"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.10",
"react-server": "^0.4.11",
"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.10"
"version": "0.4.11"
}
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.10",
"version": "0.4.11",
"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.10",
"react-server": "^0.4.11",
"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.10",
"version": "0.4.11",
"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.10",
"react-server": "^0.4.11",
"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.10",
"version": "0.4.11",
"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 0885059

Please sign in to comment.