Skip to content

Commit 8871ffc

Browse files
authored
add release notes (#351)
1 parent 5f99e13 commit 8871ffc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

vue/sbc-common-components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue/sbc-common-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbc-common-components",
3-
"version": "3.0.11",
3+
"version": "3.0.12",
44
"private": false,
55
"description": "Common Vue Components to be used across BC Registries and Online Services.",
66
"license": "Apache-2.0",

vue/sbc-common-components/src/components/SbcFooter.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<nav>
55
<ul>
66
<li><a href="/">Home</a></li>
7+
<li><a href="https://www.release-notes.bcregistry.gov.bc.ca" target="_blank">Release Notes</a></li>
78
<li><a href="https://www2.gov.bc.ca/gov/content/home/disclaimer" target="_blank">Disclaimer</a></li>
89
<li><a href="https://www2.gov.bc.ca/gov/content/home/privacy" target="_blank">Privacy</a></li>
910
<li><a href="https://www2.gov.bc.ca/gov/content/home/accessibility" target="_blank">Accessibility</a></li>

0 commit comments

Comments
 (0)