Skip to content
Snippets Groups Projects
Commit 050dd18d authored by Patriarche Rémi's avatar Patriarche Rémi
Browse files

chore: prepare 1.0.2

parent fd7e746f
No related branches found
No related tags found
No related merge requests found
# @edugouvfr/ngx-dsfr - Changelog
## 1.0.2
- fix: `form-checkbox` pas de changement d'état au click
- fix: ajustements des `peerDependencies` et des `dependencies`
## 1.0.1
- fix: compatibilité Angular > 14
......
{
"name": "@edugouvfr/ngx-dsfr",
"version": "1.0.1",
"version": "1.0.2",
"description": "NgxDsfr est un portage Angular des éléments d'interface du Système de Design de l'État Français (DSFR).",
"license": "EUPL-1.2",
"repository": {
......@@ -14,10 +14,13 @@
"homepage": "https://foad.phm.education.gouv.fr/edugouvfr/ngx-dsfr/",
"peerDependencies": {
"@angular/common": ">=14",
"@angular/core": ">=14"
"@angular/core": ">=14",
"@angular/forms": ">=14",
"rxjs": "^6 || ^7"
},
"dependencies": {
"tslib": "2.3.x",
"@gouvfr/dsfr": "1.8.5"
"@gouvfr/dsfr": "1.8.5",
"tslib": "^2.3.0",
"uuidv4": "^6.2.13"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment