From 6cb0589373a4b802bbe3831e925541afd6b70796 Mon Sep 17 00:00:00 2001 From: ouafaaetta <122900545+ouafaaetta@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:51:18 -0400 Subject: [PATCH] Release v15.6.2 (#2427) --- index-en.md | 4 ++-- index-fr.md | 4 ++-- package-lock.json | 10 +++++----- package.json | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index-en.md b/index-en.md index f9d2a2338..eb60b63be 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: 2024-09-11 +dateModified: 2024-09-24 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 6c078251a..0f0fc00a8 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: 2024-09-11 +dateModified: 2024-09-24 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 29841bd7e..cea88cb3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "GCWeb", - "version": "15.6.1", + "version": "15.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "GCWeb", - "version": "15.6.1", + "version": "15.6.2", "license": "MIT", "dependencies": { "bootstrap-sass": "3.4.1", - "wet-boew": "github:wet-boew/wet-boew#v4.0.81.4" + "wet-boew": "github:wet-boew/wet-boew#v4.0.81.5" }, "devDependencies": { "@lodder/grunt-postcss": "^3.0.1", @@ -16221,8 +16221,8 @@ } }, "node_modules/wet-boew": { - "version": "4.0.81.4", - "resolved": "git+ssh://git@github.com/wet-boew/wet-boew.git#d614038064ef5cd9eb9c6562dd984facbe2b0d41", + "version": "4.0.81.5", + "resolved": "git+ssh://git@github.com/wet-boew/wet-boew.git#623f97eb75c85853065578d16a589a2d43d7127d", "license": "MIT", "dependencies": { "bootstrap-sass": "3.4.1", diff --git a/package.json b/package.json index 9a7beb331..5c26d7997 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GCWeb", - "version": "15.6.1", + "version": "15.6.2", "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.81.4" + "wet-boew": "github:wet-boew/wet-boew#v4.0.81.5" }, "browserslist": [ "last 2 versions",