From a09471dc1d0bb4aa28e7665d8c77e90403aa9ba0 Mon Sep 17 00:00:00 2001 From: Kevin Qi Date: Sat, 26 Oct 2019 15:15:35 -0700 Subject: [PATCH] update changelog for 2.0.3 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10c720..70850c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +## 2.0.3 + +- Remove other synthetic react imports (i.e. "import React from 'React'") [#124] +- Upgrade React to 16.9.0 in /demo [#113] + ## 2.0.2 -- Import react with "\* as React" to prevent the need to use allowSyntheticDefaultExports/esModuleInterop in consumers (issue #110) #112 +- Import react with "\* as React" to prevent the need to use allowSyntheticDefaultExports/esModuleInterop in consumers (issue #110) [#112] ## 2.0.1