@socialgouv/fiches-vdd-types 2.1045.0 → 2.1046.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 +3 -4
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
|
@@ -80,7 +80,6 @@ jobs:
|
|
|
80
80
|
if: failure()
|
|
81
81
|
with:
|
|
82
82
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
83
|
+
TEXT: |
|
|
84
|
+
La mise à jour du dépôt fiches-vdd a échoué.
|
|
85
|
+
[Les logs sont disponibles ici](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# [2.1046.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1045.0...v2.1046.0) (2024-05-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **actions:** display mattermost message ([afab24a](https://github.com/SocialGouv/fiches-vdd/commit/afab24a15188114cafea517854f534ff5491ac60))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **data:** 20240521_2217 update ([0d0a43c](https://github.com/SocialGouv/fiches-vdd/commit/0d0a43cc64c18e1d3c3be3e45ab0e791a2a76b9f))
|
|
12
|
+
|
|
1
13
|
# [2.1045.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1044.0...v2.1045.0) (2024-05-20)
|
|
2
14
|
|
|
3
15
|
|
package/package.json
CHANGED