@socialgouv/fiches-vdd-types 2.1789.0 → 2.1791.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.
@@ -29,7 +29,7 @@ jobs:
29
29
  cache: yarn
30
30
 
31
31
  - name: Update npm (required for npm trusted publishing)
32
- run: npm install -g npm@latest
32
+ run: npm install -g npm@11
33
33
 
34
34
  - name: Installing
35
35
  run: yarn --frozen-lockfile --perfer-offline --link-duplicates
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [2.1791.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1790.0...v2.1791.0) (2026-07-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data:** 20260711_1905 update ([fafada8](https://github.com/SocialGouv/fiches-vdd/commit/fafada8fe0d049ee46b2d836cc77581724571aac))
7
+
8
+ # [2.1790.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1789.0...v2.1790.0) (2026-07-10)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bloquer la version de npm en v11 ([#233](https://github.com/SocialGouv/fiches-vdd/issues/233)) ([afbc2e8](https://github.com/SocialGouv/fiches-vdd/commit/afbc2e80374fc8724338039891394ccf086e3712))
14
+
15
+
16
+ ### Features
17
+
18
+ * **data:** 20260710_1930 update ([8bb0f18](https://github.com/SocialGouv/fiches-vdd/commit/8bb0f18133a460647e91d2791e573554b2349912))
19
+
1
20
  # [2.1789.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1788.0...v2.1789.0) (2026-07-08)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@socialgouv/fiches-vdd-types",
3
3
  "description": "Fiches vos droits et démarches au format JSON",
4
- "version": "2.1789.0",
4
+ "version": "2.1791.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",