File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import typography from '@/themes/base/typography'
77
88function Footer ( {
99 repoDetails = {
10- href : 'https://github.com/bcgov/lcfs/releases/tag/v1.2.1 ' ,
11- name : 'v1.2.1 ' ,
10+ href : 'https://github.com/bcgov/lcfs/releases/tag/v1.2.2 ' ,
11+ name : 'v1.2.2 ' ,
1212 id : 'footer-about-version' ,
1313 label : 'LCFS repository changelog'
1414 } ,
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ const Footer = (props) => {
5353 )
5454 const repoDetails = useMemo (
5555 ( ) => ( {
56- href : 'https://github.com/bcgov/lcfs/releases/tag/v1.2.1 ' ,
57- name : 'v1.2.1 ' ,
56+ href : 'https://github.com/bcgov/lcfs/releases/tag/v1.2.2 ' ,
57+ name : 'v1.2.2 ' ,
5858 id : 'footer-about-version' ,
5959 label : 'LCFS repository changelog'
6060 } ) ,
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ describe('BCFooter', () => {
2424 ]
2525 const repoDetails = {
2626 id : 'footer-about-version' ,
27- href : 'https://github.com/bcgov/lcfs/releases/tag/v1.2.1 ' ,
28- name : 'v1.2.1 ' ,
27+ href : 'https://github.com/bcgov/lcfs/releases/tag/v1.2.2 ' ,
28+ name : 'v1.2.2 ' ,
2929 label : 'LCFS repository changelog'
3030 }
3131
You can’t perform that action at this time.
0 commit comments