Skip to content

Commit

Permalink
Merge pull request #2206 from Ricokola/releases
Browse files Browse the repository at this point in the history
Release v13.5.0
  • Loading branch information
duboisp authored Jul 20, 2023
2 parents 1a6a7a8 + 1c7001f commit a06afeb
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 15 deletions.
34 changes: 34 additions & 0 deletions _data/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,40 @@
]
}
}
,{
"@context": {
"@version": 2.0,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Color (Foreground/Background)",
"fr": "Couleur (Premier plan/Arrière-plan)"
},
"description": {
"en": "Colors page including working examples to test how various text appears on different backgrounds.",
"fr": "Page de couleurs comprenant des exemples de travail pour tester la façon dont divers textes apparaissent sur différents arrière-plans."
},
"modified": "2023-04-28",
"componentName": "colour",
"status": "stable",
"pages": {
"docs": [
{
"title": "Color (Foreground/Background)",
"language": "en",
"path": "colour-en.html"
},
{
"title": "Couleur (Premier plan/Arrière-plan)",
"language": "fr",
"path": "colour-fr.html"
}
]
}
}
,{
"@context": {
"@version": 1.1,
Expand Down
4 changes: 2 additions & 2 deletions index-en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GCWeb, the WET-BOEW Canada.ca theme
altLangPage: index-fr.html
dateModified: 2023-07-11
dateModified: 2023-07-18
description: "Home page describing all the components of the Canada.ca theme, named GCWeb."
layout: no-container
language: en
Expand All @@ -18,7 +18,7 @@ css:
<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>
</div>
<div class="col-xs-12 col-md-auto pull-right">
<p><a href="https://github.com/wet-boew/GCWeb/archive/v13.4.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v13.4.1</strong></a><br />
<p><a href="https://github.com/wet-boew/GCWeb/archive/v13.5.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v13.5.0</strong></a><br />
<small>(<time>{{ page.dateModified | date: '%F' }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Release notes</a>)</small></p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index-fr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GCWeb, le thème WET-BOEW de Canada.ca
altLangPage: index-en.html
dateModified: 2023-07-11
dateModified: 2023-07-18
description: "Page d'accueil décrivant l'ensemble des composants du thème de Canada.ca, nommé GCWeb."
layout: no-container
language: fr
Expand All @@ -18,7 +18,7 @@ css:
<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>
</div>
<div class="col-xs-12 col-md-auto pull-right">
<p><a href="https://github.com/wet-boew/GCWeb/archive/v13.4.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v13.4.1</strong></a><br />
<p><a href="https://github.com/wet-boew/GCWeb/archive/v13.5.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v13.5.0</strong></a><br />
<small>(<time>{{ page.dateModified | date: '%F' }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Note de version</a>)</small></p>
</div>
</div>
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GCWeb",
"version": "13.4.1",
"version": "13.5.0",
"description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg",
"main": "index.html",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"bootstrap-sass": "3.4.1",
"wet-boew": "github:wet-boew/wet-boew#v4.0.64.1"
"wet-boew": "github:wet-boew/wet-boew#v4.0.65"
},
"browserslist": [
"last 2 versions",
Expand Down

0 comments on commit a06afeb

Please sign in to comment.