Skip to content

Commit

Permalink
WCP-469 - Updated the /member links to /account (f-header is the only…
Browse files Browse the repository at this point in the history
… production change) (#2299)

Co-authored-by: Billy Oliver <[email protected]>
  • Loading branch information
oliversweb and Billy Oliver authored Jun 26, 2023
1 parent 4f1198c commit 8f8b5df
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 10 deletions.
7 changes: 7 additions & 0 deletions packages/components/molecules/f-navigation-links/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).

#trivial
------------------------------
*June 23, 2023*

### Changed
- Updated test data


v2.5.0
------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const propsData = {
},
{
id: 'link4',
to: '/member/addressbook',
to: '/account/addressbook',
name: 'Your address book'
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`NavigationLinks should display the list elements correctly for each \`l
</v-link-stub>
</li>
<li>
<v-link-stub data-test-id="link4" link-class="c-navigationLinks-link" to="/member/addressbook">
<v-link-stub data-test-id="link4" link-class="c-navigationLinks-link" to="/account/addressbook">
Your address book
</v-link-stub>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ NavigationLinksComponent.args = {
},
{
id: 'link4',
to: '/member/addressbook',
to: '/account/addressbook',
name: 'Your address book'
},
{
Expand Down
8 changes: 8 additions & 0 deletions packages/components/organisms/f-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).


v8.6.0
------------------------------
*June 23, 2023*

### Changed
- Update /member to /account


v8.5.0
------------------------------
*April 27, 2023*
Expand Down
2 changes: 1 addition & 1 deletion packages/components/organisms/f-footer/data/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"text": "My account",
"href": "https://prod-uk-green.cms.just-eat.com/member/updateuserinfo",
"href": "https://prod-uk-green.cms.just-eat.com/account/info",
"alt": "",
"rel": "",
"target": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/organisms/f-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeat/f-footer",
"version": "8.5.0",
"version": "8.6.0",
"main": "dist/f-footer.umd.min.js",
"maxBundleSize": "80kB",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/components/organisms/f-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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).

v10.15.0
------------------------------
*June 23, 2023*

### Changed
- Update /member links to /account.


v10.14.0
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion packages/components/organisms/f-header/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-header",
"description": "Fozzie Header - Globalised Header Component",
"version": "10.14.0",
"version": "10.15.0",
"main": "dist/f-header.umd.min.js",
"maxBundleSize": "46kB",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/components/organisms/f-header/src/tenants/en-GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
navLinks: {
accountInfo: {
text: 'Your account',
url: '/member/updateuserinfo',
url: '/account/info',
gtm: 'click_account_your_account'
},
orderHistory: {
Expand All @@ -24,7 +24,7 @@ export default {
},
addressBook: {
text: 'Your address book',
url: '/member/addressbook',
url: '/account/addressbook',
gtm: 'click_account_address_books'
},
redeemAGiftcard: {
Expand All @@ -34,7 +34,7 @@ export default {
},
redeemVoucher: {
text: 'Redeem a voucher',
url: '/member/useraccount',
url: '/account/credit',
gtm: 'click_account_redeem_voucher'
},
contactPreferences: {
Expand Down
7 changes: 7 additions & 0 deletions packages/components/templates/f-template-subnav/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).

#trivial
------------------------------
*June 23, 2023*

### Changed
- Updated Test data

v1.2.0
------------------------------
*July 25, 2022*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TemplateSubNavComponent.args = {
},
{
id: 'link4',
to: '/member/addressbook',
to: '/account/addressbook',
name: 'Your address book'
},
{
Expand Down

0 comments on commit 8f8b5df

Please sign in to comment.