diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md index 39c29ff..a4932c3 100644 --- a/packages/integration/CHANGELOG.md +++ b/packages/integration/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.1.8 + +- homepage: new "description" prop on `` to easily add custom content under the tagline. This matches this HTML: `
`. +- gaufre: new `variant` prop on `` to impact visuals. Set to `small` or `responsive`. Matches CSS classes `lasuite-gaufre-btn--small` and `lasuite-gaufre-btn--responsive`. + ## 0.1.6 - gaufre: hide the button if the gaufre.js script is not available diff --git a/packages/integration/package-lock.json b/packages/integration/package-lock.json index 384d986..e6a6716 100644 --- a/packages/integration/package-lock.json +++ b/packages/integration/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.6", + "version": "0.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gouvfr-lasuite/integration", - "version": "0.1.6", + "version": "0.1.8", "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 ef65973..677d89a 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.6", + "version": "0.1.8", "type": "module", "files": [ "dist"