Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Nov 12, 2018
1 parent 7b39718 commit c834d52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this

## Unreleased

## [v4.1.1] - 2018-11-12

- Put back the try/catch guard around a part of the flattener that sometimes receives undetectable SFCs (fixes an errand hard error in an edge case)

## [v4.1.0] - 2018-11-12
Expand Down Expand Up @@ -905,7 +907,8 @@ _v3.3.1 was skipped due to a bad deploy._

- Fixed compatibility with other react-broadcast-based systems (like `react-router` v4)

[unreleased]: https://github.com/styled-components/styled-components/compare/v4.1.0...master
[unreleased]: https://github.com/styled-components/styled-components/compare/v4.1.1...master
[v4.1.1]: https://github.com/styled-components/styled-components/compare/v4.1.0...v4.1.1
[v4.1.0]: https://github.com/styled-components/styled-components/compare/v4.0.3...v4.1.0
[v4.0.3]: https://github.com/styled-components/styled-components/compare/v4.0.2...v4.0.3
[v4.0.2]: https://github.com/styled-components/styled-components/compare/v4.0.1...v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "styled-components",
"version": "4.1.0",
"version": "4.1.1",
"description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress",
"main": "dist/styled-components.cjs.js",
"jsnext:main": "dist/styled-components.esm.js",
Expand Down

0 comments on commit c834d52

Please sign in to comment.