Skip to content

Commit 17abacd

Browse files
committed
chore: version bump
1 parent 948d3ff commit 17abacd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

frontend/src/components/BCFooter/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import typography from '@/themes/base/typography'
77

88
function 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
},

frontend/src/components/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}),

frontend/src/components/__tests__/BCFooter.test.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)