diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md index 0548eb3..23251c3 100644 --- a/packages/integration/CHANGELOG.md +++ b/packages/integration/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.3 + +- new grist, resana, docs, visio, rdv logos +- Gaufre button styles: add a focus-ring when the button is keyboard-focused. Before that, only the background changed a bit, arguably not an acceptable visual cue on its own. +- Gaufre button html: add disclosure ARIA design pattern attributes to improve experience for users of assistive technologies +- use DSFR v1.13.0 + ## 1.0.2 - new grist logo diff --git a/packages/integration/package-lock.json b/packages/integration/package-lock.json index 5334f3e..f9a0277 100644 --- a/packages/integration/package-lock.json +++ b/packages/integration/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gouvfr-lasuite/integration", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gouvfr-lasuite/integration", - "version": "1.0.2", + "version": "1.0.3", "devDependencies": { "@babel/plugin-syntax-import-attributes": "^7.24.1", "@fullhuman/postcss-purgecss": "^6.0.0", diff --git a/packages/integration/package.json b/packages/integration/package.json index 9d91f99..2ffb81c 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@gouvfr-lasuite/integration", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "files": [ "dist"