diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4938c09b6..a4eb0a3c46 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.358.1" + ".": "3.358.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f10098bc..3ec768908e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.358.2](https://github.com/DNUM-SocialGouv/1j1s-front/compare/v3.358.1...v3.358.2) (2024-11-27) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#3462](https://github.com/DNUM-SocialGouv/1j1s-front/issues/3462)) ([0d6f1eb](https://github.com/DNUM-SocialGouv/1j1s-front/commit/0d6f1eb706e2eefdc1dce6fe6262c59c2ef41bc8)) +* **deps:** update dependency phone to v3.1.54 ([#3475](https://github.com/DNUM-SocialGouv/1j1s-front/issues/3475)) ([26032ee](https://github.com/DNUM-SocialGouv/1j1s-front/commit/26032eef2464957c8126f215a33a4776213280f7)) +* **deps:** update dependency phone to v3.1.55 ([#3476](https://github.com/DNUM-SocialGouv/1j1s-front/issues/3476)) ([14856d7](https://github.com/DNUM-SocialGouv/1j1s-front/commit/14856d7223b559f7b51228088b9f4234f7658b57)) + ## [3.358.1](https://github.com/DNUM-SocialGouv/1j1s-front/compare/v3.358.0...v3.358.1) (2024-11-25) diff --git a/package-lock.json b/package-lock.json index 4a40e87451..b0aa30132e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "1j1s-front", - "version": "3.358.1", + "version": "3.358.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "1j1s-front", - "version": "3.358.1", + "version": "3.358.2", "dependencies": { "@meilisearch/instant-meilisearch": "0.22.0", "@next/bundle-analyzer": "14.2.18", diff --git a/package.json b/package.json index f364e7814c..93c7735daa 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "node": "20", "npm": "10" }, - "version": "3.358.1", + "version": "3.358.2", "private": true, "scripts": { "prepare": "npm dedupe && ./setup.sh",