Skip to content

Commit 6a95aae

Browse files
committed
Prepare 2.1.3 release
1 parent dae67ff commit 6a95aae

File tree

3 files changed

+285
-186
lines changed

3 files changed

+285
-186
lines changed

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## 2.1.3 (January 4, 2019)
2+
3+
#### :memo: Documentation
4+
5+
- Other
6+
- [#6067](https://github.com/facebook/create-react-app/pull/6067) Correct an error for documentation. ([@hardo](https://github.com/hardo))
7+
- [#6110](https://github.com/facebook/create-react-app/pull/6110) Replace deprecated VSCode launch.json variable. ([@raiskila](https://github.com/raiskila))
8+
- [#5631](https://github.com/facebook/create-react-app/pull/5631) Generalize the adding bootstrap documentation. ([@jquense](https://github.com/jquense))
9+
- [#6084](https://github.com/facebook/create-react-app/pull/6084) Remove outdated docs for setting up eslint in editor. ([@LukasWerfel](https://github.com/LukasWerfel))
10+
- [#6061](https://github.com/facebook/create-react-app/pull/6061) Fix control comment of CSS Grid prefixing. ([@denexapp](https://github.com/denexapp))
11+
- `react-scripts`
12+
- [#6036](https://github.com/facebook/create-react-app/pull/6036) Fix comment typo. ([@shawtung](https://github.com/shawtung))
13+
14+
#### :house: Internal
15+
16+
- `create-react-app`, `react-error-overlay`
17+
- [#6104](https://github.com/facebook/create-react-app/pull/6104) Typo fixes. ([@prashant-andani](https://github.com/prashant-andani))
18+
19+
#### :hammer: Underlying Tools
20+
21+
- `react-scripts`
22+
- [#6064](https://github.com/facebook/create-react-app/pull/6064) Update webpack-dev-server 3.1.9 -> 3.1.14. ([@Friss](https://github.com/Friss))
23+
24+
#### Committers: 8
25+
26+
- Denis Mukhametov ([denexapp](https://github.com/denexapp))
27+
- Hardo ([hardo](https://github.com/hardo))
28+
- Janne Raiskila ([raiskila](https://github.com/raiskila))
29+
- Jason Quense ([jquense](https://github.com/jquense))
30+
- Lukas Werfel ([LukasWerfel](https://github.com/LukasWerfel))
31+
- Prashant Andani ([prashant-andani](https://github.com/prashant-andani))
32+
- Zachary Friss ([Friss](https://github.com/Friss))
33+
- [shawtung](https://github.com/shawtung)
34+
35+
### Migrating from 2.1.2 to 2.1.3
36+
37+
Inside any created project that has not been ejected, run:
38+
39+
```bash
40+
npm install --save --save-exact react-scripts@2.1.3
41+
```
42+
43+
or
44+
45+
```
46+
yarn add --exact react-scripts@2.1.3
47+
```
48+
149
## 2.1.2 (December 23, 2018)
250

351
v2.1.2 is a maintenance release including various bug fixes.

lerna.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"tag: bug fix": ":bug: Bug Fix",
1212
"tag: enhancement": ":nail_care: Enhancement",
1313
"tag: documentation": ":memo: Documentation",
14-
"tag: internal": ":house: Internal"
14+
"tag: internal": ":house: Internal",
15+
"tag: underlying tools": ":hammer: Underlying Tools"
1516
},
1617
"cacheDir": ".changelog"
1718
}

0 commit comments

Comments
 (0)