File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 7.0.2] ( https://github.com/styled-components/jest-styled-components/compare/v7.0.1...v7.0.2 ) - 2020-04-09
9
+
10
+ Fix toHaveStyleRule support classes with displayName prefix (#302 ) thanks @vxcamiloxv
11
+
8
12
## [ 7.0.1] ( https://github.com/styled-components/jest-styled-components/compare/v7.0.0...v7.0.1 ) - 2020-04-07
9
13
10
14
- Update Matchers interface (#269 ) thanks @tobilen
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jest-styled-components" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.0.2 " ,
4
4
"description" : " Jest utilities for Styled Components" ,
5
5
"main" : " ./src/index.js" ,
6
6
"typings" : " ./typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments