From 3d230aa545e43eaf9d6dfd5b50f16313b01b0ddf Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Wed, 15 May 2024 07:51:01 +0200 Subject: [PATCH] integration v0.1.4 --- packages/integration/CHANGELOG.md | 4 ++++ packages/integration/package-lock.json | 4 ++-- packages/integration/package.json | 2 +- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md index 80dd785..7fdf6a1 100644 --- a/packages/integration/CHANGELOG.md +++ b/packages/integration/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.4 + +- homepage tagline: hide breaklines on mobile devices + ## 0.1.3 Notable thing: diff --git a/packages/integration/package-lock.json b/packages/integration/package-lock.json index ec9faf1..9e11fad 100644 --- a/packages/integration/package-lock.json +++ b/packages/integration/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gouvfr-lasuite/integration", - "version": "0.1.3", + "version": "0.1.4", "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 39f5da4..7ee109b 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "files": [ "dist" diff --git a/website/package-lock.json b/website/package-lock.json index 42c1209..7b485b0 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^0.1.3", + "@gouvfr-lasuite/integration": "^0.1.4", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", @@ -1478,9 +1478,9 @@ } }, "node_modules/@gouvfr-lasuite/integration": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.3.tgz", - "integrity": "sha512-WvAaMyEcNZkNX88Rbi6xo1rxFIGjsg3w8Gxi5NKVyNY0Ph2dXcGkP63ybCKD8JAsWHfxwAvs82wqXFZk5RCJ1g==", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.4.tgz", + "integrity": "sha512-5XTpWrNp/neh9/7VQXAefibB7gdQoGry0fk8q4y94EOVIyFzNWI9DGC8+JwX339AlpTsEqvxtuF2Qn+JfErkNg==", "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", diff --git a/website/package.json b/website/package.json index 8604d1a..9c0648f 100644 --- a/website/package.json +++ b/website/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^0.1.3", + "@gouvfr-lasuite/integration": "^0.1.4", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0",