* Update changelog

* Upgrade babel plugin dep

* v4.1.3

* fix version # in changelog
This commit is contained in:
Max Stoiber
2019-01-15 07:30:59 +01:00
committed by Evan Jacobs
parent cd134dc591
commit 8cf278bf4e
3 changed files with 13 additions and 5 deletions

View File

@@ -8,6 +8,10 @@ _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
- Make the `GlobalStyleComponent` created by `createGlobalStyle` call the base constructor with `props` (see [#2321](https://github.com/styled-components/styled-components/pull/2321)).
## [v4.1.3] - 2018-12-17
- Under the hood code cleanup of the Babel macro, by [@lucleray](https://github.com/lucleray) (see [#2286](https://github.com/styled-components/styled-components/pull/2286))
## [v4.1.2] - 2018-11-28
- Fix function-form attrs to receive the full execution context (including theme) (see [#2210](https://github.com/styled-components/styled-components/pull/2210))
@@ -923,7 +927,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.2...master
[unreleased]: https://github.com/styled-components/styled-components/compare/v4.1.3...master
[v4.1.3]: https://github.com/styled-components/styled-components/compare/v4.1.2...v4.1.3
[v4.1.2]: https://github.com/styled-components/styled-components/compare/v4.1.1...v4.1.2
[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

View File

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

View File

@@ -1213,10 +1213,13 @@ babel-plugin-preval@^3.0.1:
require-from-string "^2.0.2"
"babel-plugin-styled-components@>= 1":
version "1.8.0"
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.8.0.tgz#9dd054c8e86825203449a852a5746f29f2dab857"
version "1.10.0"
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.0.tgz#ff1f42ad2cc78c21f26b62266b8f564dbc862939"
integrity sha512-sQVKG8irFXx14ZfaK1bBePirfkacl3j8nZwSZK+ZjsbnadRHKQTbhXbe/RB1vT6Vgkz45E+V95LBq4KqdhZUNw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.0.0"
"@babel/helper-module-imports" "^7.0.0"
babel-plugin-syntax-jsx "^6.18.0"
lodash "^4.17.10"
babel-plugin-syntax-async-functions@^6.8.0:
@@ -1235,7 +1238,7 @@ babel-plugin-syntax-flow@^6.18.0, babel-plugin-syntax-flow@^6.8.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d"
babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0:
babel-plugin-syntax-jsx@^6.18.0, babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"