diff --git a/CHANGELOG.md b/CHANGELOG.md index dad9acdf9..3e22bdbe0 100644 --- a/CHANGELOG.md +++ b/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.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) + +### Bug Fixes + +- **alert-cli:** contenus éditoriaux qui peuvent être `undefined` si aucun n'élément est renseigné ([#1211](https://github.com/SocialGouv/cdtn-admin/issues/1211)) ([0c36c57](https://github.com/SocialGouv/cdtn-admin/commit/0c36c57eb9f815ea641be5ec8edf341716f5ae73)) + # [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9e97dd112..a94cfddd3 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "npmClient": "yarn", - "version": "2.29.0", + "version": "2.29.1", "useWorkspaces": true } diff --git a/shared/elasticsearch/CHANGELOG.md b/shared/elasticsearch/CHANGELOG.md index f43139f5f..606756392 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.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 + # [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) ### Features diff --git a/shared/elasticsearch/package.json b/shared/elasticsearch/package.json index 021468655..ed29abdfd 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.0", + "version": "2.29.1", "babel": { "plugins": [ "@babel/plugin-transform-modules-commonjs" diff --git a/shared/eslint-config/CHANGELOG.md b/shared/eslint-config/CHANGELOG.md index a33fcf4bf..6f7f8f62d 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.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 + # [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 diff --git a/shared/eslint-config/package.json b/shared/eslint-config/package.json index 79f43eceb..04bc010bd 100644 --- a/shared/eslint-config/package.json +++ b/shared/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shared/eslint-config", - "version": "2.29.0", + "version": "2.29.1", "main": "index.js", "private": true, "dependencies": { diff --git a/shared/types/CHANGELOG.md b/shared/types/CHANGELOG.md index af8ba64c7..efbd164fd 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.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) + +### Bug Fixes + +- **alert-cli:** contenus éditoriaux qui peuvent être `undefined` si aucun n'élément est renseigné ([#1211](https://github.com/SocialGouv/cdtn-admin/issues/1211)) ([0c36c57](https://github.com/SocialGouv/cdtn-admin/commit/0c36c57eb9f815ea641be5ec8edf341716f5ae73)) + # [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) ### Features diff --git a/shared/types/package.json b/shared/types/package.json index f5a771474..1e061c35a 100644 --- a/shared/types/package.json +++ b/shared/types/package.json @@ -1,6 +1,6 @@ { "name": "@shared/types", - "version": "2.29.0", + "version": "2.29.1", "private": true, "main": "build/index.js", "module": "build/index.js", diff --git a/shared/utils/CHANGELOG.md b/shared/utils/CHANGELOG.md index 4aa8641f4..9a7ea1152 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.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 + # [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) ### Features diff --git a/shared/utils/package.json b/shared/utils/package.json index 8a68a2c92..24148f935 100644 --- a/shared/utils/package.json +++ b/shared/utils/package.json @@ -1,6 +1,6 @@ { "name": "@shared/utils", - "version": "2.29.0", + "version": "2.29.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 6794795c5..b82aa740e 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.29.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) + +### Bug Fixes + +- **alert-cli:** contenus éditoriaux qui peuvent être `undefined` si aucun n'élément est renseigné ([#1211](https://github.com/SocialGouv/cdtn-admin/issues/1211)) ([0c36c57](https://github.com/SocialGouv/cdtn-admin/commit/0c36c57eb9f815ea641be5ec8edf341716f5ae73)) + # [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) ### Features diff --git a/targets/alert-cli/package.json b/targets/alert-cli/package.json index 81361836c..07ef79d65 100644 --- a/targets/alert-cli/package.json +++ b/targets/alert-cli/package.json @@ -1,6 +1,6 @@ { "name": "alert-cli", - "version": "2.29.0", + "version": "2.29.1", "engines": { "node": ">=20.0.2" }, diff --git a/targets/contributions/CHANGELOG.md b/targets/contributions/CHANGELOG.md index 64f0ee914..967ef207c 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.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 + # [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) ### Features diff --git a/targets/contributions/package.json b/targets/contributions/package.json index f47692c85..344a8279f 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.0", + "version": "2.29.1", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/targets/export-elasticsearch/CHANGELOG.md b/targets/export-elasticsearch/CHANGELOG.md index 6f1e7a48d..d42c1c92f 100644 --- a/targets/export-elasticsearch/CHANGELOG.md +++ b/targets/export-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.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 + # [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) ### Features diff --git a/targets/export-elasticsearch/package.json b/targets/export-elasticsearch/package.json index 4293c620f..ca8508a39 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.0", + "version": "2.29.1", "license": "MIT", "description": "", "main": "./build/index.js", diff --git a/targets/frontend/CHANGELOG.md b/targets/frontend/CHANGELOG.md index 53c3d7c0f..2c579f441 100644 --- a/targets/frontend/CHANGELOG.md +++ b/targets/frontend/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.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.29.0...v2.29.1) (2023-12-28) + +**Note:** Version bump only for package frontend + # [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) ### Bug Fixes diff --git a/targets/frontend/package.json b/targets/frontend/package.json index 743143c44..b9dfc02ff 100644 --- a/targets/frontend/package.json +++ b/targets/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.29.0", + "version": "2.29.1", "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 fcdfa2586..caf88c16e 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.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 + # [2.29.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.28.4...v2.29.0) (2023-12-27) ### Bug Fixes diff --git a/targets/ingester/package.json b/targets/ingester/package.json index ee5833ce5..a78933b17 100644 --- a/targets/ingester/package.json +++ b/targets/ingester/package.json @@ -1,6 +1,6 @@ { "name": "ingester", - "version": "2.29.0", + "version": "2.29.1", "dependencies": { "@shared/utils": "workspace:^", "@socialgouv/cdtn-slugify": "4.52.1",