diff --git a/udata_front/theme/gouvfr/datagouv-components/CHANGELOG.md b/udata_front/theme/gouvfr/datagouv-components/CHANGELOG.md index b09ee4570..6b9af44b0 100644 --- a/udata_front/theme/gouvfr/datagouv-components/CHANGELOG.md +++ b/udata_front/theme/gouvfr/datagouv-components/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current (in progress) +- Nothing yet + +## 1.1.0 (2024-07-29) + - Allow quality score warning to be hidden [#414](https://github.com/datagouv/udata-front/pull/414) - Add preview to resource component [#433](https://github.com/datagouv/udata-front/pull/433) - Add useAccordion composable and add missing exports [#451](https://github.com/datagouv/udata-front/pull/451) diff --git a/udata_front/theme/gouvfr/datagouv-components/README.md b/udata_front/theme/gouvfr/datagouv-components/README.md index 138e3638e..cbdefd153 100644 --- a/udata_front/theme/gouvfr/datagouv-components/README.md +++ b/udata_front/theme/gouvfr/datagouv-components/README.md @@ -56,7 +56,7 @@ npm run update-version -- NEW_VERSION The update triggers a project build and its tests. -Then, you can run : +Then, you should update the CHANGELOG with the new version and run : ``` npm run commit-tag-and-push