Skip to content

Commit 6176d93

Browse files
committed
v7.0.1
1 parent c7a4c52 commit 6176d93

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [7.0.1](https://github.com/styled-components/jest-styled-components/compare/v7.0.0...v7.0.1) - 2020-04-07
9+
10+
- Update Matchers interface (#269) thanks @tobilen
11+
12+
- Extend global namespace with jest matcher (#308) thanks @tobilen
13+
14+
- support shallow rendering when nesting styled components (#306) (#309) thanks @functionalDev
15+
16+
- Remove object spread to continue Node LTS 10/12 support (#304) thanks @vxcamiloxv
17+
818
## [7.0.0](https://github.com/styled-components/jest-styled-components/compare/v6.3.1...v7.0.0) - 2020-01-13
919

1020
- styled-components v5 support, drops support for s-c versions below v5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-styled-components",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Jest utilities for Styled Components",
55
"main": "./src/index.js",
66
"typings": "./typings/index.d.ts",

0 commit comments

Comments
 (0)