diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e22bdbe0..678d7c41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +### Bug Fixes + +- **build:** set environment variable of fetch in int ([73e05ba](https://github.com/SocialGouv/cdtn-admin/commit/73e05ba0e1fefee133e537bf94b553c75f9436aa)) +- contribution description vide ou mal ecrite ([#1217](https://github.com/SocialGouv/cdtn-admin/issues/1217)) ([b846754](https://github.com/SocialGouv/cdtn-admin/commit/b8467541e94983ed19c585f3646dc156eb8743b1)) +- **contributions:** ajout des références sur les CCs référençant le CDT ([#1216](https://github.com/SocialGouv/cdtn-admin/issues/1216)) ([20ac4a2](https://github.com/SocialGouv/cdtn-admin/commit/20ac4a2207005b1fbe634d5f793fa4f041819919)) +- **export:** modification des valeurs du fetch ([#1218](https://github.com/SocialGouv/cdtn-admin/issues/1218)) ([95b092a](https://github.com/SocialGouv/cdtn-admin/commit/95b092a1935a62af6466218535ae0e54db884d28)) +- **wording:** renommage du champs "Message d'alerte pour les CC non traitées" ([#1222](https://github.com/SocialGouv/cdtn-admin/issues/1222)) ([3634cd6](https://github.com/SocialGouv/cdtn-admin/commit/3634cd6f743029d8e2eb1189afeae66351d7167e)) + +### Features + +- afficher les themes avec moins d'éléments en priorité ([#1214](https://github.com/SocialGouv/cdtn-admin/issues/1214)) ([8c1884c](https://github.com/SocialGouv/cdtn-admin/commit/8c1884cf55921dede5297d57cefea6d202f03abe)) +- **ccs:** activation des CCs du lot 2 pour les nouvelles contribs ([#1166](https://github.com/SocialGouv/cdtn-admin/issues/1166)) ([384e737](https://github.com/SocialGouv/cdtn-admin/commit/384e73746a253d01090cf10b55cf4d03cf06c1f0)) +- **scripts:** support de DBeaver et ajout d'un script pour dump une BDD ([#1224](https://github.com/SocialGouv/cdtn-admin/issues/1224)) ([4c3f76b](https://github.com/SocialGouv/cdtn-admin/commit/4c3f76bcfb1789f7dce83b56270abec0f9dce8a1)) + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a94cfddd3..0402c592e 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "npmClient": "yarn", - "version": "2.29.1", + "version": "2.30.0", "useWorkspaces": true } diff --git a/shared/elasticsearch/CHANGELOG.md b/shared/elasticsearch/CHANGELOG.md index 606756392..22be718f1 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.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch diff --git a/shared/elasticsearch/package.json b/shared/elasticsearch/package.json index ed29abdfd..cf46c377e 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.29.1", + "version": "2.30.0", "babel": { "plugins": [ "@babel/plugin-transform-modules-commonjs" diff --git a/shared/eslint-config/CHANGELOG.md b/shared/eslint-config/CHANGELOG.md index 6f7f8f62d..6251bef8a 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.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +**Note:** Version bump only for package @shared/eslint-config + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-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 04bc010bd..45e4cdfe1 100644 --- a/shared/eslint-config/package.json +++ b/shared/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shared/eslint-config", - "version": "2.29.1", + "version": "2.30.0", "main": "index.js", "private": true, "dependencies": { diff --git a/shared/types/CHANGELOG.md b/shared/types/CHANGELOG.md index efbd164fd..63183ccc6 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.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +**Note:** Version bump only for package @shared/types + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) ### Bug Fixes diff --git a/shared/types/package.json b/shared/types/package.json index 1e061c35a..d422fd40d 100644 --- a/shared/types/package.json +++ b/shared/types/package.json @@ -1,6 +1,6 @@ { "name": "@shared/types", - "version": "2.29.1", + "version": "2.30.0", "private": true, "main": "build/index.js", "module": "build/index.js", diff --git a/shared/utils/CHANGELOG.md b/shared/utils/CHANGELOG.md index 9a7ea1152..f9539e33b 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.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +**Note:** Version bump only for package @shared/utils + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) **Note:** Version bump only for package @shared/utils diff --git a/shared/utils/package.json b/shared/utils/package.json index 24148f935..5bf6ad9e9 100644 --- a/shared/utils/package.json +++ b/shared/utils/package.json @@ -1,6 +1,6 @@ { "name": "@shared/utils", - "version": "2.29.1", + "version": "2.30.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 b82aa740e..ed8089bc8 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.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +**Note:** Version bump only for package alert-cli + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) ### Bug Fixes diff --git a/targets/alert-cli/package.json b/targets/alert-cli/package.json index 07ef79d65..1b1a42b2f 100644 --- a/targets/alert-cli/package.json +++ b/targets/alert-cli/package.json @@ -1,6 +1,6 @@ { "name": "alert-cli", - "version": "2.29.1", + "version": "2.30.0", "engines": { "node": ">=20.0.2" }, diff --git a/targets/contributions/CHANGELOG.md b/targets/contributions/CHANGELOG.md index 967ef207c..8d1975d69 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.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +**Note:** Version bump only for package @socialgouv/contibutions + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) **Note:** Version bump only for package @socialgouv/contibutions diff --git a/targets/contributions/package.json b/targets/contributions/package.json index 344a8279f..aa0733781 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.29.1", + "version": "2.30.0", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/targets/export-elasticsearch/CHANGELOG.md b/targets/export-elasticsearch/CHANGELOG.md index d42c1c92f..610ff332f 100644 --- a/targets/export-elasticsearch/CHANGELOG.md +++ b/targets/export-elasticsearch/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +### Bug Fixes + +- **build:** set environment variable of fetch in int ([73e05ba](https://github.com/SocialGouv/cdtn-admin/commit/73e05ba0e1fefee133e537bf94b553c75f9436aa)) +- contribution description vide ou mal ecrite ([#1217](https://github.com/SocialGouv/cdtn-admin/issues/1217)) ([b846754](https://github.com/SocialGouv/cdtn-admin/commit/b8467541e94983ed19c585f3646dc156eb8743b1)) +- **contributions:** ajout des références sur les CCs référençant le CDT ([#1216](https://github.com/SocialGouv/cdtn-admin/issues/1216)) ([20ac4a2](https://github.com/SocialGouv/cdtn-admin/commit/20ac4a2207005b1fbe634d5f793fa4f041819919)) +- **export:** modification des valeurs du fetch ([#1218](https://github.com/SocialGouv/cdtn-admin/issues/1218)) ([95b092a](https://github.com/SocialGouv/cdtn-admin/commit/95b092a1935a62af6466218535ae0e54db884d28)) +- **wording:** renommage du champs "Message d'alerte pour les CC non traitées" ([#1222](https://github.com/SocialGouv/cdtn-admin/issues/1222)) ([3634cd6](https://github.com/SocialGouv/cdtn-admin/commit/3634cd6f743029d8e2eb1189afeae66351d7167e)) + +### Features + +- afficher les themes avec moins d'éléments en priorité ([#1214](https://github.com/SocialGouv/cdtn-admin/issues/1214)) ([8c1884c](https://github.com/SocialGouv/cdtn-admin/commit/8c1884cf55921dede5297d57cefea6d202f03abe)) + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) **Note:** Version bump only for package export-elasticsearch diff --git a/targets/export-elasticsearch/package.json b/targets/export-elasticsearch/package.json index ca8508a39..17e051470 100644 --- a/targets/export-elasticsearch/package.json +++ b/targets/export-elasticsearch/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "export-elasticsearch", - "version": "2.29.1", + "version": "2.30.0", "license": "MIT", "description": "", "main": "./build/index.js", diff --git a/targets/frontend/CHANGELOG.md b/targets/frontend/CHANGELOG.md index 2c579f441..78a369dfa 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.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +### Bug Fixes + +- **wording:** renommage du champs "Message d'alerte pour les CC non traitées" ([#1222](https://github.com/SocialGouv/cdtn-admin/issues/1222)) ([3634cd6](https://github.com/SocialGouv/cdtn-admin/commit/3634cd6f743029d8e2eb1189afeae66351d7167e)) + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) **Note:** Version bump only for package frontend diff --git a/targets/frontend/package.json b/targets/frontend/package.json index b9dfc02ff..6e88432d1 100644 --- a/targets/frontend/package.json +++ b/targets/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.29.1", + "version": "2.30.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 caf88c16e..ca833c039 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.30.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.1...v2.30.0) (2024-01-10) + +**Note:** Version bump only for package ingester + ## [2.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) **Note:** Version bump only for package ingester diff --git a/targets/ingester/package.json b/targets/ingester/package.json index a78933b17..53e5522c8 100644 --- a/targets/ingester/package.json +++ b/targets/ingester/package.json @@ -1,6 +1,6 @@ { "name": "ingester", - "version": "2.29.1", + "version": "2.30.0", "dependencies": { "@shared/utils": "workspace:^", "@socialgouv/cdtn-slugify": "4.52.1",