From 593a5374639cb8f92262ab8270e75817619152c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:50:21 +0200 Subject: [PATCH] chore(main): release 3.339.2 (#3253) 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 f7f20ef648..1ed09f4846 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.339.1" + ".": "3.339.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 613fcdc2a5..acee14bbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.339.2](https://github.com/DNUM-SocialGouv/1j1s-front/compare/v3.339.1...v3.339.2) (2024-08-14) + + +### Bug Fixes + +* **deps:** update all non-major dependencies to v3.5.2 ([#3250](https://github.com/DNUM-SocialGouv/1j1s-front/issues/3250)) ([c40206d](https://github.com/DNUM-SocialGouv/1j1s-front/commit/c40206d88d546ff98cf4b39a901b480386349792)) + ## [3.339.1](https://github.com/DNUM-SocialGouv/1j1s-front/compare/v3.339.0...v3.339.1) (2024-08-12) diff --git a/package-lock.json b/package-lock.json index 3609edb4ac..6a5935aecc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "1j1s-front", - "version": "3.339.1", + "version": "3.339.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "1j1s-front", - "version": "3.339.1", + "version": "3.339.2", "dependencies": { "@meilisearch/instant-meilisearch": "0.19.2", "@next/bundle-analyzer": "14.2.5", diff --git a/package.json b/package.json index b24894b3ea..d959ba4d16 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "node": "20", "npm": "10" }, - "version": "3.339.1", + "version": "3.339.2", "private": true, "scripts": { "prepare": "npm dedupe && ./setup.sh",