Skip to content

Commit

Permalink
1.0.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 22, 2017
1 parent 6c9b574 commit 812658a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 1.0.4 (May 22, 2017)

#### :bug: Bug Fix

* `react-error-overlay`
* Fix a regression in published package.

### Migrating from 1.0.3 to 1.0.4

Inside any created project that has not been ejected, run:

```
npm install --save-dev --save-exact react-scripts@1.0.4
```

or

```
yarn add --dev --exact react-scripts@1.0.4
```

## 1.0.3 (May 21, 2017)

#### :bug: Bug Fix
Expand Down
4 changes: 4 additions & 0 deletions tasks/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ if [ -n "$(git status --porcelain)" ]; then
fi

cd "$root_path"
# Compile
cd packages/react-error-overlay/
npm run build:prod
cd ../..
# Go!
./node_modules/.bin/lerna publish --independent "$@"

0 comments on commit 812658a

Please sign in to comment.