@socialgouv/cdtn-elasticsearch 2.17.5 → 2.18.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +3 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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.18.0](https://github.com/SocialGouv/cdtn-admin/compare/v2.17.9...v2.18.0) (2023-10-09)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **dependencies:** remove un-used dependencies ([#1034](https://github.com/SocialGouv/cdtn-admin/issues/1034)) ([529ffb4](https://github.com/SocialGouv/cdtn-admin/commit/529ffb40bcf79738494d745b0bb756ebd43ab3a4))
11
+
12
+ ## [2.17.9](https://github.com/SocialGouv/cdtn-admin/compare/v2.17.8...v2.17.9) (2023-09-29)
13
+
14
+ **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
15
+
16
+ ## [2.17.8](https://github.com/SocialGouv/cdtn-admin/compare/v2.17.7...v2.17.8) (2023-09-28)
17
+
18
+ **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
19
+
20
+ ## [2.17.7](https://github.com/SocialGouv/cdtn-admin/compare/v2.17.6...v2.17.7) (2023-09-27)
21
+
22
+ **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
23
+
24
+ ## [2.17.6](https://github.com/SocialGouv/cdtn-admin/compare/v2.17.5...v2.17.6) (2023-09-27)
25
+
26
+ ### Bug Fixes
27
+
28
+ - **env:** remove env in targets ([2262e45](https://github.com/SocialGouv/cdtn-admin/commit/2262e4515c01224af115f72b74eedcceca871f9e))
29
+
6
30
  ## [2.17.5](https://github.com/SocialGouv/cdtn-admin/compare/v2.17.4...v2.17.5) (2023-09-27)
7
31
 
8
32
  **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.17.5",
4
+ "version": "2.18.0",
5
5
  "babel": {
6
6
  "plugins": [
7
7
  "@babel/plugin-transform-modules-commonjs"
@@ -29,13 +29,11 @@
29
29
  "@babel/plugin-transform-modules-commonjs": "^7.15.4",
30
30
  "@shared/eslint-config": "workspace:^",
31
31
  "jest": "^27.1.1",
32
- "lint-staged": "^12.0.0",
33
- "prettier": "^2.3.2"
32
+ "lint-staged": "^12.0.0"
34
33
  },
35
34
  "scripts": {
36
35
  "lint": "npx eslint \"./src/**/*.{js,ts}\"",
37
36
  "precommit": "lint-staged",
38
- "prepush": "yarn lint && yarn test --bail --changedSince=master",
39
37
  "test": "jest",
40
38
  "test:update": "jest -u"
41
39
  },
@@ -46,5 +44,5 @@
46
44
  },
47
45
  "sideEffects": false,
48
46
  "typings": "src/index.d.ts",
49
- "gitHead": "0dfa9a4feb7ac90bf39e39a34e0fe21f17ce0d6c"
47
+ "gitHead": "bcb1856eade10142a41d3cf71dd005cc36147d20"
50
48
  }