@bbc/psammead-styles
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -6,2 +6,3 @@ # @bbc/psammead-styles Changelog | ||
|---------|-------------| | ||
| 7.2.1 | [PR#4271](https://github.com/bbc/psammead/pull/4271) change react peer dep to >=16.9.0 | | ||
| 7.2.0 | [PR#4245](https://github.com/bbc/psammead/pull/4245) Add consent focus colour required for the consent banner | | ||
@@ -8,0 +9,0 @@ | 7.1.0 | [PR#4253](https://github.com/bbc/psammead/pull/4231) Corrects fonts constant name from newsbeat to newsround | |
{ | ||
"name": "@bbc/psammead-styles", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "A collection of string constants for use in CSS, containing non-GEL styling details that are bespoke to specific BBC services and products.", | ||
@@ -27,5 +27,5 @@ "repository": { | ||
"peerDependencies": { | ||
"react": "^16.13.1", | ||
"react": ">=16.9.0", | ||
"@emotion/react": "^11.1.4" | ||
} | ||
} |
317051