@socialgouv/fiches-vdd-types 2.1045.0 → 2.1047.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.
@@ -80,7 +80,6 @@ jobs:
80
80
  if: failure()
81
81
  with:
82
82
  MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
83
- PAYLOAD: |-
84
- {
85
- "text": "Le fetch des fiches-vdd a échoué, veuillez relancer le job : ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}",
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,22 @@
1
+ # [2.1047.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1046.0...v2.1047.0) (2024-05-22)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data:** 20240522_2217 update ([a5e5246](https://github.com/SocialGouv/fiches-vdd/commit/a5e52469a8a186a17f8ae755ceb497711cff5629))
7
+
8
+ # [2.1046.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1045.0...v2.1046.0) (2024-05-21)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **actions:** display mattermost message ([afab24a](https://github.com/SocialGouv/fiches-vdd/commit/afab24a15188114cafea517854f534ff5491ac60))
14
+
15
+
16
+ ### Features
17
+
18
+ * **data:** 20240521_2217 update ([0d0a43c](https://github.com/SocialGouv/fiches-vdd/commit/0d0a43cc64c18e1d3c3be3e45ab0e791a2a76b9f))
19
+
1
20
  # [2.1045.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1044.0...v2.1045.0) (2024-05-20)
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.1045.0",
4
+ "version": "2.1047.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",