Skip to content

Commit

Permalink
Merge pull request #1753 from duboisp/release
Browse files Browse the repository at this point in the history
Release 8.1.1 (with wet-boew v4.0.39.1)

Re-tested locally. This release use the wet-boew 4.0.39.1 with an emergency bug fix that prevented multiple tabbed interface to initialize.
  • Loading branch information
duboisp authored Nov 23, 2020
2 parents 9c9edb9 + cc2f635 commit 607aaf5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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": "8.1.0",
"version": "8.1.1",
"description": "Web Experience Toolkit (WET): Canada.ca Theme",
"main": "index.html",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"fast-json-patch": "github:wet-boew/JSON-Patch#wb1.0+1.1.4",
"jsonpointer.js": "^0.4.0",
"wet-boew": "github:wet-boew/wet-boew#v4.0.39"
"wet-boew": "github:wet-boew/wet-boew#v4.0.39.1"
},
"devDependencies": {
"assemble-contrib-i18n": "0.1.*",
Expand Down
6 changes: 3 additions & 3 deletions site/pages/index-en.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{ "title": "Canada.ca", "link": "https://www.canada.ca/en.html" }
],
"tag": "GCWeb",
"dateModified": "2020-11-04",
"dateModified": "2020-11-22",
"share": "true"
}
---
Expand All @@ -16,8 +16,8 @@
<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/v8.1.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v8.1.0</strong></a><br />
<small>(<time>2020-10-28</time> - <a href="https://github.com/wet-boew/gcweb/releases/tag/v8.1.0">Release notes</a>)</small></p>
<p><a href="https://github.com/wet-boew/GCWeb/archive/v8.1.1.zip" class="btn btn-primary">Download GCWeb theme <strong>v8.1.1</strong></a><br />
<small>(<time>2020-11-22</time> - <a href="https://github.com/wet-boew/gcweb/releases/tag/v8.1.1">Release notes</a>)</small></p>
</div>
</div>
<p>This current implementation reference match the <strong>version 2.0 of the C&amp;IA Specification released on January 2019</strong>.</p>
Expand Down
6 changes: 3 additions & 3 deletions site/pages/index-fr.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{ "title": "Canada.ca", "link": "https://www.canada.ca/fr.html" }
],
"tag": "GCWeb",
"dateModified": "2020-11-04",
"dateModified": "2020-11-22",
"share": "true"
}
---
Expand All @@ -16,8 +16,8 @@
<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/v8.1.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v8.1.0</strong></a><br />
<small>(<time>2020-10-28</time> - <a href="https://github.com/wet-boew/gcweb/releases/tag/v8.1.0">Note de version</a>)</small></p>
<p><a href="https://github.com/wet-boew/GCWeb/archive/v8.1.1.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v8.1.1</strong></a><br />
<small>(<time>2020-11-22</time> - <a href="https://github.com/wet-boew/gcweb/releases/tag/v8.1.1">Note de version</a>)</small></p>
</div>
</div>

Expand Down

0 comments on commit 607aaf5

Please sign in to comment.