From 1eb56753e9b196630c1b617f4694d109e7b5b65b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:51:55 +0100 Subject: [PATCH] chore(main): release 3.242.0 (#2687) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 898c2dd3b9..5756fa36d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ "release-type": "node", "changelog-sections": "[{\"type\":\"feat\",\"section\":\"✨ Nouvelles fonctionnalités\",\"hidden\":false},{\"type\":\"fix\",\"section\":\"🐛 Corrections de bogues\",\"hidden\":false},{\"type\":\"chore\",\"section\":\"👷 Autres changements\",\"hidden\":false},{\"type\":\"ci\",\"section\":\"👷 Autres changements\",\"hidden\":false},{\"type\":\"refacto\",\"section\":\"👷 Autres changements\",\"hidden\":false},{\"type\":\"build\",\"section\":\"👷 Autres changements\",\"hidden\":false},{\"type\":\"docs\",\"section\":\"📚 Documentation\",\"hidden\":false}]", "extra-files": ".env.scalingo", - ".": "3.241.0" + ".": "3.242.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d73938da15..09c8830832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.242.0](https://github.com/DNUM-SocialGouv/1j1s-front/compare/v3.241.0...v3.242.0) (2024-02-12) + + +### Features + +* **stages-3e:** formulaire de contact par email (etape 1) ([#2669](https://github.com/DNUM-SocialGouv/1j1s-front/issues/2669)) ([716f1cf](https://github.com/DNUM-SocialGouv/1j1s-front/commit/716f1cf14065d8976708d6bd161b96a5d56bdb80)) + ## [3.241.0](https://github.com/DNUM-SocialGouv/1j1s-front/compare/v3.240.0...v3.241.0) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index c15af0a251..5285d7fb43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "1j1s-front", - "version": "3.241.0", + "version": "3.242.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "1j1s-front", - "version": "3.241.0", + "version": "3.242.0", "dependencies": { "@meilisearch/instant-meilisearch": "0.15.0", "@next/bundle-analyzer": "14.1.0", diff --git a/package.json b/package.json index cf874eb808..ea51707c3d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "node": "18", "npm": "10" }, - "version": "3.241.0", + "version": "3.242.0", "private": true, "scripts": { "prepare": "npm dedupe && ./setup.sh",