diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md index a4932c3..4e29efe 100644 --- a/packages/integration/CHANGELOG.md +++ b/packages/integration/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.0 + +Mark stable release! + +- new service logos +- dev: add routes to test all homepage variants + ## 0.1.8 - homepage: new "description" prop on `` to easily add custom content under the tagline. This matches this HTML: `
`. diff --git a/packages/integration/package-lock.json b/packages/integration/package-lock.json index e6a6716..3f4b38d 100644 --- a/packages/integration/package-lock.json +++ b/packages/integration/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.8", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gouvfr-lasuite/integration", - "version": "0.1.8", + "version": "1.0.0", "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 677d89a..0b84d41 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.8", + "version": "1.0.0", "type": "module", "files": [ "dist"