@socialgouv/cdtn-elasticsearch 2.71.0 → 2.72.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.72.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.72.0...v2.72.1) (2026-04-08)
7
+
8
+ **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
9
+
10
+ # [2.72.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.71.0...v2.72.0) (2026-04-07)
11
+
12
+ ### Bug Fixes
13
+
14
+ - update suggestions - boost themes & add synonym ([1b672ac](https://github.com/SocialGouv/cdtn-admin/commit/1b672acdeb52214c0b2c2663d53aaa561fcfbc4c))
15
+
16
+ ### Features
17
+
18
+ - **actualites:** ajout des actualités (liste/ajout/modification) ([#1655](https://github.com/SocialGouv/cdtn-admin/issues/1655)) ([c32f837](https://github.com/SocialGouv/cdtn-admin/commit/c32f8379967cb46b8843df7194763e561bf7e487))
19
+
6
20
  # [2.71.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.70.1...v2.71.0) (2026-03-30)
7
21
 
8
22
  **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@socialgouv/cdtn-elasticsearch",
3
3
  "description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch",
4
- "version": "2.71.0",
4
+ "version": "2.72.1",
5
5
  "babel": {
6
6
  "plugins": [
7
7
  "@babel/plugin-transform-modules-commonjs"
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "@babel/core": "^7.15.5",
22
22
  "@babel/plugin-transform-modules-commonjs": "^7.15.4",
23
- "@shared/eslint-config": "^2.71.0",
23
+ "@shared/eslint-config": "^2.72.1",
24
24
  "@types/jest": "^27.4.0",
25
25
  "jest": "^27.1.1",
26
26
  "lint-staged": "^12.0.0"
@@ -38,5 +38,5 @@
38
38
  },
39
39
  "sideEffects": false,
40
40
  "types": "src/index.d.ts",
41
- "gitHead": "a1d3c38949a7559399e84a6fe370f4d977d22b34"
41
+ "gitHead": "291f94fe00f4b74340092526d82e15de1c1fe72a"
42
42
  }
@@ -1,5 +1,6 @@
1
1
  [
2
2
  "accident de travail, at",
3
+ "modification, avenant",
3
4
  "accord de performance collective ,apc",
4
5
  "actions de sociétés d'investissement à capital variable, sicav",
5
6
  "activité principale exercée, ape",
@@ -245,5 +245,11 @@ exports.documentMapping = {
245
245
  variants: {
246
246
  type: "text",
247
247
  },
248
+
249
+ // used for sort
250
+ date: {
251
+ type: "date",
252
+ format: "dd/MM/yyyy",
253
+ },
248
254
  },
249
255
  };