Skip to content

Commit

Permalink
v1.7.0 - Icon updates (#29)
Browse files Browse the repository at this point in the history
* v1.6.0 - addition of cash and clock icon, update fill of sort amount and offer and update map pin icon

* v1.7.0 - version bump post rebase

* v1.7.0 - remove width and height attr of map pin icon

* v1.7.0 - remove fill attrs from offer and sortAmount. add viewbox attr to cash and clock. update changelog

* v1.7.0 - remove of fill from mappin

* v1.7.0 - remove of cash and clock icon fill

* v1.7.0 - remove width and height attr of sort amount icon
  • Loading branch information
sonnyprince authored Aug 30, 2018
1 parent 3ddffa2 commit 08b4fb3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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).

v1.7.0
------------------------------
*August 30, 2018*

### Added
- Cash Icon
- Clock Icon

### Changed
- Remove path fill from sort amount icon
- Updated Map Pin icon


v1.6.0
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-icons",
"description": "Common icons for use in Fozzie projects.",
"version": "1.6.0",
"version": "1.7.0",
"files": [
"src"
],
Expand Down
1 change: 1 addition & 0 deletions src/img/icons/general/cash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/img/icons/general/clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/img/icons/tools/mapPin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/img/icons/tools/sortAmount.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08b4fb3

Please sign in to comment.