@socialgouv/fiches-vdd-types 2.1789.0 → 2.1790.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/.github/workflows/fetch.yml +1 -1
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# [2.1790.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1789.0...v2.1790.0) (2026-07-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 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))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **data:** 20260710_1930 update ([8bb0f18](https://github.com/SocialGouv/fiches-vdd/commit/8bb0f18133a460647e91d2791e573554b2349912))
|
|
12
|
+
|
|
1
13
|
# [2.1789.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1788.0...v2.1789.0) (2026-07-08)
|
|
2
14
|
|
|
3
15
|
|
package/package.json
CHANGED