From 742cd75b4890878b9080fc194dbadbb1ce4e9998 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:25:27 +0000 Subject: [PATCH] chore(release): version 2.53.0 --- CHANGELOG.md | 6 ++++++ 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/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 +- 18 files changed, 51 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10faba5e..933bbdfe5 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.53.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.3...v2.53.0) (2024-12-18) + +### Features + +- **information:** utilisation de tiptap sur les pages infos ([#1515](https://github.com/SocialGouv/cdtn-admin/issues/1515)) ([0eac658](https://github.com/SocialGouv/cdtn-admin/commit/0eac658c3e535f293a0e847f307d2e3dc3fb6667)) + ## [2.52.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.2...v2.52.3) (2024-12-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index da1174d1a..f2b36b3bb 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "npmClient": "yarn", - "version": "2.52.3", + "version": "2.53.0", "useWorkspaces": true } diff --git a/shared/elasticsearch/CHANGELOG.md b/shared/elasticsearch/CHANGELOG.md index 603f46fa1..ee5306474 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.53.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.3...v2.53.0) (2024-12-18) + +**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch + ## [2.52.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.2...v2.52.3) (2024-12-09) **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch diff --git a/shared/elasticsearch/package.json b/shared/elasticsearch/package.json index 5d5dce0b0..441114254 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.52.3", + "version": "2.53.0", "babel": { "plugins": [ "@babel/plugin-transform-modules-commonjs" diff --git a/shared/eslint-config/CHANGELOG.md b/shared/eslint-config/CHANGELOG.md index bec998305..f9562524d 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.53.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.3...v2.53.0) (2024-12-18) + +**Note:** Version bump only for package @shared/eslint-config + ## [2.52.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.2...v2.52.3) (2024-12-09) **Note:** Version bump only for package @shared/eslint-config diff --git a/shared/eslint-config/package.json b/shared/eslint-config/package.json index 999e4b51d..827a86593 100644 --- a/shared/eslint-config/package.json +++ b/shared/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shared/eslint-config", - "version": "2.52.3", + "version": "2.53.0", "main": "index.js", "private": true, "dependencies": { diff --git a/shared/types/CHANGELOG.md b/shared/types/CHANGELOG.md index 8fed8d5ca..b7f719b87 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.53.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.3...v2.53.0) (2024-12-18) + +**Note:** Version bump only for package @socialgouv/cdtn-types + ## [2.52.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.2...v2.52.3) (2024-12-09) **Note:** Version bump only for package @socialgouv/cdtn-types diff --git a/shared/types/package.json b/shared/types/package.json index 54f3102d1..4bdaff726 100644 --- a/shared/types/package.json +++ b/shared/types/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/SocialGouv/cdtn-admin.git" }, - "version": "2.52.3", + "version": "2.53.0", "main": "build/index.js", "module": "build/index.js", "types": "build/index.d.ts", diff --git a/shared/utils/CHANGELOG.md b/shared/utils/CHANGELOG.md index b63e5fe35..5c82571bc 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.53.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.3...v2.53.0) (2024-12-18) + +**Note:** Version bump only for package @shared/utils + ## [2.52.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.2...v2.52.3) (2024-12-09) **Note:** Version bump only for package @shared/utils diff --git a/shared/utils/package.json b/shared/utils/package.json index 3548ecfb8..2ae53a5bc 100644 --- a/shared/utils/package.json +++ b/shared/utils/package.json @@ -1,6 +1,6 @@ { "name": "@shared/utils", - "version": "2.52.3", + "version": "2.53.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 6eefe4ce7..36234abf4 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.53.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.3...v2.53.0) (2024-12-18) + +**Note:** Version bump only for package alert-cli + ## [2.52.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.2...v2.52.3) (2024-12-09) **Note:** Version bump only for package alert-cli diff --git a/targets/alert-cli/package.json b/targets/alert-cli/package.json index d4bd5bcc3..43a7f41a1 100644 --- a/targets/alert-cli/package.json +++ b/targets/alert-cli/package.json @@ -1,6 +1,6 @@ { "name": "alert-cli", - "version": "2.52.3", + "version": "2.53.0", "engines": { "node": ">=20.0.2" }, diff --git a/targets/export-elasticsearch/CHANGELOG.md b/targets/export-elasticsearch/CHANGELOG.md index 1421e21c7..4cf9539f2 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.53.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.3...v2.53.0) (2024-12-18) + +### Features + +- **information:** utilisation de tiptap sur les pages infos ([#1515](https://github.com/SocialGouv/cdtn-admin/issues/1515)) ([0eac658](https://github.com/SocialGouv/cdtn-admin/commit/0eac658c3e535f293a0e847f307d2e3dc3fb6667)) + ## [2.52.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.2...v2.52.3) (2024-12-09) ### Bug Fixes diff --git a/targets/export-elasticsearch/package.json b/targets/export-elasticsearch/package.json index db8d4f56c..8df20eb69 100644 --- a/targets/export-elasticsearch/package.json +++ b/targets/export-elasticsearch/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "export-elasticsearch", - "version": "2.52.3", + "version": "2.53.0", "license": "MIT", "description": "", "main": "./build/index.js", diff --git a/targets/frontend/CHANGELOG.md b/targets/frontend/CHANGELOG.md index 1ad8382fd..c3d12c00d 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.53.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.3...v2.53.0) (2024-12-18) + +### Features + +- **information:** utilisation de tiptap sur les pages infos ([#1515](https://github.com/SocialGouv/cdtn-admin/issues/1515)) ([0eac658](https://github.com/SocialGouv/cdtn-admin/commit/0eac658c3e535f293a0e847f307d2e3dc3fb6667)) + ## [2.52.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.2...v2.52.3) (2024-12-09) **Note:** Version bump only for package frontend diff --git a/targets/frontend/package.json b/targets/frontend/package.json index 03bf942a5..6d5c67ac8 100644 --- a/targets/frontend/package.json +++ b/targets/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.52.3", + "version": "2.53.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 446b831c7..4d36878da 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.53.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.3...v2.53.0) (2024-12-18) + +**Note:** Version bump only for package ingester + ## [2.52.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.2...v2.52.3) (2024-12-09) **Note:** Version bump only for package ingester diff --git a/targets/ingester/package.json b/targets/ingester/package.json index 3e868fc47..39b6f69b0 100644 --- a/targets/ingester/package.json +++ b/targets/ingester/package.json @@ -1,6 +1,6 @@ { "name": "ingester", - "version": "2.52.3", + "version": "2.53.0", "dependencies": { "@shared/utils": "workspace:^", "@socialgouv/cdtn-slugify": "4.52.1",