From 5399c7537991429966abc2e504e3b0d873bc644f Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Wed, 15 May 2024 08:08:53 +0200 Subject: [PATCH] =?UTF-8?q?integration=20v0.1.5=20(last=20published=20vers?= =?UTF-8?q?ion=20had=20wrong=20env=20vars=E2=80=A6=20oops)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/integration/CHANGELOG.md | 2 +- packages/integration/package-lock.json | 4 ++-- packages/integration/package.json | 2 +- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md index 7fdf6a1..447016a 100644 --- a/packages/integration/CHANGELOG.md +++ b/packages/integration/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.4 +## 0.1.5 - homepage tagline: hide breaklines on mobile devices diff --git a/packages/integration/package-lock.json b/packages/integration/package-lock.json index 9e11fad..2adfc43 100644 --- a/packages/integration/package-lock.json +++ b/packages/integration/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gouvfr-lasuite/integration", - "version": "0.1.4", + "version": "0.1.5", "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 7ee109b..b4d63d9 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.4", + "version": "0.1.5", "type": "module", "files": [ "dist" diff --git a/website/package-lock.json b/website/package-lock.json index 7b485b0..5f47a1a 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.4", + "@gouvfr-lasuite/integration": "^0.1.5", "@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.4", - "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.4.tgz", - "integrity": "sha512-5XTpWrNp/neh9/7VQXAefibB7gdQoGry0fk8q4y94EOVIyFzNWI9DGC8+JwX339AlpTsEqvxtuF2Qn+JfErkNg==", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.5.tgz", + "integrity": "sha512-osml/m/jFEpHtn/IQJRw93LpAtA//JvCkvxJMM/0L/1/QqnQjwJ8JjDBrAnu6n3RfITleTKs1lwPdd6z/Y7z0Q==", "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", diff --git a/website/package.json b/website/package.json index 9c0648f..fd93b20 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.4", + "@gouvfr-lasuite/integration": "^0.1.5", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0",