diff --git a/CHANGELOG.md b/CHANGELOG.md index b0371681..5b3ab1b6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ce725073..e0fd52ad 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index f238fd8d..9b8352b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"