diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f9ee04791..13672aba4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -79,7 +79,7 @@ jobs: - name: Copy the missing _sprite_share.scss file - related to GCWeb#1737 about wet-boew#cc340a6 commit run: | - curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/86e7a0b15ad6a695754599e9793e986b460bf514/_sprites_share.scss >> _sprites_share.scss + curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/2c25ce9ff228394e626404a35c62f7bc047b13e7/_sprites_share.scss >> _sprites_share.scss mv _sprites_share.scss node_modules/wet-boew/src/plugins/share/sprites/_sprites_share.scss - name: Checkout wet-boew latest build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32edc78c0..d9d790a8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Copy the missing _sprite_share.scss file - related to GCWeb#1737 about wet-boew#cc340a6 commit run: | - curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/86e7a0b15ad6a695754599e9793e986b460bf514/_sprites_share.scss >> _sprites_share.scss + curl https://gist.githubusercontent.com/duboisp/d69787b300eb1f4d40f937508e10d013/raw/2c25ce9ff228394e626404a35c62f7bc047b13e7/_sprites_share.scss >> _sprites_share.scss mv _sprites_share.scss node_modules/wet-boew/src/plugins/share/sprites/_sprites_share.scss - name: Checkout wet-boew latest build diff --git a/index-en.md b/index-en.md index 2c7dbd222..5feff25d9 100644 --- a/index-en.md +++ b/index-en.md @@ -1,7 +1,7 @@ --- title: GCWeb, the WET-BOEW Canada.ca theme altLangPage: index-fr.html -dateModified: 2025-01-15 +dateModified: 2025-01-28 description: "Home page describing all the components of the Canada.ca theme, named GCWeb." layout: no-container language: en @@ -20,7 +20,7 @@ css:
The page templates and design patterns below comprise a reference implementation of the Canada.ca design system, including the mandatory requirement of the Content and Information Architecture (C&IA) Specification. Government of Canada departments and agencies can contribute additional patterns and templates via GCWeb github repository.
diff --git a/index-fr.md b/index-fr.md index c5a855715..4435a1d80 100644 --- a/index-fr.md +++ b/index-fr.md @@ -1,7 +1,7 @@ --- title: GCWeb, le thème WET-BOEW de Canada.ca altLangPage: index-en.html -dateModified: 2025-01-15 +dateModified: 2025-01-28 description: "Page d'accueil décrivant l'ensemble des composants du thème de Canada.ca, nommé GCWeb." layout: no-container language: fr @@ -20,7 +20,7 @@ css:Les gabarits et les conceptions communes si dessous sont une référence d'implémentation du Système de conception de Canada.ca, incluant les exigences obligatoire de la spécifications du contenu et de l’architecture de l'information (C&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 dépôt github de GCWeb.
diff --git a/package-lock.json b/package-lock.json index 3e40d9c08..35a48d48c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "GCWeb", - "version": "16.1.0", + "version": "16.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "GCWeb", - "version": "16.1.0", + "version": "16.1.1", "license": "MIT", "dependencies": { "bootstrap-sass": "3.4.1", @@ -12012,8 +12012,8 @@ } }, "node_modules/wet-boew": { - "version": "4.0.84", - "resolved": "git+ssh://git@github.com/wet-boew/wet-boew.git#5d94de82886be4014eccabfaf1cce6a2b4145210", + "version": "4.0.84.1", + "resolved": "git+ssh://git@github.com/wet-boew/wet-boew.git#d92abc00354922c40c53033c0ddd893e8c0eb491", "license": "MIT", "dependencies": { "bootstrap-sass": "3.4.1", diff --git a/package.json b/package.json index b3e1420df..bfc391aa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GCWeb", - "version": "16.1.0", + "version": "16.1.1", "description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg", "main": "index.html", "scripts": { @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "bootstrap-sass": "3.4.1", - "wet-boew": "github:wet-boew/wet-boew#v4.0.84" + "wet-boew": "github:wet-boew/wet-boew#v4.0.84.1" }, "browserslist": [ "last 2 versions",