Skip to content

Commit d2947e1

Browse files
authored
Release GCWeb version 19.1.0 (#2768)
1 parent 03494a5 commit d2947e1

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Copy the missing _sprite_share.scss file - related to GCWeb#1737 about wet-boew#cc340a6 commit
8282
run: |
83-
curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/2c25ce9ff228394e626404a35c62f7bc047b13e7/_sprites_share.scss >> _sprites_share.scss
83+
curl https://gist.githubusercontent.com/Garneauma/199314f72d9d01642771c37bbf8db0fa/raw/87c9de7dd61eb034a7d5ee4003a368934c370b50/_sprites_share.scss >> _sprites_share.scss
8484
mv _sprites_share.scss node_modules/wet-boew/src/plugins/share/sprites/_sprites_share.scss
8585
8686
- name: Checkout wet-boew latest build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Copy the missing _sprite_share.scss file - related to GCWeb#1737 about wet-boew#cc340a6 commit
4545
run: |
46-
curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/2c25ce9ff228394e626404a35c62f7bc047b13e7/_sprites_share.scss >> _sprites_share.scss
46+
curl https://gist.githubusercontent.com/Garneauma/199314f72d9d01642771c37bbf8db0fa/raw/87c9de7dd61eb034a7d5ee4003a368934c370b50/_sprites_share.scss >> _sprites_share.scss
4747
mv _sprites_share.scss node_modules/wet-boew/src/plugins/share/sprites/_sprites_share.scss
4848
4949
- name: Checkout wet-boew latest build

index-en.md

Lines changed: 2 additions & 2 deletions
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: 2026-03-16
4+
dateModified: 2026-04-01
55
description: "Home page describing all the components of the Canada.ca theme, named GCWeb."
66
layout: no-container
77
language: en
@@ -24,7 +24,7 @@ css:
2424
<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>
2525
</div>
2626
<div class="col-xs-12 col-md-auto pull-right">
27-
<p><a href="https://github.com/wet-boew/GCWeb/archive/v19.0.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v19.0.0</strong></a><br>
27+
<p><a href="https://github.com/wet-boew/GCWeb/archive/v19.1.0.zip" class="btn btn-primary">Download GCWeb theme <strong>v19.1.0</strong></a><br>
2828
<small>(<time>{{ page.dateModified | date: '%F' }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Release notes</a>)</small></p>
2929
</div>
3030
</div>

index-fr.md

Lines changed: 2 additions & 2 deletions
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: 2026-03-16
4+
dateModified: 2026-04-01
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
@@ -24,7 +24,7 @@ css:
2424
<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>
2525
</div>
2626
<div class="col-xs-12 col-md-auto pull-right">
27-
<p><a href="https://github.com/wet-boew/GCWeb/archive/v19.0.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v19.0.0</strong></a><br>
27+
<p><a href="https://github.com/wet-boew/GCWeb/archive/v19.1.0.zip" class="btn btn-primary">Télécharger le thème <strong>GCWeb v19.1.0</strong></a><br>
2828
<small>(<time>{{ page.dateModified | date: '%F' }}</time> - <a href="https://github.com/wet-boew/gcweb/releases/latest">Note de version</a>)</small></p>
2929
</div>
3030
</div>

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GCWeb",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg",
55
"main": "index.html",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"bootstrap-sass": "3.4.3",
17-
"wet-boew": "github:wet-boew/wet-boew#v4.0.95.1"
17+
"wet-boew": "github:wet-boew/wet-boew#v4.0.96"
1818
},
1919
"peerDependencies": {
2020
"@cdssnc/gcds-components": "1.0.0"

0 commit comments

Comments
 (0)