@socialgouv/fiches-vdd 2.384.0 → 2.385.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 +7 -0
- package/data/particuliers/F1943.json +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.385.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.384.0...v2.385.0) (2022-04-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20220425_0422 update ([3273af6](https://github.com/SocialGouv/fiches-vdd/commit/3273af6f68f1abf294743994d72c48491ead3575))
|
|
7
|
+
|
|
1
8
|
# [2.384.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.383.0...v2.384.0) (2022-04-24)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
657
|
"type": "text",
|
|
658
|
-
"text": " à déposer à la mairie au plus tard le
|
|
658
|
+
"text": " à déposer à la mairie au plus tard le vendredi 6 mai (sauf exceptions)."
|
|
659
659
|
}
|
|
660
660
|
]
|
|
661
661
|
},
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
},
|
|
704
704
|
{
|
|
705
705
|
"type": "text",
|
|
706
|
-
"text": " à déposer à la mairie au plus tard le
|
|
706
|
+
"text": " à déposer à la mairie au plus tard le vendredi 29 avril (sauf exceptions)."
|
|
707
707
|
}
|
|
708
708
|
]
|
|
709
709
|
},
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
},
|
|
733
733
|
{
|
|
734
734
|
"type": "text",
|
|
735
|
-
"text": " au plus tard le
|
|
735
|
+
"text": " au plus tard le vendredi 29 avril."
|
|
736
736
|
}
|
|
737
737
|
]
|
|
738
738
|
},
|
package/package.json
CHANGED