@bbc/psammead-assets
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,3 @@ # Psammead Assets Changelog | ||
|---------|-------------| | ||
| 1.0.2 | [PR#713](https://github.com/bbc/psammead/pull/713) Update `styled-components` to 4.3.2 | | ||
| 1.0.1 | [PR#704](https://github.com/bbc/psammead/pull/704) Remove `fill` from SVGs | | ||
@@ -8,0 +9,0 @@ | 1.0.0 | [PR#679](https://github.com/bbc/psammead/pull/679) Bump version number | |
{ | ||
"name": "@bbc/psammead-assets", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A collection of common assets that are likely to be required by many Psammead components or users, such as SVGs or small scripts.", | ||
@@ -29,8 +29,8 @@ "repository": { | ||
"react": "^16.8.6", | ||
"styled-components": "^4.1.3" | ||
"styled-components": "^4.3.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6", | ||
"styled-components": "^4.1.3" | ||
"styled-components": "^4.3.2" | ||
} | ||
} |
107727