Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Dec 20, 2017
1 parent 5d1fb9a commit d8198ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [v2.0.0](https://github.com/buildo/react-placeholder/tree/v2.0.0) (2017-12-20)
[Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.10...v2.0.0)

#### Breaking:

- Array.apply not support ie8 in TextBlock even if I add the polyfill (again) [#65](https://github.com/buildo/react-placeholder/issues/65)

## [v1.0.10](https://github.com/buildo/react-placeholder/tree/v1.0.10) (2017-12-15)
[Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.9...v1.0.10)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-placeholder",
"version": "1.0.10",
"version": "2.0.0",
"description": "A React component to easily replicate your page with nice placeholders while the content is loading",
"main": "lib",
"scripts": {
Expand Down

0 comments on commit d8198ca

Please sign in to comment.