From 5448282e46b1a373a3b87f6ad10ea1541cdefec5 Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Wed, 19 Aug 2020 09:43:26 -0400 Subject: [PATCH] v7.0.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4200da0..663a2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [7.0.3](https://github.com/styled-components/jest-styled-components/compare/v7.0.2...v7.0.3) - 2020-08-19 + +- Strip static class names from jest snapshot results (#320) thanks @blnoonan +- Fix get styled className from children components (#313) thanks @vxcamiloxv + ## [7.0.2](https://github.com/styled-components/jest-styled-components/compare/v7.0.1...v7.0.2) - 2020-04-09 Fix toHaveStyleRule support classes with displayName prefix (#302) thanks @vxcamiloxv diff --git a/package.json b/package.json index d7f90a9..cf87937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-styled-components", - "version": "7.0.2", + "version": "7.0.3", "description": "Jest utilities for Styled Components", "main": "./src/index.js", "typings": "./typings/index.d.ts",