This commit is contained in:
Evan Jacobs
2018-10-17 18:31:41 -05:00
parent 3c6e20c873
commit 8960b59997
2 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
## Unreleased
## [v4.0.1] - 2018-10-17
- Add suppressMultiMountWarning prop to disable warning on multiple cgs mount, by [@imbhargav5](https://github.com/imbhargav5) (see [#2107](https://github.com/styled-components/styled-components/pull/2107))
- Fix self-reference replacement edge cases, by [@probablyup](https://github.com/probablyup) (see [#2109](https://github.com/styled-components/styled-components/pull/2109))
@@ -834,7 +836,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.0.0...master
[unreleased]: https://github.com/styled-components/styled-components/compare/v4.0.1...master
[v4.0.1]: https://github.com/styled-components/styled-components/compare/v4.0.0...v4.0.1
[v4.0.0]: https://github.com/styled-components/styled-components/compare/v4.0.0-beta.11...v4.0.0
[v4.0.0-beta.11]: https://github.com/styled-components/styled-components/compare/v4.0.0-beta.10...v4.0.0-beta.11
[v4.0.0-beta.10]: https://github.com/styled-components/styled-components/compare/v4.0.0-beta.9...v4.0.0-beta.10

View File

@@ -1,6 +1,6 @@
{
"name": "styled-components",
"version": "4.0.0",
"version": "4.0.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",