@socialgouv/cdtn-elasticsearch 2.60.0 → 2.62.0

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,16 @@
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.62.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.61.0...v2.62.0) (2025-12-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **prettier:** add formater at the root of the project + add verification of the ci that formatting is respecting ([#1610](https://github.com/SocialGouv/cdtn-admin/issues/1610)) ([d8c74ec](https://github.com/SocialGouv/cdtn-admin/commit/d8c74ecc63b8f0c8bd9b8cde3e8d26884e180783))
11
+
12
+ # [2.61.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.60.0...v2.61.0) (2025-11-14)
13
+
14
+ **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
15
+
6
16
  # [2.60.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.59.0...v2.60.0) (2025-11-07)
7
17
 
8
18
  **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.60.0",
4
+ "version": "2.62.0",
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": "workspace:^",
23
+ "@shared/eslint-config": "^2.62.0",
24
24
  "jest": "^27.1.1",
25
25
  "lint-staged": "^12.0.0"
26
26
  },
@@ -37,5 +37,5 @@
37
37
  },
38
38
  "sideEffects": false,
39
39
  "types": "src/index.d.ts",
40
- "gitHead": "2e12e63517b76ebdf093438c0b379e85cafc2840"
40
+ "gitHead": "0eb7c01d507c8c49dbc10501edbe1b7747b645c8"
41
41
  }