styled-components 3.1.6-2 → 3.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. If a contri
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## [v3.1.6] - 2018-02-03
10
+
9
11
  - Bugfix for the last style tag sometimes being emitted multiple times during streaming ([see #1479](https://github.com/styled-components/styled-components/pull/1479))
10
12
 
11
13
  - 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))
@@ -389,7 +391,8 @@ All notable changes to this project will be documented in this file. If a contri
389
391
 
390
392
  - Fixed compatibility with other react-broadcast-based systems (like `react-router` v4)
391
393
 
392
- [Unreleased]: https://github.com/styled-components/styled-components/compare/v3.1.5...master
394
+ [Unreleased]: https://github.com/styled-components/styled-components/compare/v3.1.6...master
395
+ [v3.1.6]: https://github.com/styled-components/styled-components/compare/v3.1.5...v3.1.6
393
396
  [v3.1.5]: https://github.com/styled-components/styled-components/compare/v3.1.4...v3.1.5
394
397
  [v3.1.4]: https://github.com/styled-components/styled-components/compare/v3.1.3...v3.1.4
395
398
  [v3.1.3]: https://github.com/styled-components/styled-components/compare/v3.1.1...v3.1.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "styled-components",
3
- "version": "3.1.6-2",
3
+ "version": "3.1.6",
4
4
  "description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅",
5
5
  "typings": "typings/styled-components.d.ts",
6
6
  "main": "dist/styled-components.cjs.js",