From 14e215811b6f14972d57301717670ef330cadcbe Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Tue, 4 May 2021 22:17:06 -0400 Subject: [PATCH] v5.3.0 --- CHANGELOG.md | 4 +++- packages/styled-components/package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a15821..902d9226 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. If a contri _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/)._ ## Unreleased +## [v5.3.0] - 2021-05-04 - Pass `elementToBeCreated` as a third parameter to `shouldForwardProp` so that the user-specified function can decide whether to pass through props based on whether the created element will be a tag or another component. (see [#3436](https://github.com/styled-components/styled-components/pull/3436)) @@ -1169,7 +1170,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/v5.2.3...master +[unreleased]: https://github.com/styled-components/styled-components/compare/v5.3.0...master +[v5.3.0]: https://github.com/styled-components/styled-components/compare/v5.2.3...v5.3.0 [v5.2.3]: https://github.com/styled-components/styled-components/compare/v5.2.2...v5.2.3 [v5.2.2]: https://github.com/styled-components/styled-components/compare/v5.2.1...v5.2.2 [v5.2.1]: https://github.com/styled-components/styled-components/compare/v5.2.0...v5.2.1 diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index f7f7b7a8..a7295ee1 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "styled-components", - "version": "5.2.3", + "version": "5.3.0", "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",