Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabo committed Aug 12, 2016
1 parent 8f0b046 commit f6b7299
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v0.4.3 (2016-08-12)

#### Enhancement
* `react-server-cli`
* [#543](https://github.com/redfin/react-server/pull/543) Add sass support. ([@gigabo](https://github.com/gigabo))

#### Bug fix
* `react-server-cli`
* [#528](https://github.com/redfin/react-server/pull/528) Don't require node 6 to run react-server-cli. ([@lidawang](https://github.com/lidawang))
* [#523](https://github.com/redfin/react-server/pull/523) Declare chalk dependency. ([@doug-wade](https://github.com/doug-wade))
* [#533](https://github.com/redfin/react-server/pull/533) Don't require CLI users to install webpack locally. ([@gigabo](https://github.com/gigabo))

#### Commiters: 7
- Bo Borgerson ([gigabo](https://github.com/gigabo))
- Dharam Gollapudi ([dharamgollapudi](https://github.com/dharamgollapudi))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Eric Gideon ([egid](https://github.com/egid))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Lida Wang ([lidawang](https://github.com/lidawang))
- nattofriends ([nattofriends](https://github.com/nattofriends))

## v0.4.2 (2016-08-10)

#### 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.25",
"version": "0.4.2",
"version": "0.4.3",
"changelog": {
"repo": "redfin/react-server",
"labels": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.2",
"react-server-cli": "^0.4.0",
"react-server-cli": "^0.4.3",
"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.2",
"version": "0.4.3",
"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.2",
"version": "0.4.3",
"description": "A command line to run react-server",
"main": "target/index.js",
"scripts": {
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 @@ -12,9 +12,9 @@
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.2",
"react-server-cli": "^0.4.2",
"react-server-cli": "^0.4.3",
"rimraf": "^2.5.2",
"superagent": "1.2.0"
},
"version": "0.4.2"
"version": "0.4.3"
}
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.2",
"version": "0.4.3",
"private": true,
"description": "Some pages to test out features of react-server",
"main": "index.js",
Expand All @@ -19,7 +19,7 @@
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-server": "^0.4.2",
"react-server-cli": "^0.4.2",
"react-server-cli": "^0.4.3",
"react-server-data-bundle-cache": "^0.4.2",
"superagent": "1.2.0"
},
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.2",
"version": "0.4.3",
"description": "A react-server instance",
"main": "HelloWorld.js",
"private": true,
Expand All @@ -19,7 +19,7 @@
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "^0.4.2",
"react-server-cli": "^0.4.2",
"react-server-cli": "^0.4.3",
"react-server-data-bundle-cache": "^0.4.2",
"remarkable": "^1.6.2",
"superagent": "1.2.0"
Expand Down

0 comments on commit f6b7299

Please sign in to comment.