Skip to content

Commit

Permalink
Merge pull request #1489 from probablyup/v3.1.6
Browse files Browse the repository at this point in the history
v3.1.6
  • Loading branch information
quantizor committed Feb 3, 2018
2 parents f234060 + a65a404 commit 3a37c1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. If a contri

## Unreleased

## [v3.1.6] - 2018-02-03

- Bugfix for the last style tag sometimes being emitted multiple times during streaming ([see #1479](https://github.com/styled-components/styled-components/pull/1479))

- Bugfix for speedy mode rehydration and added handling for out-of-order style injection ([see #1482](https://github.com/styled-components/styled-components/pull/1482))
Expand Down Expand Up @@ -389,7 +391,8 @@ All notable changes to this project will be documented in this file. If a contri

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

[Unreleased]: https://github.com/styled-components/styled-components/compare/v3.1.5...master
[Unreleased]: https://github.com/styled-components/styled-components/compare/v3.1.6...master
[v3.1.6]: https://github.com/styled-components/styled-components/compare/v3.1.5...v3.1.6
[v3.1.5]: https://github.com/styled-components/styled-components/compare/v3.1.4...v3.1.5
[v3.1.4]: https://github.com/styled-components/styled-components/compare/v3.1.3...v3.1.4
[v3.1.3]: https://github.com/styled-components/styled-components/compare/v3.1.1...v3.1.3
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": "styled-components",
"version": "3.1.5",
"version": "3.1.6",
"description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅",
"typings": "typings/styled-components.d.ts",
"main": "dist/styled-components.cjs.js",
Expand Down

0 comments on commit 3a37c1c

Please sign in to comment.