Skip to content

Commit 11cc5ae

Browse files
authored
Merge pull request facebook#1367 from facebookincubator/0.8.x
0.8.5
2 parents 1b645e2 + a5b8389 commit 11cc5ae

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.8.5 (January 9, 2017)
2+
3+
#### :bug: Bug Fix
4+
* `create-react-app`, `react-scripts`
5+
* [#1365](https://github.com/facebookincubator/create-react-app/pull/1365) Use yarnpkg alias to run Yarn. ([@fson](https://github.com/fson))
6+
7+
Fixes an issue where running `create-react-app` failed on systems with Apache Hadoop installed because it falsely detected Hadoop YARN executable as Yarn package manager.
8+
9+
#### Committers: 1
10+
- Ville Immonen ([fson](https://github.com/fson))
11+
12+
### Migrating from 0.8.4 to 0.8.5
13+
14+
Inside any created project that has not been ejected, run:
15+
16+
```
17+
npm install --save-dev --save-exact react-scripts@0.8.5
18+
```
19+
20+
You may also optionally update the global command-line utility:
21+
22+
```
23+
npm install -g create-react-app@1.0.3
24+
```
25+
126
## 0.8.4 (December 11, 2016)
227

328
#### :bug: Bug Fix

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"keywords": [
55
"react"
66
],

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)