From 064dccd6d8b216bd3d08c64937cb9cc200258fc3 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 29 Jun 2017 18:57:16 +0100 Subject: [PATCH 1/3] Add changelog for 1.0.10 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b661de672..be8c17c3824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +## 1.0.10 (June 29, 2017) + +#### :bug: Bug Fix + +* `react-dev-utils` + + * [#2692](https://github.com/facebookincubator/create-react-app/pull/2692) Fix IE11 crash in development. ([@pdhoopr](https://github.com/pdhoopr)) + +* `create-react-app` + * [#2683](https://github.com/facebookincubator/create-react-app/pull/2683) Fix a typo. ([@BenBrostoff](https://github.com/BenBrostoff)) + +#### :memo: Documentation + +* README + * [#2402](https://github.com/facebookincubator/create-react-app/pull/2402) Added `gluestick` to the alternatives section. ([@JoeCortopassi](https://github.com/JoeCortopassi)) + +#### Committers: 5 +- Ben Brostoff ([BenBrostoff](https://github.com/BenBrostoff)) +- Forbes Lindesay ([ForbesLindesay](https://github.com/ForbesLindesay)) +- Joe Haddad ([Timer](https://github.com/Timer)) +- Patrick Hooper ([pdhoopr](https://github.com/pdhoopr)) +- [JoeCortopassi](https://github.com/JoeCortopassi) +create-react-app) + +### Migrating from 1.0.9 to 1.0.10 + +Inside any created project that has not been ejected, run: + +``` +npm install --save-dev --save-exact react-scripts@1.0.10 +``` + +or + +``` +yarn add --dev --exact react-scripts@1.0.10 +``` + ## 1.0.9 (June 29, 2017) #### :bug: Bug Fix From 3366311c82803ecfb87934f2cf9e702a3f77e7f1 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 29 Jun 2017 18:59:01 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8c17c3824..0a8426c69bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,13 +27,13 @@ create-react-app) Inside any created project that has not been ejected, run: ``` -npm install --save-dev --save-exact react-scripts@1.0.10 +npm install --save --save-exact react-scripts@1.0.10 ``` or ``` -yarn add --dev --exact react-scripts@1.0.10 +yarn add --exact react-scripts@1.0.10 ``` ## 1.0.9 (June 29, 2017) From 04c466d359922db89b799dc0b7287a7002bf69de Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 29 Jun 2017 19:01:13 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8426c69bf..5b567862d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ #### :memo: Documentation * README + * [#2402](https://github.com/facebookincubator/create-react-app/pull/2402) Added `gluestick` to the alternatives section. ([@JoeCortopassi](https://github.com/JoeCortopassi)) #### Committers: 5 @@ -20,7 +21,6 @@ - Joe Haddad ([Timer](https://github.com/Timer)) - Patrick Hooper ([pdhoopr](https://github.com/pdhoopr)) - [JoeCortopassi](https://github.com/JoeCortopassi) -create-react-app) ### Migrating from 1.0.9 to 1.0.10