From 45a81c045d4147c3fab979ace03aa73e14398e04 Mon Sep 17 00:00:00 2001 From: Martial Maillot Date: Tue, 2 Apr 2024 16:30:51 +0200 Subject: [PATCH 1/5] =?UTF-8?q?feat(export):=20ajout=20de=20contexte=20sur?= =?UTF-8?q?=20l'erreur=20quand=20on=20r=C3=A9cup=C3=A8re=20les=20docs=20(#?= =?UTF-8?q?1347)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/ingester/common/fetchCdtnAdminDocuments.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/targets/export-elasticsearch/src/ingester/common/fetchCdtnAdminDocuments.ts b/targets/export-elasticsearch/src/ingester/common/fetchCdtnAdminDocuments.ts index a288df008..5ac32f320 100644 --- a/targets/export-elasticsearch/src/ingester/common/fetchCdtnAdminDocuments.ts +++ b/targets/export-elasticsearch/src/ingester/common/fetchCdtnAdminDocuments.ts @@ -171,6 +171,13 @@ const createDocumentsFetcher = { source: string } >(graphQLAgreggateDocumentBySource, { source }) .toPromise(); + if (nbDocResult.error) { + throw new Error( + `Failed to count ${source} documents -> ${JSON.stringify( + nbDocResult.error + )}` + ); + } if (!nbDocResult.data) { return []; } From 141b23df4755ff5c07f4616bed6355fb66df117b Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:35:07 +0000 Subject: [PATCH 2/5] chore(release): version 2.40.0 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- shared/elasticsearch/CHANGELOG.md | 4 ++++ shared/elasticsearch/package.json | 2 +- shared/eslint-config/CHANGELOG.md | 4 ++++ shared/eslint-config/package.json | 2 +- shared/types/CHANGELOG.md | 6 ++++++ shared/types/package.json | 2 +- shared/utils/CHANGELOG.md | 4 ++++ shared/utils/package.json | 2 +- targets/alert-cli/CHANGELOG.md | 6 ++++++ targets/alert-cli/package.json | 2 +- targets/contributions/CHANGELOG.md | 4 ++++ targets/contributions/package.json | 2 +- targets/export-elasticsearch/CHANGELOG.md | 7 +++++++ targets/export-elasticsearch/package.json | 2 +- targets/frontend/CHANGELOG.md | 6 ++++++ targets/frontend/package.json | 2 +- targets/ingester/CHANGELOG.md | 4 ++++ targets/ingester/package.json | 2 +- 20 files changed, 62 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 837e6cb75..6e1dc51fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +### Features + +- 1308 admin extraction des prqualifis ([#1315](https://github.com/SocialGouv/cdtn-admin/issues/1315)) ([cef0ceb](https://github.com/SocialGouv/cdtn-admin/commit/cef0cebe84919b58045bb369a5d49b72c211ea7f)) +- **export:** ajout de contexte sur l'erreur quand on récupère les docs ([#1347](https://github.com/SocialGouv/cdtn-admin/issues/1347)) ([45a81c0](https://github.com/SocialGouv/cdtn-admin/commit/45a81c045d4147c3fab979ace03aa73e14398e04)) + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 43d2b7982..fa72a327f 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "npmClient": "yarn", - "version": "2.39.7", + "version": "2.40.0", "useWorkspaces": true } diff --git a/shared/elasticsearch/CHANGELOG.md b/shared/elasticsearch/CHANGELOG.md index 6156453fa..d9869a130 100644 --- a/shared/elasticsearch/CHANGELOG.md +++ b/shared/elasticsearch/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch diff --git a/shared/elasticsearch/package.json b/shared/elasticsearch/package.json index e1464b982..d3f571dfe 100644 --- a/shared/elasticsearch/package.json +++ b/shared/elasticsearch/package.json @@ -1,7 +1,7 @@ { "name": "@socialgouv/cdtn-elasticsearch", "description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch", - "version": "2.39.7", + "version": "2.40.0", "babel": { "plugins": [ "@babel/plugin-transform-modules-commonjs" diff --git a/shared/eslint-config/CHANGELOG.md b/shared/eslint-config/CHANGELOG.md index 0d9bd1046..f83202686 100644 --- a/shared/eslint-config/CHANGELOG.md +++ b/shared/eslint-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +**Note:** Version bump only for package @shared/eslint-config + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) **Note:** Version bump only for package @shared/eslint-config diff --git a/shared/eslint-config/package.json b/shared/eslint-config/package.json index ba6cedfef..1ee81ae58 100644 --- a/shared/eslint-config/package.json +++ b/shared/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shared/eslint-config", - "version": "2.39.7", + "version": "2.40.0", "main": "index.js", "private": true, "dependencies": { diff --git a/shared/types/CHANGELOG.md b/shared/types/CHANGELOG.md index 69542d103..badfe7704 100644 --- a/shared/types/CHANGELOG.md +++ b/shared/types/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +### Features + +- 1308 admin extraction des prqualifis ([#1315](https://github.com/SocialGouv/cdtn-admin/issues/1315)) ([cef0ceb](https://github.com/SocialGouv/cdtn-admin/commit/cef0cebe84919b58045bb369a5d49b72c211ea7f)) + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) **Note:** Version bump only for package @shared/types diff --git a/shared/types/package.json b/shared/types/package.json index 84cf2ce09..e195454cd 100644 --- a/shared/types/package.json +++ b/shared/types/package.json @@ -1,6 +1,6 @@ { "name": "@shared/types", - "version": "2.39.7", + "version": "2.40.0", "private": true, "main": "build/index.js", "module": "build/index.js", diff --git a/shared/utils/CHANGELOG.md b/shared/utils/CHANGELOG.md index dc40ed495..7a1c33436 100644 --- a/shared/utils/CHANGELOG.md +++ b/shared/utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +**Note:** Version bump only for package @shared/utils + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) **Note:** Version bump only for package @shared/utils diff --git a/shared/utils/package.json b/shared/utils/package.json index 7af92b24b..da8c8a58a 100644 --- a/shared/utils/package.json +++ b/shared/utils/package.json @@ -1,6 +1,6 @@ { "name": "@shared/utils", - "version": "2.39.7", + "version": "2.40.0", "dependencies": { "@socialgouv/cdtn-sources": "^4.91.1", "@socialgouv/cdtn-utils": "^4.109.0", diff --git a/targets/alert-cli/CHANGELOG.md b/targets/alert-cli/CHANGELOG.md index 4c86e58cb..90a3fd87c 100644 --- a/targets/alert-cli/CHANGELOG.md +++ b/targets/alert-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +### Features + +- 1308 admin extraction des prqualifis ([#1315](https://github.com/SocialGouv/cdtn-admin/issues/1315)) ([cef0ceb](https://github.com/SocialGouv/cdtn-admin/commit/cef0cebe84919b58045bb369a5d49b72c211ea7f)) + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) **Note:** Version bump only for package alert-cli diff --git a/targets/alert-cli/package.json b/targets/alert-cli/package.json index 64b20febe..98337a69b 100644 --- a/targets/alert-cli/package.json +++ b/targets/alert-cli/package.json @@ -1,6 +1,6 @@ { "name": "alert-cli", - "version": "2.39.7", + "version": "2.40.0", "engines": { "node": ">=20.0.2" }, diff --git a/targets/contributions/CHANGELOG.md b/targets/contributions/CHANGELOG.md index cbde4b1f4..88302a217 100644 --- a/targets/contributions/CHANGELOG.md +++ b/targets/contributions/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +**Note:** Version bump only for package @socialgouv/contibutions + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) **Note:** Version bump only for package @socialgouv/contibutions diff --git a/targets/contributions/package.json b/targets/contributions/package.json index 7be726ede..104af965f 100644 --- a/targets/contributions/package.json +++ b/targets/contributions/package.json @@ -1,7 +1,7 @@ { "name": "@socialgouv/contibutions", "description": "Application de contributions aux données du code du travail numérique.", - "version": "2.39.7", + "version": "2.40.0", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/targets/export-elasticsearch/CHANGELOG.md b/targets/export-elasticsearch/CHANGELOG.md index 33858cc72..00e97e2c1 100644 --- a/targets/export-elasticsearch/CHANGELOG.md +++ b/targets/export-elasticsearch/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +### Features + +- 1308 admin extraction des prqualifis ([#1315](https://github.com/SocialGouv/cdtn-admin/issues/1315)) ([cef0ceb](https://github.com/SocialGouv/cdtn-admin/commit/cef0cebe84919b58045bb369a5d49b72c211ea7f)) +- **export:** ajout de contexte sur l'erreur quand on récupère les docs ([#1347](https://github.com/SocialGouv/cdtn-admin/issues/1347)) ([45a81c0](https://github.com/SocialGouv/cdtn-admin/commit/45a81c045d4147c3fab979ace03aa73e14398e04)) + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) ### Bug Fixes diff --git a/targets/export-elasticsearch/package.json b/targets/export-elasticsearch/package.json index 67b32a8db..63a9def40 100644 --- a/targets/export-elasticsearch/package.json +++ b/targets/export-elasticsearch/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "export-elasticsearch", - "version": "2.39.7", + "version": "2.40.0", "license": "MIT", "description": "", "main": "./build/index.js", diff --git a/targets/frontend/CHANGELOG.md b/targets/frontend/CHANGELOG.md index 8403191dc..8d99a6cb6 100644 --- a/targets/frontend/CHANGELOG.md +++ b/targets/frontend/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +### Features + +- 1308 admin extraction des prqualifis ([#1315](https://github.com/SocialGouv/cdtn-admin/issues/1315)) ([cef0ceb](https://github.com/SocialGouv/cdtn-admin/commit/cef0cebe84919b58045bb369a5d49b72c211ea7f)) + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) **Note:** Version bump only for package frontend diff --git a/targets/frontend/package.json b/targets/frontend/package.json index 4197ee99a..ad17a053c 100644 --- a/targets/frontend/package.json +++ b/targets/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.39.7", + "version": "2.40.0", "dependencies": { "@aws-sdk/client-s3": "^3.525.0", "@codegouvfr/react-dsfr": "^0.76.4", diff --git a/targets/ingester/CHANGELOG.md b/targets/ingester/CHANGELOG.md index b7df63492..6dce061cf 100644 --- a/targets/ingester/CHANGELOG.md +++ b/targets/ingester/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) + +**Note:** Version bump only for package ingester + ## [2.39.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.6...v2.39.7) (2024-03-28) **Note:** Version bump only for package ingester diff --git a/targets/ingester/package.json b/targets/ingester/package.json index 9b9086585..758af659d 100644 --- a/targets/ingester/package.json +++ b/targets/ingester/package.json @@ -1,6 +1,6 @@ { "name": "ingester", - "version": "2.39.7", + "version": "2.40.0", "dependencies": { "@shared/utils": "workspace:^", "@socialgouv/cdtn-slugify": "4.52.1", From 09d04fd864ff4e5bbf735ea84f0851561fb769ce Mon Sep 17 00:00:00 2001 From: Martial Maillot Date: Wed, 3 Apr 2024 10:00:09 +0200 Subject: [PATCH 3/5] =?UTF-8?q?fix(contribution):=20ne=20pas=20placer=20da?= =?UTF-8?q?ns=20une=20alerte=20un=20tableau=20=C3=A0=20la=20copie=20(#1338?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../forms/EditionField/extensions/Alert.ts | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/targets/frontend/src/components/forms/EditionField/extensions/Alert.ts b/targets/frontend/src/components/forms/EditionField/extensions/Alert.ts index 211f415db..4e75bb67c 100644 --- a/targets/frontend/src/components/forms/EditionField/extensions/Alert.ts +++ b/targets/frontend/src/components/forms/EditionField/extensions/Alert.ts @@ -6,13 +6,11 @@ declare module "@tiptap/core" { interface Commands { alert: { setAlert: () => ReturnType; - toggleAlert: () => ReturnType; - unsetAlert: () => ReturnType; }; } } -export const inputRegex = /^\s*>\s$/; +export const inputRegex = /^\s*\!\!\s$/; export const Alert = Node.create({ name: "alert", @@ -27,8 +25,6 @@ export const Alert = Node.create({ group: "block", - defining: true, - parseHTML() { return [{ tag: "div" }]; }, @@ -44,16 +40,6 @@ export const Alert = Node.create({ ({ commands }) => { return commands.wrapIn(this.name); }, - toggleBlockquote: - () => - ({ commands }) => { - return commands.toggleWrap(this.name); - }, - unsetBlockquote: - () => - ({ commands }) => { - return commands.lift(this.name); - }, }; }, From a9c6ee9dc3c791f39e732f21ffd119026630128a Mon Sep 17 00:00:00 2001 From: Martial Maillot Date: Wed, 3 Apr 2024 10:42:44 +0200 Subject: [PATCH 4/5] =?UTF-8?q?fix(export):=20correctif=20rapide=20pour=20?= =?UTF-8?q?la=20mise=20en=20prod=20des=20donn=C3=A9es=20(#1349)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/ingester/cdtnDocuments.ts | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/targets/export-elasticsearch/src/ingester/cdtnDocuments.ts b/targets/export-elasticsearch/src/ingester/cdtnDocuments.ts index 6bff5c8ea..d2113de3f 100644 --- a/targets/export-elasticsearch/src/ingester/cdtnDocuments.ts +++ b/targets/export-elasticsearch/src/ingester/cdtnDocuments.ts @@ -78,20 +78,6 @@ export async function cdtnDocumentsGen( ); }; - logger.info("=== Editorial contents ==="); - const documents = await getDocumentBySource( - SOURCES.EDITORIAL_CONTENT, - getBreadcrumbs - ); - const { - documents: editorialContents, - relatedIdsDocuments: relatedIdsEditorialDocuments, - } = await generateEditorialContents(documents, addGlossary); - documentsCount = { - ...documentsCount, - [SOURCES.EDITORIAL_CONTENT]: editorialContents.length, - }; - logger.info("=== Courriers ==="); const modelesDeCourriers = await getDocumentBySource( SOURCES.LETTERS, @@ -390,6 +376,20 @@ export async function cdtnDocumentsGen( }; await updateDocs(SOURCES.CDT, cdtDoc); + logger.info("=== Editorial contents ==="); + const documents = await getDocumentBySource( + SOURCES.EDITORIAL_CONTENT, + getBreadcrumbs + ); + const { + documents: editorialContents, + relatedIdsDocuments: relatedIdsEditorialDocuments, + } = await generateEditorialContents(documents, addGlossary); + documentsCount = { + ...documentsCount, + [SOURCES.EDITORIAL_CONTENT]: editorialContents.length, + }; + logger.info("=== Merge Related Documents ==="); const allDocuments = [ ...editorialContents, From 1ace8daa2d3c446a7f83fb4bea6347d25a4ca7a4 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:57:53 +0000 Subject: [PATCH 5/5] chore(release): version 2.40.1 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- shared/elasticsearch/CHANGELOG.md | 4 ++++ shared/elasticsearch/package.json | 2 +- shared/eslint-config/CHANGELOG.md | 4 ++++ shared/eslint-config/package.json | 2 +- shared/types/CHANGELOG.md | 4 ++++ shared/types/package.json | 2 +- shared/utils/CHANGELOG.md | 4 ++++ shared/utils/package.json | 2 +- targets/alert-cli/CHANGELOG.md | 4 ++++ targets/alert-cli/package.json | 2 +- targets/contributions/CHANGELOG.md | 4 ++++ targets/contributions/package.json | 2 +- targets/export-elasticsearch/CHANGELOG.md | 6 ++++++ targets/export-elasticsearch/package.json | 2 +- targets/frontend/CHANGELOG.md | 6 ++++++ targets/frontend/package.json | 2 +- targets/ingester/CHANGELOG.md | 4 ++++ targets/ingester/package.json | 2 +- 20 files changed, 57 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1dc51fa..feb36c516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +### Bug Fixes + +- **contribution:** ne pas placer dans une alerte un tableau à la copie ([#1338](https://github.com/SocialGouv/cdtn-admin/issues/1338)) ([09d04fd](https://github.com/SocialGouv/cdtn-admin/commit/09d04fd864ff4e5bbf735ea84f0851561fb769ce)) +- **export:** correctif rapide pour la mise en prod des données ([#1349](https://github.com/SocialGouv/cdtn-admin/issues/1349)) ([a9c6ee9](https://github.com/SocialGouv/cdtn-admin/commit/a9c6ee9dc3c791f39e732f21ffd119026630128a)) + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) ### Features diff --git a/lerna.json b/lerna.json index fa72a327f..63e7c10be 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "npmClient": "yarn", - "version": "2.40.0", + "version": "2.40.1", "useWorkspaces": true } diff --git a/shared/elasticsearch/CHANGELOG.md b/shared/elasticsearch/CHANGELOG.md index d9869a130..23fc4b318 100644 --- a/shared/elasticsearch/CHANGELOG.md +++ b/shared/elasticsearch/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch diff --git a/shared/elasticsearch/package.json b/shared/elasticsearch/package.json index d3f571dfe..0319bdd63 100644 --- a/shared/elasticsearch/package.json +++ b/shared/elasticsearch/package.json @@ -1,7 +1,7 @@ { "name": "@socialgouv/cdtn-elasticsearch", "description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch", - "version": "2.40.0", + "version": "2.40.1", "babel": { "plugins": [ "@babel/plugin-transform-modules-commonjs" diff --git a/shared/eslint-config/CHANGELOG.md b/shared/eslint-config/CHANGELOG.md index f83202686..3b628dbe8 100644 --- a/shared/eslint-config/CHANGELOG.md +++ b/shared/eslint-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +**Note:** Version bump only for package @shared/eslint-config + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) **Note:** Version bump only for package @shared/eslint-config diff --git a/shared/eslint-config/package.json b/shared/eslint-config/package.json index 1ee81ae58..c7695ea3e 100644 --- a/shared/eslint-config/package.json +++ b/shared/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shared/eslint-config", - "version": "2.40.0", + "version": "2.40.1", "main": "index.js", "private": true, "dependencies": { diff --git a/shared/types/CHANGELOG.md b/shared/types/CHANGELOG.md index badfe7704..397503ed5 100644 --- a/shared/types/CHANGELOG.md +++ b/shared/types/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +**Note:** Version bump only for package @shared/types + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) ### Features diff --git a/shared/types/package.json b/shared/types/package.json index e195454cd..2702f1371 100644 --- a/shared/types/package.json +++ b/shared/types/package.json @@ -1,6 +1,6 @@ { "name": "@shared/types", - "version": "2.40.0", + "version": "2.40.1", "private": true, "main": "build/index.js", "module": "build/index.js", diff --git a/shared/utils/CHANGELOG.md b/shared/utils/CHANGELOG.md index 7a1c33436..010190bac 100644 --- a/shared/utils/CHANGELOG.md +++ b/shared/utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +**Note:** Version bump only for package @shared/utils + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) **Note:** Version bump only for package @shared/utils diff --git a/shared/utils/package.json b/shared/utils/package.json index da8c8a58a..cee687d64 100644 --- a/shared/utils/package.json +++ b/shared/utils/package.json @@ -1,6 +1,6 @@ { "name": "@shared/utils", - "version": "2.40.0", + "version": "2.40.1", "dependencies": { "@socialgouv/cdtn-sources": "^4.91.1", "@socialgouv/cdtn-utils": "^4.109.0", diff --git a/targets/alert-cli/CHANGELOG.md b/targets/alert-cli/CHANGELOG.md index 90a3fd87c..9a59a6bd0 100644 --- a/targets/alert-cli/CHANGELOG.md +++ b/targets/alert-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +**Note:** Version bump only for package alert-cli + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) ### Features diff --git a/targets/alert-cli/package.json b/targets/alert-cli/package.json index 98337a69b..09b7db0f0 100644 --- a/targets/alert-cli/package.json +++ b/targets/alert-cli/package.json @@ -1,6 +1,6 @@ { "name": "alert-cli", - "version": "2.40.0", + "version": "2.40.1", "engines": { "node": ">=20.0.2" }, diff --git a/targets/contributions/CHANGELOG.md b/targets/contributions/CHANGELOG.md index 88302a217..b044a47cb 100644 --- a/targets/contributions/CHANGELOG.md +++ b/targets/contributions/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +**Note:** Version bump only for package @socialgouv/contibutions + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) **Note:** Version bump only for package @socialgouv/contibutions diff --git a/targets/contributions/package.json b/targets/contributions/package.json index 104af965f..622731c34 100644 --- a/targets/contributions/package.json +++ b/targets/contributions/package.json @@ -1,7 +1,7 @@ { "name": "@socialgouv/contibutions", "description": "Application de contributions aux données du code du travail numérique.", - "version": "2.40.0", + "version": "2.40.1", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/targets/export-elasticsearch/CHANGELOG.md b/targets/export-elasticsearch/CHANGELOG.md index 00e97e2c1..89f00b1d2 100644 --- a/targets/export-elasticsearch/CHANGELOG.md +++ b/targets/export-elasticsearch/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +### Bug Fixes + +- **export:** correctif rapide pour la mise en prod des données ([#1349](https://github.com/SocialGouv/cdtn-admin/issues/1349)) ([a9c6ee9](https://github.com/SocialGouv/cdtn-admin/commit/a9c6ee9dc3c791f39e732f21ffd119026630128a)) + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) ### Features diff --git a/targets/export-elasticsearch/package.json b/targets/export-elasticsearch/package.json index 63a9def40..ba1a52bb9 100644 --- a/targets/export-elasticsearch/package.json +++ b/targets/export-elasticsearch/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "export-elasticsearch", - "version": "2.40.0", + "version": "2.40.1", "license": "MIT", "description": "", "main": "./build/index.js", diff --git a/targets/frontend/CHANGELOG.md b/targets/frontend/CHANGELOG.md index 8d99a6cb6..1e5229eb0 100644 --- a/targets/frontend/CHANGELOG.md +++ b/targets/frontend/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +### Bug Fixes + +- **contribution:** ne pas placer dans une alerte un tableau à la copie ([#1338](https://github.com/SocialGouv/cdtn-admin/issues/1338)) ([09d04fd](https://github.com/SocialGouv/cdtn-admin/commit/09d04fd864ff4e5bbf735ea84f0851561fb769ce)) + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) ### Features diff --git a/targets/frontend/package.json b/targets/frontend/package.json index ad17a053c..8bc7e8158 100644 --- a/targets/frontend/package.json +++ b/targets/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.40.0", + "version": "2.40.1", "dependencies": { "@aws-sdk/client-s3": "^3.525.0", "@codegouvfr/react-dsfr": "^0.76.4", diff --git a/targets/ingester/CHANGELOG.md b/targets/ingester/CHANGELOG.md index 6dce061cf..4058738a6 100644 --- a/targets/ingester/CHANGELOG.md +++ b/targets/ingester/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.40.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.40.0...v2.40.1) (2024-04-03) + +**Note:** Version bump only for package ingester + # [2.40.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.39.7...v2.40.0) (2024-04-02) **Note:** Version bump only for package ingester diff --git a/targets/ingester/package.json b/targets/ingester/package.json index 758af659d..c49255175 100644 --- a/targets/ingester/package.json +++ b/targets/ingester/package.json @@ -1,6 +1,6 @@ { "name": "ingester", - "version": "2.40.0", + "version": "2.40.1", "dependencies": { "@shared/utils": "workspace:^", "@socialgouv/cdtn-slugify": "4.52.1",