integration v1.0.0

This commit is contained in:
Emmanuel Pelletier
2024-05-16 10:48:07 +02:00
parent 3740f45b70
commit 18e900c2d0
3 changed files with 10 additions and 3 deletions

View File

@@ -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 `<HomepageContent>` to easily add custom content under the tagline. This matches this HTML: `<div class="lasuite-homepage__desc-container"></div>`.

View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "@gouvfr-lasuite/integration",
"version": "0.1.8",
"version": "1.0.0",
"type": "module",
"files": [
"dist"