Skip to content

Commit f0f7d86

Browse files
authored
Merge pull request #2065 from polmih/releases
Release v12.4.0
2 parents a288d5d + 41398c9 commit f0f7d86

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

index-en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GCWeb, the WET-BOEW Canada.ca theme
33
altLangPage: index-fr.html
4-
dateModified: 2022-11-29
4+
dateModified: 2022-12-06
55
description: "Home page describing all the components of the Canada.ca theme, named GCWeb."
66
layout: no-container
77
language: en
@@ -18,7 +18,7 @@ css:
1818
<p>The page templates and design patterns below comprise a reference implementation of the <a href="https://design.canada.ca">Canada.ca design system</a>, including the mandatory requirement of the Content and Information Architecture (C&amp;IA) Specification. Government of Canada departments and agencies can contribute additional patterns and templates via <a href="https://github.com/wet-boew/GCWeb">GCWeb github repository</a>.</p>
1919
</div>
2020
<div class="col-xs-12 col-md-auto pull-right">
21-
<p><a href="https://github.com/wet-boew/GCWeb/archive/v12.3.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v12.3.0</strong></a><br />
21+
<p><a href="https://github.com/wet-boew/GCWeb/archive/v12.4.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v12.4.0</strong></a><br />
2222
<small>(<time>{{ page.dateModified | %F }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Release notes</a>)</small></p>
2323
</div>
2424
</div>

index-fr.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GCWeb, le thème WET-BOEW de Canada.ca
33
altLangPage: index-en.html
4-
dateModified: 2022-11-29
4+
dateModified: 2022-12-06
55
description: "Page d'accueil décrivant l'ensemble des composants du thème de Canada.ca, nommé GCWeb."
66
layout: no-container
77
language: fr
@@ -18,7 +18,7 @@ css:
1818
<p>Les gabarits et les conceptions communes si dessous sont une référence d'implémentation du <a href="https://conception.canada.ca">Système de conception de Canada.ca</a>, incluant les exigences obligatoire de la spécifications du contenu et de l’architecture de l'information (C&amp;AI) pour Canada.ca. Les ministères et organisme du gouvernement du Canada peuvent y contribuer en publiant leur modèle et leur conception commune via le <a href="https://github.com/wet-boew/GCWeb">dépôt github de GCWeb</a>.</p>
1919
</div>
2020
<div class="col-xs-12 col-md-auto pull-right">
21-
<p><a href="https://github.com/wet-boew/GCWeb/archive/v12.3.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v12.3.0</strong></a><br />
21+
<p><a href="https://github.com/wet-boew/GCWeb/archive/v12.4.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v12.4.0</strong></a><br />
2222
<small>(<time>{{ page.dateModified | %F }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Note de version</a>)</small></p>
2323
</div>
2424
</div>

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GCWeb",
3-
"version": "12.3.0",
3+
"version": "12.4.0",
44
"description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg",
55
"main": "index.html",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"bootstrap-sass": "3.4.1",
16-
"wet-boew": "github:wet-boew/wet-boew#v4.0.56.2"
16+
"wet-boew": "github:wet-boew/wet-boew#v4.0.56.3"
1717
},
1818
"browserslist": [
1919
"last 2 versions",

0 commit comments

Comments
 (0)