Skip to content

Commit

Permalink
v1.9.0 - added giftcards link (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkyster authored and ashleynolan committed May 20, 2019
1 parent 9ae17f9 commit 3c059f0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.9.0
------------------------------
*May 16, 2019*

### Added
- Added link to giftcards redemption ahead of UK gift cards release

v1.8.0
------------------------------
*May 14, 2019*
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-header",
"description": "Fozzie Header – Header Component for Just Eat projects",
"version": "1.8.0",
"version": "1.9.0",
"main": "dist/js/index.js",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions src/templates/resources/header-docs-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
"gtmSuffix": "address book",
"dataTestId": "addressBook",
"label": "deliveryAddresses"
},
{
"url": "#",
"gtmSuffix": "redeem giftcard",
"dataTestId": "redeemGiftCard",
"label": "redeemGiftcard"
}
]
}
1 change: 1 addition & 0 deletions src/templates/resources/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"paymentMethods": "Your saved cards",
"deliveryAddresses": "Your address book",
"redeemVoucher": "Redeem a voucher",
"redeemGiftcard": "Redeem a gift card",
"contactPreferences": "Contact preferences"
},
"en-IE": {
Expand Down

0 comments on commit 3c059f0

Please sign in to comment.