Skip to content

Commit

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

## Unreleased

- Implement `shouldForwardProp` API for native and primitive platforms (see [#3093](https://github.com/styled-components/styled-components/pull/3107))
## [v5.1.1] - 2020-04-07

### New Functionality

- Implement `shouldForwardProp` API for native and primitive platforms, which was previously missing in [v5.1.0] (see [#3093](https://github.com/styled-components/styled-components/pull/3107))
This has been released under a patch bump instead of a minor, since it's only been missing from Native-support.

### Bugfixes

Expand Down Expand Up @@ -1123,6 +1128,7 @@ _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/v5.1.0...master
[v5.1.1]: https://github.com/styled-components/styled-components/compare/v5.1.0...v5.1.1
[v5.1.0]: https://github.com/styled-components/styled-components/compare/v5.0.1...v5.1.0
[v5.0.1]: https://github.com/styled-components/styled-components/compare/v5.0.0...v5.0.1
[v5.0.0]: https://github.com/styled-components/styled-components/compare/v4.4.1...v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/package.json
@@ -1,6 +1,6 @@
{
"name": "styled-components",
"version": "5.1.0",
"version": "5.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 f0a84f4

Please sign in to comment.