From c4ac8b54967b7c64ea3379969cead7cf0b381903 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:53:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(release):=20@gouvfr-lasuit?= =?UTF-8?q?e/proconnect.debounce@0.4.0=20(#948)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/witty-ducks-hammer.md | 7 ------- package-lock.json | 2 +- packages/debounce/CHANGELOG.md | 9 +++++++++ packages/debounce/package.json | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 .changeset/witty-ducks-hammer.md create mode 100644 packages/debounce/CHANGELOG.md diff --git a/.changeset/witty-ducks-hammer.md b/.changeset/witty-ducks-hammer.md deleted file mode 100644 index 7f9575636..000000000 --- a/.changeset/witty-ducks-hammer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@gouvfr-lasuite/proconnect.debounce": minor ---- - -♻️ Prélèvement d'un partie du connecteur Debounce - -Dans le cadre de la suggestion d'email sur PCF, une partie du connecteur Debounce est maintenant dans le package `@gouvfr-lasuite/proconnect.debounce`. diff --git a/package-lock.json b/package-lock.json index 5e70c51a1..b3486a16f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11666,7 +11666,7 @@ }, "packages/debounce": { "name": "@gouvfr-lasuite/proconnect.debounce", - "version": "0.3.2", + "version": "0.4.0", "license": "MIT", "dependencies": { "axios": "^1.7.7", diff --git a/packages/debounce/CHANGELOG.md b/packages/debounce/CHANGELOG.md new file mode 100644 index 000000000..fcefc5d91 --- /dev/null +++ b/packages/debounce/CHANGELOG.md @@ -0,0 +1,9 @@ +# @gouvfr-lasuite/proconnect.debounce + +## 0.4.0 + +### Minor Changes + +- [#945](https://github.com/numerique-gouv/moncomptepro/pull/945) [`aa82ec5`](https://github.com/numerique-gouv/moncomptepro/commit/aa82ec57d314c9d82ce3ed13e62604d9c6825c63) Thanks [@douglasduteil](https://github.com/douglasduteil)! - ♻️ Prélèvement d'un partie du connecteur Debounce + + Dans le cadre de la suggestion d'email sur PCF, une partie du connecteur Debounce est maintenant dans le package `@gouvfr-lasuite/proconnect.debounce`. diff --git a/packages/debounce/package.json b/packages/debounce/package.json index 5740d1846..35b5c4db5 100644 --- a/packages/debounce/package.json +++ b/packages/debounce/package.json @@ -1,6 +1,6 @@ { "name": "@gouvfr-lasuite/proconnect.debounce", - "version": "0.3.2", + "version": "0.4.0", "homepage": "https://github.com/numerique-gouv/moncomptepro/tree/master/packages/debounce#readme", "bugs": "https://github.com/numerique-gouv/moncomptepro/issues", "repository": {