diff --git a/CHANGELOG.md b/CHANGELOG.md index 2389ce209..dad9acdf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +### Bug Fixes + +- algorithme de changement de position des thèmes ([#1204](https://github.com/SocialGouv/cdtn-admin/issues/1204)) ([8f1731b](https://github.com/SocialGouv/cdtn-admin/commit/8f1731bd9e8265e24f155939010b3c9c06e73432)) +- **ci:** add test on ci for `@shared/utils` ([4e80943](https://github.com/SocialGouv/cdtn-admin/commit/4e809430518919dd8a81c237c646688d837197af)) +- **informations:** desactivation de l'UI de création de page information sur `Contenu` ([#1208](https://github.com/SocialGouv/cdtn-admin/issues/1208)) ([3595ead](https://github.com/SocialGouv/cdtn-admin/commit/3595eadb075c073e2c0d0f195ba8f039c5b03d58)) +- **ingester:** utilisation du flag active depuis kali_data ([#1200](https://github.com/SocialGouv/cdtn-admin/issues/1200)) ([aa428d7](https://github.com/SocialGouv/cdtn-admin/commit/aa428d7979ab9731ca7f86f6ac8dc4f716011b4f)) + +### Features + +- **alert-cli:** ajout du support des fiche-sp au niveau des contributions ([#1205](https://github.com/SocialGouv/cdtn-admin/issues/1205)) ([add9832](https://github.com/SocialGouv/cdtn-admin/commit/add98324e06c3db9305b15c8d9c796ab8f94faa5)) +- **contrib:** gestion des contrib sans CDT pour les génériques ([#1160](https://github.com/SocialGouv/cdtn-admin/issues/1160)) ([4e4dbaa](https://github.com/SocialGouv/cdtn-admin/commit/4e4dbaa3f90dc201da3f6bf9150b60c2e01147b0)) +- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34)) +- **meta:** désactivation des anciennes ccs de la métallurgie ([#1167](https://github.com/SocialGouv/cdtn-admin/issues/1167)) ([fff0b48](https://github.com/SocialGouv/cdtn-admin/commit/fff0b48e5c1e6a9f88a3b606dd5a72b3a0729675)), closes [#1157](https://github.com/SocialGouv/cdtn-admin/issues/1157) [#1197](https://github.com/SocialGouv/cdtn-admin/issues/1197) +- possibilité de publier des contributions même s'il y a des références vers des documents inexistants ([#1192](https://github.com/SocialGouv/cdtn-admin/issues/1192)) ([9971c83](https://github.com/SocialGouv/cdtn-admin/commit/9971c83d1f5d872d75595bfb524f6b02890e5856)) + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 3d49570bf..9e97dd112 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "npmClient": "yarn", - "version": "2.28.4", + "version": "2.29.0", "useWorkspaces": true } diff --git a/shared/elasticsearch/CHANGELOG.md b/shared/elasticsearch/CHANGELOG.md index 792ad37e8..f43139f5f 100644 --- a/shared/elasticsearch/CHANGELOG.md +++ b/shared/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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +### Features + +- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34)) + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch diff --git a/shared/elasticsearch/package.json b/shared/elasticsearch/package.json index bc53d47f3..021468655 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.28.4", + "version": "2.29.0", "babel": { "plugins": [ "@babel/plugin-transform-modules-commonjs" diff --git a/shared/eslint-config/CHANGELOG.md b/shared/eslint-config/CHANGELOG.md index b12606903..a33fcf4bf 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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +**Note:** Version bump only for package @shared/eslint-config + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) **Note:** Version bump only for package @shared/eslint-config diff --git a/shared/eslint-config/package.json b/shared/eslint-config/package.json index 2fc4ee903..79f43eceb 100644 --- a/shared/eslint-config/package.json +++ b/shared/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shared/eslint-config", - "version": "2.28.4", + "version": "2.29.0", "main": "index.js", "private": true, "dependencies": { diff --git a/shared/types/CHANGELOG.md b/shared/types/CHANGELOG.md index 44e7dbd05..af8ba64c7 100644 --- a/shared/types/CHANGELOG.md +++ b/shared/types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +### Features + +- **alert-cli:** ajout du support des fiche-sp au niveau des contributions ([#1205](https://github.com/SocialGouv/cdtn-admin/issues/1205)) ([add9832](https://github.com/SocialGouv/cdtn-admin/commit/add98324e06c3db9305b15c8d9c796ab8f94faa5)) +- **contrib:** gestion des contrib sans CDT pour les génériques ([#1160](https://github.com/SocialGouv/cdtn-admin/issues/1160)) ([4e4dbaa](https://github.com/SocialGouv/cdtn-admin/commit/4e4dbaa3f90dc201da3f6bf9150b60c2e01147b0)) +- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34)) + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) **Note:** Version bump only for package @shared/types diff --git a/shared/types/package.json b/shared/types/package.json index 098f3eefe..f5a771474 100644 --- a/shared/types/package.json +++ b/shared/types/package.json @@ -1,6 +1,6 @@ { "name": "@shared/types", - "version": "2.28.4", + "version": "2.29.0", "private": true, "main": "build/index.js", "module": "build/index.js", diff --git a/shared/utils/CHANGELOG.md b/shared/utils/CHANGELOG.md index 163c6a082..4aa8641f4 100644 --- a/shared/utils/CHANGELOG.md +++ b/shared/utils/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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +### Features + +- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34)) + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) **Note:** Version bump only for package @shared/utils diff --git a/shared/utils/package.json b/shared/utils/package.json index 2a232e888..8a68a2c92 100644 --- a/shared/utils/package.json +++ b/shared/utils/package.json @@ -1,6 +1,6 @@ { "name": "@shared/utils", - "version": "2.28.4", + "version": "2.29.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 22b3567e2..6794795c5 100644 --- a/targets/alert-cli/CHANGELOG.md +++ b/targets/alert-cli/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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +### Features + +- **alert-cli:** ajout du support des fiche-sp au niveau des contributions ([#1205](https://github.com/SocialGouv/cdtn-admin/issues/1205)) ([add9832](https://github.com/SocialGouv/cdtn-admin/commit/add98324e06c3db9305b15c8d9c796ab8f94faa5)) +- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34)) + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) **Note:** Version bump only for package alert-cli diff --git a/targets/alert-cli/package.json b/targets/alert-cli/package.json index fab10f652..81361836c 100644 --- a/targets/alert-cli/package.json +++ b/targets/alert-cli/package.json @@ -1,6 +1,6 @@ { "name": "alert-cli", - "version": "2.28.4", + "version": "2.29.0", "engines": { "node": ">=20.0.2" }, diff --git a/targets/contributions/CHANGELOG.md b/targets/contributions/CHANGELOG.md index a38103a51..64f0ee914 100644 --- a/targets/contributions/CHANGELOG.md +++ b/targets/contributions/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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +### Features + +- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34)) + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) **Note:** Version bump only for package @socialgouv/contibutions diff --git a/targets/contributions/package.json b/targets/contributions/package.json index 2c43ab5a2..f47692c85 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.28.4", + "version": "2.29.0", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/targets/export-elasticsearch/CHANGELOG.md b/targets/export-elasticsearch/CHANGELOG.md index a656d2268..6f1e7a48d 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.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +### Features + +- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34)) + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) **Note:** Version bump only for package export-elasticsearch diff --git a/targets/export-elasticsearch/package.json b/targets/export-elasticsearch/package.json index 7603b2360..4293c620f 100644 --- a/targets/export-elasticsearch/package.json +++ b/targets/export-elasticsearch/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "export-elasticsearch", - "version": "2.28.4", + "version": "2.29.0", "license": "MIT", "description": "", "main": "./build/index.js", diff --git a/targets/frontend/CHANGELOG.md b/targets/frontend/CHANGELOG.md index 2bd18eac7..53c3d7c0f 100644 --- a/targets/frontend/CHANGELOG.md +++ b/targets/frontend/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +### Bug Fixes + +- **informations:** desactivation de l'UI de création de page information sur `Contenu` ([#1208](https://github.com/SocialGouv/cdtn-admin/issues/1208)) ([3595ead](https://github.com/SocialGouv/cdtn-admin/commit/3595eadb075c073e2c0d0f195ba8f039c5b03d58)) + +### Features + +- **alert-cli:** ajout du support des fiche-sp au niveau des contributions ([#1205](https://github.com/SocialGouv/cdtn-admin/issues/1205)) ([add9832](https://github.com/SocialGouv/cdtn-admin/commit/add98324e06c3db9305b15c8d9c796ab8f94faa5)) +- **contrib:** gestion des contrib sans CDT pour les génériques ([#1160](https://github.com/SocialGouv/cdtn-admin/issues/1160)) ([4e4dbaa](https://github.com/SocialGouv/cdtn-admin/commit/4e4dbaa3f90dc201da3f6bf9150b60c2e01147b0)) +- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34)) +- possibilité de publier des contributions même s'il y a des références vers des documents inexistants ([#1192](https://github.com/SocialGouv/cdtn-admin/issues/1192)) ([9971c83](https://github.com/SocialGouv/cdtn-admin/commit/9971c83d1f5d872d75595bfb524f6b02890e5856)) + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) **Note:** Version bump only for package frontend diff --git a/targets/frontend/package.json b/targets/frontend/package.json index 0df419814..743143c44 100644 --- a/targets/frontend/package.json +++ b/targets/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.28.4", + "version": "2.29.0", "dependencies": { "@azure/abort-controller": "^1.0.4", "@azure/storage-blob": "^12.7.0", diff --git a/targets/ingester/CHANGELOG.md b/targets/ingester/CHANGELOG.md index 420b7eb1c..fcdfa2586 100644 --- a/targets/ingester/CHANGELOG.md +++ b/targets/ingester/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) + +### Bug Fixes + +- **ingester:** utilisation du flag active depuis kali_data ([#1200](https://github.com/SocialGouv/cdtn-admin/issues/1200)) ([aa428d7](https://github.com/SocialGouv/cdtn-admin/commit/aa428d7979ab9731ca7f86f6ac8dc4f716011b4f)) + +### Features + +- **export:** ajout du code du `@shared/elastic-document-adapter` dans le code de l'`export-elasticsearch` ([#1183](https://github.com/SocialGouv/cdtn-admin/issues/1183)) ([f6919b4](https://github.com/SocialGouv/cdtn-admin/commit/f6919b427befcc3a298aec3ac4182b2d392b8e34)) + ## [2.28.4](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.3...v2.28.4) (2023-12-21) **Note:** Version bump only for package ingester diff --git a/targets/ingester/package.json b/targets/ingester/package.json index a7afbf9f1..ee5833ce5 100644 --- a/targets/ingester/package.json +++ b/targets/ingester/package.json @@ -1,6 +1,6 @@ { "name": "ingester", - "version": "2.28.4", + "version": "2.29.0", "dependencies": { "@shared/utils": "workspace:^", "@socialgouv/cdtn-slugify": "4.52.1",