Skip to content

Commit 812658a

Browse files
committed
1.0.4 changelog
1 parent 6c9b574 commit 812658a

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -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 [email protected]
14+
```
15+
16+
or
17+
18+
```
19+
yarn add --dev --exact [email protected]
20+
```
21+
122
## 1.0.3 (May 21, 2017)
223

324
#### :bug: Bug Fix

tasks/release.sh

+4
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,9 @@ if [ -n "$(git status --porcelain)" ]; then
4040
fi
4141

4242
cd "$root_path"
43+
# Compile
44+
cd packages/react-error-overlay/
45+
npm run build:prod
46+
cd ../..
4347
# Go!
4448
./node_modules/.bin/lerna publish --independent "$@"

0 commit comments

Comments
 (0)