Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabo committed Jul 5, 2016
1 parent de46ddb commit 7aecce3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.3.4 (2016-07-05)

#### Bug fix
* `react-server`
* [#332](https://github.com/redfin/react-server/pull/332) Keep `document.location` up-to-date in frameback frame. ([@gigabo](https://github.com/gigabo))
* [#330](https://github.com/redfin/react-server/pull/330) Wait for CSS to load on client transition. ([@gigabo](https://github.com/gigabo))

#### Commiters: 3
- Bo Borgerson ([gigabo](https://github.com/gigabo))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## v0.3.3 (2016-06-30)

#### 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.23",
"version": "0.3.3",
"version": "0.3.4",
"changelog": {
"repo": "redfin/react-server",
"labels": {
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.3.3",
"version": "0.3.4",
"description": "A command line to run react-server",
"main": "target/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"yargs": "~3.15.0"
},
"peerDependencies": {
"react-server": "^0.3.3"
"react-server": "^0.3.4"
},
"devDependencies": {
"nsp": "^2.4.0",
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.3",
"version": "0.3.4",
"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.3"
"react-server": "^0.3.4"
},
"devDependencies": {
"rimraf": "^2.5.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.3.3",
"version": "0.3.4",
"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 7aecce3

Please sign in to comment.