Skip to content

Commit 59a50f0

Browse files
chore(release): version 2.56.1
1 parent e82fa1d commit 59a50f0

File tree

18 files changed

+53
-9
lines changed

18 files changed

+53
-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.56.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.56.0...v2.56.1) (2025-03-28)
7+
8+
### Bug Fixes
9+
10+
- **contributions:** mauvais selector sur les img des infographies ([#1557](https://github.com/SocialGouv/cdtn-admin/issues/1557)) ([c67a5da](https://github.com/SocialGouv/cdtn-admin/commit/c67a5da436359e1a2a489a7d4c9d0bd8b233f43f))
11+
- **pages-infos:** problème de sauvegarde des contenus `Dossier licenciement` ([#1560](https://github.com/SocialGouv/cdtn-admin/issues/1560)) ([e82fa1d](https://github.com/SocialGouv/cdtn-admin/commit/e82fa1d052ee9c23ec97ed1c8420b63f80aedbbd))
12+
613
# [2.56.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.55.1...v2.56.0) (2025-02-19)
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.56.0",
10+
"version": "2.56.1",
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.56.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.56.0...v2.56.1) (2025-03-28)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
9+
610
# [2.56.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.55.1...v2.56.0) (2025-02-19)
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.56.0",
4+
"version": "2.56.1",
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.56.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.56.0...v2.56.1) (2025-03-28)
7+
8+
**Note:** Version bump only for package @shared/eslint-config
9+
610
# [2.56.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.55.1...v2.56.0) (2025-02-19)
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.56.0",
3+
"version": "2.56.1",
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.56.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.56.0...v2.56.1) (2025-03-28)
7+
8+
**Note:** Version bump only for package @socialgouv/cdtn-types
9+
610
# [2.56.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.55.1...v2.56.0) (2025-02-19)
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.56.0",
13+
"version": "2.56.1",
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.56.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.56.0...v2.56.1) (2025-03-28)
7+
8+
**Note:** Version bump only for package @shared/utils
9+
610
# [2.56.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.55.1...v2.56.0) (2025-02-19)
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.56.0",
3+
"version": "2.56.1",
44
"dependencies": {
55
"@socialgouv/cdtn-sources": "^4.91.1",
66
"@socialgouv/cdtn-utils": "^4.109.0",

0 commit comments

Comments
 (0)