We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9b574 commit 812658aCopy full SHA for 812658a
CHANGELOG.md
@@ -1,3 +1,24 @@
1
+## 1.0.4 (May 22, 2017)
2
+
3
+#### :bug: Bug Fix
4
5
+* `react-error-overlay`
6
+ * Fix a regression in published package.
7
8
+### Migrating from 1.0.3 to 1.0.4
9
10
+Inside any created project that has not been ejected, run:
11
12
+```
13
+npm install --save-dev --save-exact react-scripts@1.0.4
14
15
16
+or
17
18
19
+yarn add --dev --exact react-scripts@1.0.4
20
21
22
## 1.0.3 (May 21, 2017)
23
24
#### :bug: Bug Fix
tasks/release.sh
@@ -40,5 +40,9 @@ if [ -n "$(git status --porcelain)" ]; then
40
fi
41
42
cd "$root_path"
43
+# Compile
44
+cd packages/react-error-overlay/
45
+npm run build:prod
46
+cd ../..
47
# Go!
48
./node_modules/.bin/lerna publish --independent "$@"
0 commit comments