diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bd2266e..775df4d23 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.52.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.0...v2.52.1) (2024-11-05) + +### Bug Fixes + +- **contributions:** correction des contributions avec une fiche SP ([#1501](https://github.com/SocialGouv/cdtn-admin/issues/1501)) ([908d73c](https://github.com/SocialGouv/cdtn-admin/commit/908d73c61e857d10a5194eec3809c002278b8c98)) +- **ip:** update IP Caro ([#1503](https://github.com/SocialGouv/cdtn-admin/issues/1503)) ([d724073](https://github.com/SocialGouv/cdtn-admin/commit/d72407319155a62dde25a228cc22b02eb01b04a5)) + # [2.52.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.51.0...v2.52.0) (2024-10-31) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 771453bba..b09cc378f 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "npmClient": "yarn", - "version": "2.52.0", + "version": "2.52.1", "useWorkspaces": true } diff --git a/shared/elasticsearch/CHANGELOG.md b/shared/elasticsearch/CHANGELOG.md index 4eab3ed5f..d4842b6d2 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.52.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.0...v2.52.1) (2024-11-05) + +**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch + # [2.52.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.51.0...v2.52.0) (2024-10-31) **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch diff --git a/shared/elasticsearch/package.json b/shared/elasticsearch/package.json index 6d8032e7d..5206d4bbf 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.0", + "version": "2.52.1", "babel": { "plugins": [ "@babel/plugin-transform-modules-commonjs" diff --git a/shared/eslint-config/CHANGELOG.md b/shared/eslint-config/CHANGELOG.md index 43f2ad98f..c9c230cfd 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.52.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.0...v2.52.1) (2024-11-05) + +**Note:** Version bump only for package @shared/eslint-config + # [2.52.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.51.0...v2.52.0) (2024-10-31) **Note:** Version bump only for package @shared/eslint-config diff --git a/shared/eslint-config/package.json b/shared/eslint-config/package.json index 5557061fd..93292b9bb 100644 --- a/shared/eslint-config/package.json +++ b/shared/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@shared/eslint-config", - "version": "2.52.0", + "version": "2.52.1", "main": "index.js", "private": true, "dependencies": { diff --git a/shared/types/CHANGELOG.md b/shared/types/CHANGELOG.md index cd7889338..b9f225f4f 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.52.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.0...v2.52.1) (2024-11-05) + +**Note:** Version bump only for package @socialgouv/cdtn-types + # [2.52.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.51.0...v2.52.0) (2024-10-31) **Note:** Version bump only for package @socialgouv/cdtn-types diff --git a/shared/types/package.json b/shared/types/package.json index bc7038895..a9f201078 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.0", + "version": "2.52.1", "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 daf7db0e9..ce1b8e645 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.52.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.0...v2.52.1) (2024-11-05) + +**Note:** Version bump only for package @shared/utils + # [2.52.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.51.0...v2.52.0) (2024-10-31) **Note:** Version bump only for package @shared/utils diff --git a/shared/utils/package.json b/shared/utils/package.json index 3378c7261..de569b1e5 100644 --- a/shared/utils/package.json +++ b/shared/utils/package.json @@ -1,6 +1,6 @@ { "name": "@shared/utils", - "version": "2.52.0", + "version": "2.52.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 bc1214c0c..43769c999 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.52.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.0...v2.52.1) (2024-11-05) + +### Bug Fixes + +- **contributions:** correction des contributions avec une fiche SP ([#1501](https://github.com/SocialGouv/cdtn-admin/issues/1501)) ([908d73c](https://github.com/SocialGouv/cdtn-admin/commit/908d73c61e857d10a5194eec3809c002278b8c98)) + # [2.52.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.51.0...v2.52.0) (2024-10-31) **Note:** Version bump only for package alert-cli diff --git a/targets/alert-cli/package.json b/targets/alert-cli/package.json index fc3ba7a40..c853aadc0 100644 --- a/targets/alert-cli/package.json +++ b/targets/alert-cli/package.json @@ -1,6 +1,6 @@ { "name": "alert-cli", - "version": "2.52.0", + "version": "2.52.1", "engines": { "node": ">=20.0.2" }, diff --git a/targets/export-elasticsearch/CHANGELOG.md b/targets/export-elasticsearch/CHANGELOG.md index 4669d344a..dab4cb25a 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.52.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.0...v2.52.1) (2024-11-05) + +**Note:** Version bump only for package export-elasticsearch + # [2.52.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.51.0...v2.52.0) (2024-10-31) **Note:** Version bump only for package export-elasticsearch diff --git a/targets/export-elasticsearch/package.json b/targets/export-elasticsearch/package.json index 9fcd685af..2ac5ed6fd 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.0", + "version": "2.52.1", "license": "MIT", "description": "", "main": "./build/index.js", diff --git a/targets/frontend/CHANGELOG.md b/targets/frontend/CHANGELOG.md index e58129161..eb86032e9 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.52.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.0...v2.52.1) (2024-11-05) + +### Bug Fixes + +- **contributions:** correction des contributions avec une fiche SP ([#1501](https://github.com/SocialGouv/cdtn-admin/issues/1501)) ([908d73c](https://github.com/SocialGouv/cdtn-admin/commit/908d73c61e857d10a5194eec3809c002278b8c98)) + # [2.52.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.51.0...v2.52.0) (2024-10-31) **Note:** Version bump only for package frontend diff --git a/targets/frontend/package.json b/targets/frontend/package.json index 7ef39de19..dd3110626 100644 --- a/targets/frontend/package.json +++ b/targets/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.52.0", + "version": "2.52.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 d3ba19a4e..f286933e1 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.52.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.52.0...v2.52.1) (2024-11-05) + +**Note:** Version bump only for package ingester + # [2.52.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.51.0...v2.52.0) (2024-10-31) ### Features diff --git a/targets/ingester/package.json b/targets/ingester/package.json index 39444eb5d..ca5572026 100644 --- a/targets/ingester/package.json +++ b/targets/ingester/package.json @@ -1,6 +1,6 @@ { "name": "ingester", - "version": "2.52.0", + "version": "2.52.1", "dependencies": { "@shared/utils": "workspace:^", "@socialgouv/cdtn-slugify": "4.52.1",