Skip to content

Commit 555122a

Browse files
chore(release): version 2.42.8
1 parent 9e2d2e8 commit 555122a

File tree

18 files changed

+50
-9
lines changed

18 files changed

+50
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.42.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.7...v2.42.8) (2024-05-28)
7+
8+
### Bug Fixes
9+
10+
- **docs:** ajout de la page sans redirection ([0bf5ec1](https://github.com/SocialGouv/cdtn-admin/commit/0bf5ec1ebada97ccfebad6cba00ae776e3b2ae02))
11+
- **fiches MT:** utilisé le slug du document pour les fiches MT qui sont découpées en section pour de garder toujours le bon slug ([#1402](https://github.com/SocialGouv/cdtn-admin/issues/1402)) ([9e2d2e8](https://github.com/SocialGouv/cdtn-admin/commit/9e2d2e8ceb14d66e2e0ff8dd235ce67a7dc9e8dc))
12+
613
## [2.42.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.6...v2.42.7) (2024-05-23)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
}
88
},
99
"npmClient": "yarn",
10-
"version": "2.42.7",
10+
"version": "2.42.8",
1111
"useWorkspaces": true
1212
}

shared/elasticsearch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.42.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.7...v2.42.8) (2024-05-28)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
9+
610
## [2.42.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.6...v2.42.7) (2024-05-23)
711

812
**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch

shared/elasticsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socialgouv/cdtn-elasticsearch",
33
"description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch",
4-
"version": "2.42.7",
4+
"version": "2.42.8",
55
"babel": {
66
"plugins": [
77
"@babel/plugin-transform-modules-commonjs"

shared/eslint-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.42.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.7...v2.42.8) (2024-05-28)
7+
8+
**Note:** Version bump only for package @shared/eslint-config
9+
610
## [2.42.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.6...v2.42.7) (2024-05-23)
711

812
**Note:** Version bump only for package @shared/eslint-config

shared/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shared/eslint-config",
3-
"version": "2.42.7",
3+
"version": "2.42.8",
44
"main": "index.js",
55
"private": true,
66
"dependencies": {

shared/types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.42.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.7...v2.42.8) (2024-05-28)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-types
9+
610
## [2.42.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.6...v2.42.7) (2024-05-23)
711

812
**Note:** Version bump only for package @socialgouv/cdtn-types

shared/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/SocialGouv/cdtn-admin.git"
1212
},
13-
"version": "2.42.7",
13+
"version": "2.42.8",
1414
"main": "build/index.js",
1515
"module": "build/index.js",
1616
"types": "build/index.d.ts",

shared/utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.42.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.7...v2.42.8) (2024-05-28)
7+
8+
**Note:** Version bump only for package @shared/utils
9+
610
## [2.42.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.6...v2.42.7) (2024-05-23)
711

812
**Note:** Version bump only for package @shared/utils

shared/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shared/utils",
3-
"version": "2.42.7",
3+
"version": "2.42.8",
44
"dependencies": {
55
"@socialgouv/cdtn-sources": "^4.91.1",
66
"@socialgouv/cdtn-utils": "^4.109.0",

targets/alert-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.42.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.7...v2.42.8) (2024-05-28)
7+
8+
**Note:** Version bump only for package alert-cli
9+
610
## [2.42.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.6...v2.42.7) (2024-05-23)
711

812
**Note:** Version bump only for package alert-cli

targets/alert-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alert-cli",
3-
"version": "2.42.7",
3+
"version": "2.42.8",
44
"engines": {
55
"node": ">=20.0.2"
66
},

targets/export-elasticsearch/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.42.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.7...v2.42.8) (2024-05-28)
7+
8+
### Bug Fixes
9+
10+
- **fiches MT:** utilisé le slug du document pour les fiches MT qui sont découpées en section pour de garder toujours le bon slug ([#1402](https://github.com/SocialGouv/cdtn-admin/issues/1402)) ([9e2d2e8](https://github.com/SocialGouv/cdtn-admin/commit/9e2d2e8ceb14d66e2e0ff8dd235ce67a7dc9e8dc))
11+
612
## [2.42.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.6...v2.42.7) (2024-05-23)
713

814
**Note:** Version bump only for package export-elasticsearch

targets/export-elasticsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "export-elasticsearch",
4-
"version": "2.42.7",
4+
"version": "2.42.8",
55
"license": "MIT",
66
"description": "",
77
"main": "./build/index.js",

targets/frontend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.42.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.7...v2.42.8) (2024-05-28)
7+
8+
**Note:** Version bump only for package frontend
9+
610
## [2.42.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.6...v2.42.7) (2024-05-23)
711

812
### Bug Fixes

targets/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "2.42.7",
3+
"version": "2.42.8",
44
"dependencies": {
55
"@aws-sdk/client-s3": "^3.525.0",
66
"@codegouvfr/react-dsfr": "^0.76.4",

targets/ingester/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.42.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.7...v2.42.8) (2024-05-28)
7+
8+
**Note:** Version bump only for package ingester
9+
610
## [2.42.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.42.6...v2.42.7) (2024-05-23)
711

812
**Note:** Version bump only for package ingester

targets/ingester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ingester",
3-
"version": "2.42.7",
3+
"version": "2.42.8",
44
"dependencies": {
55
"@shared/utils": "workspace:^",
66
"@socialgouv/cdtn-slugify": "4.52.1",

0 commit comments

Comments
 (0)